Thank you very much to all who replied: this error is cause by a bug on GNU binutils particularly on strip. The following workaround are: 1. Edit the main Makefile and for all instances where you see ${INSTALL} installing a binary, remove the "-s" option. This option strips the binary, and for some reason causes this problem. It also causes problem on SGI's running IRIX. 2. mv /usr/local/strip /usr/local/gstrip then all your compiles will use /usr/ccs/bin/strip. As an alternative, create '/usr/local/strip' #!/bin/sh /usr/local/gstrip $* /usr/local/gztrip $* -- Lito A. Lampitoc Foundation for Communication Initiatives phone:+63(2)8941345 CodeWAN Project http://www.codewan.com.ph -- Things which matter most must not be in the mercy of things which matter least" - Goethe. _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Thu Mar 14 22:56:17 2002
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:37 EST