RE: component_library object not found in lib
Aurélien Buhrig <[email protected]> Wed, 17 Sep 2008 18:19:09 +0200
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
I didn't know LD_DEBUG variable... and it saved my life! Thanks! It was a destructor that was declared but not defined... ouch! -no-undefined was specified in LDFLAGS though... Is it normal there were no error? Thanks! Aurélien