automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

... linker problems


From: Antonio Coralles
Subject: ... linker problems
Date: Sat, 22 Jan 2005 00:08:32 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041223)

I'm completley no to automake. Allthough it seems to be a great tool i've some problems switching a programm I'm writing on from hand-coded makefiles to GNU-automake. This program is written in c++ and uses the boost library, sqlite and gtkmm. What I want to know is if somebody can tell me how I can get rid of

....

/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: `.gnu.linkonce.t._ZN5boost9date_time23gregorian_calendar_baseINS0_19year_month_day_baseINS_9gregorian9greg_yearENS3_10greg_monthENS3_8greg_dayEEEmE16end_of_month_dayES4_S5_' referenced in section `.rodata' of testUtils/testutils.o: defined in discarded section `.gnu.linkonce.t._ZN5boost9date_time23gregorian_calendar_baseINS0_19year_month_day_baseINS_9gregorian9greg_yearENS3_10greg_monthENS3_8greg_dayEEEmE16end_of_month_dayES4_S5_' of testUtils/testutils.o
...

This messages don't appear with my normal makefiles ...

Thanks in advance,
                                 Antonio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]