Ian Lance Taylor-3 wrote: > > geezers <fastsnip-gcc@xxxxxxxxx> writes: > >> Curious that the makefile worked for the previous years (at least 10) >> with >> no problem. Maybe the latest 'make' is more strict regarding >> interpreting >> the rules ?? > > It doesn't have anything to do with make. Something changed in your > libc. > > Ian > Then I do not understand. If I run the makefile as: $(CC) -o $@ $(OBJS) -ldl -rdynamic I get the error messages that the external references for dlopen, dlclose, etc cannot be satisfied. If I change the makefile line to read: $(CC) -o $@ -rdynamic $(OBJS) -ldl the error messages do not appear and the executable is linked and runs properly. Now it is possible it is in the libc and changing the makefile line makes the linker work with the new libc. Is there a means of testing this and determining what changed in libc if that is the root cause of the problem. -- View this message in context: http://old.nabble.com/missing-libraries-under-Kubuntu-12.04%2C-64-bit-tp33950674p33959232.html Sent from the gcc - Help mailing list archive at Nabble.com.