This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: weird problem with c++ libraries and symbols


On 09/29/2011 09:05 PM, Ian Lance Taylor wrote:
> The command which creates libgroupsock.so is not including
> GroupsockHelper, so it seems unsurprising that the .so does not define
> readSocket.

doh! It was a missing \ in Makefile.am, thus a bunch of files were not
compiled in the library...

It works now, thank you a lot for the suggestion!

Ottavio


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]