This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/51468] cannot find -ldl and collect 2 ld returned 1 exit status


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-12-08 18:46:13 UTC ---
The libraries you're trying to use are nothing to do with GCC, talk to the
MinGW people, or to the person who wrote that dlfcn wrapper - it's nothing to
do with GCC.  If you have the libraries installed and you use the correct -L
option it will work, but if you do it wrong it won't work, that's not GCC's
fault.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]