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 libstdc++/33603] configuration failure during native build



------- Comment #3 from dannysmith at users dot sourceforge dot net  2007-10-04 08:26 -------
(In reply to comment #2)

 While looking for collect2, I
> realized the path to ld (and as) had been misdetected.  Explicit
> specification of the path, --with-ld=/mingw/bin/ld.exe, let me have a
> successful configuration.  The buikd is now past the confiuguration step.
> I hope there won't be anymore failure.   Many thanks!  Is this type of
> failure documented somewhere? 


Explicit specification of the path to ld and as has bot been necessary
on my native builds on WinXP host, using cygwin bash. But possibly I am
just avoidng the problem by using 'identity' mounts -- mounts where the
posix path equate to the DOS path on the current drive. eg, c:\mingw is
mounted as /mingw. etc so both the posix tools (like exec in the ld
scrtpt) and the native executables refer to the same path.

Danny
> 
> -- Gaby
> 


-- 


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


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