Bodo_Moeller> Is there a way to write that file in a way that works
Bodo_Moeller> also with GNU as, or is there a not-too-inconvenient way
Bodo_Moeller> to make sure that the system "as" is used no matter what
Bodo_Moeller> PATH says?
The simplest is to suggest to the person that's building to start with
this:
$ save_PATH=$PATH
$ PATH=/usr/ccs/bin:$PATH; export PATH
Then do the build itself, followed by:
$ PATH=$save_PATH; export PATH
(I guess it shouldn't be too hard to scrible down the csh variant as
well...)
There's just noe thing I'm not completely sure of. IIRC, gcc uses GNU
as in the end stage of the compilation, so one might wonder what that
kind of fiddling with the PATH will actually do to gcc. Something to
try out, I guess.
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]