This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
... linker problems
- From: Antonio Coralles <noche dot suapie at reflex dot at>
- To: automake at gnu dot org
- Date: Sat, 22 Jan 2005 00:08:32 +0100
- Subject: ... linker problems
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