Re: [PATCHES] [HACKERS] UnixWare/CVS Tip/initdb.c needs to use threads

2004-03-22 Thread Bruce Momjian
Bruce Momjian wrote: > Larry Rosenman wrote: > > The a.out (not any library) should be linked with -Kpthread (not > > -lpthread). > > This will force libthread to be linked in the right order relative to > > libc, libC, networking libraries, etc. > > > > In other words, the entire application ei

Re: [PATCHES] [HACKERS] UnixWare/CVS Tip/initdb.c needs to use threads

2004-03-21 Thread Bruce Momjian
Larry Rosenman wrote: > The a.out (not any library) should be linked with -Kpthread (not > -lpthread). > This will force libthread to be linked in the right order relative to > libc, libC, networking libraries, etc. > > In other words, the entire application either is or is not linked with > thr