On Tue, 5 Nov 2002, Bernard Lambey wrote: > I don't understand.... > /usr/bin/ld: cannot find -ldl........................................<-----<< > What is that << ldl >> which blocks the process?
libdl is a library which provides dlopen()/dlclose() dynamic linking functions It's completely unnecessary on linux which is why (a) you don't have it, and (b) you're unlikely to get it. What's puzzling is why -ldl has snuck into `glib-config --libs`. You may like to edit glib-config and remove it... Frank Francis James Franklin [EMAIL PROTECTED] `Medium atomic weights are available: Gold, Lead, Copper, Jet, Diamond, Radium, Sapphire, Silver and Steel. `Sapphire and Steel have been assigned...' ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
