Linking with -lc not a good idea

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Linking with -lc not a good idea
Дата
Msg-id 200312191310.50624.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: Linking with -lc not a good idea  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Dates BC.
Следующее
От: Vladimir
Дата:
Сообщение: "could not found trigger %u"