TCLUG Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG-DEVEL:124] C++/C linking problems



Hey.

> I have waded through most of the issues but I am stumped on why
> I get tons of "undefined reference to xxxx" - where xxx is generally
> either some kind of global or library function in a C shared library

Make up your mind -- was is "xxx" or "xxxx"?  :-)

No, seriously.  Use the 'nm' utility to look through your
libraries for the missing symbols.  Good luck.

Maybe if you printed out some of your undefined references,
we could suggest libraries that you need to link to.

Regards,
John