Linking with -lc not a good idea - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Linking with -lc not a good idea
Date
Msg-id 200312191310.50624.peter_e@gmx.net
Whole thread Raw
Responses Re: Linking with -lc not a good idea  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I noticed that pltcl.so is now always linked with -lc.  That is normally not a 
good idea with gcc, because gcc figures out its own order of -lgcc and -lc.  
If you specify -lc explicitly, then you override -lgcc.

I think this change

http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/pl/tcl/
Makefile.diff?r1=1.39&r2=1.40

needs to be reconsidered.



pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: Dates BC.
Next
From: Vladimir
Date:
Subject: "could not found trigger %u"