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 target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04



------- Comment #13 from dje at watson dot ibm dot com  2005-10-06 13:30 -------
Subject: Re:  gcc-4.x fails to build on AIX 5.2.0.0-ML04 

> That worked. But I still saw the -B added to all the lines, but now that
> that folder is not there, all goes smooth

> As you can see: *I* did not put any -B options in there, so it must either be
> the Makefiles or configure that puts them in because of my --prefix and/or
> --with-local-prefix

        The -B still is added, because you did not clear the CC
environment variable in the shell where you did the previous configures.
GCC does not automatically add -B.

David


-- 


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


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