On Wed, Aug 26, 1998 at 12:54:56PM +0200, Martin Schulze wrote: > > ----------------------------------------- > > ldd /usr/lib/python1.5/lib-dynload/pgmodule.so > > statically linked > > Huh? Since when are dynamic libraries statically linked? Somehting's > wrong in this place. > > > Wayne suggested that I change the line beginning with pgmodule.so to > > > > pgmodule.so: pgmodule.o > > $(GCC) -shared -o pgmodule.so pgmodule.o -lpq > ^^^^^^^^^ > This *must* be *one* tabulator
This link line really should have a "-lc" added to give the dynamic loader more clues against which libc to load. Adding this will also make the ldd work. Ray -- POPULATION EXPLOSION Unique in human experience, an event which happened yesterday but which everyone swears won't happen until tomorrow. - The Hipcrime Vocab by Chad C. Mulligan