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 middle-end/36213] Wrong search path generation



------- Comment #7 from martin dot drab at fjfi dot cvut dot cz  2008-05-23 01:00 -------
(In reply to comment #5)
> Is there a reason why you are supplying all these weird configure options?
> 
> --exec-prefix=/usr/local/opt/MDL/opt/gcc-4.4 --sysconfdir=/etc
> --libdir=/usr/local/opt/MDL/opt/gcc-4.4/lib64
> --libexecdir=/usr/local/opt/MDL/opt/gcc-4.4/libexec64
> --includedir=/usr/local/opt/MDL/opt/gcc-4.4/include
> --infodir=/usr/local/opt/MDL/opt/gcc-4.4/share/info
> --mandir=/usr/local/opt/MDL/opt/gcc-4.4/share/man 
> 
> The default for them will be based on the prefix.

Just to make sure they are where I want them to be. Basically most of them need
not be there, because they are what they are based on the prefix. That's right.
I just want to make sure, that the 64-bit library and libexec dirs get the *64
at the end (because I use it all over the system that way - Gentoo ;) and I
really hate it when info and man is not generated into the share subdir. Though
I admit, that since I install the entire gcc into a separate directory, i can
probably leave this on automatic based on prefix. That's right.


-- 


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


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