On 4/23/07, Diomidis Spinellis <[EMAIL PROTECTED]> wrote:
You can use nm(1) on the .o files to see where the problem comes from.

Thanks! Using nm(1) I saw that the object file generated
from pure C code had its symbols mangled - only then did
I notice that it was being compiled with c++, not cc. A
simple sed trick fixed that in a jiffy. How blind could
I be...

Thanks!
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to