Re: extern "C" and undefined reference
- From: "Andrew Pantyukhin" <infofarmer@xxxxxxxxxxx>
- Date: Mon, 23 Apr 2007 04:04:59 +0400
On 4/23/07, Diomidis Spinellis <dds@xxxxxxx> 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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- extern "C" and undefined reference
- From: Andrew Pantyukhin
- Re: extern "C" and undefined reference
- From: Diomidis Spinellis
- extern "C" and undefined reference
- Prev by Date: Re: extern "C" and undefined reference
- Next by Date: Re: Gaim log writing delays the system
- Previous by thread: Re: extern "C" and undefined reference
- Index(es):
Relevant Pages
|
|