I'm running 64-bit Ubuntu 10.10, and I'm trying to make SRGP work. SRGP is an old graphics package that accompanies the book "Computer Graphics" by Foley, van Dam, et al.
I have installed libx11-dev, but I still can't get through make.
I get the error "cannot find -lsrgp" when I typed make PROG=show_pattern. Full compilation messages are here http://pastebin.com/CWuw4xte
What do I have to do to get it working?
/usr/bin/ld: skipping incompatible ../lib/libsrgp.a when searching for -lsrgpThe important thing is to figure why libsrgp.a was considered "incompatible". – David Jun 3 '11 at 16:23