This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51468] New: cannot find -ldl and collect 2 ld returned 1 exit status
- From: "dwight at wwwalker dot com.au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 08 Dec 2011 16:19:06 +0000
- Subject: [Bug c++/51468] New: cannot find -ldl and collect 2 ld returned 1 exit status
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51468
Bug #: 51468
Summary: cannot find -ldl and collect 2 ld returned 1 exit
status
Classification: Unclassified
Product: gcc
Version: 4.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dwight@wwwalker.com.au
When I run a build using scons build script with g++ and -ldl switch, it
returns cannot find -ldl and collect 2 ld returned 1 exit status and compile
fails to build an exe. I am using g++ in mingw on Windows 7.