This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: Build help


Donnie Hale wrote:

> Third, a line in the RELEASE-NOTES file is confusing me a little. After
> explaining that the environment variable CXX should be set to find my g++,
> the example is:
>
> CXX=g++ ../libstdc++-2.90.3/configure --prefix=${PWD%/*}/H-libstdc++
>
> This looks to me like two lines have been merged; i.e. the part beginning
> "../libstdc++-2.90.3/configure" is a command that should be run. So, in ksh,
> should this instead be:
>
> export CXX=g++
> ../libstdc++-2.90.3/configure --prefix=/usr/local/egcs-devtools/H-libstdc++

No, the line is correct. Did you try it at all?
The difference between the example and your "correction" is that the former only
sets CXX for the configure sub-process.

(BTW, man ksh :)

--
Branko Cibej   <branko.cibej@hermes.si>
HERMES SoftLab, Litijska 51, 1000 Ljubljana, Slovenia
phone: (++386 61) 186 53 49  fax: (++386 61) 186 52 70




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