This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trying to get crosstool-0.43 to work on Solaris 9


Alexander Skwar wrote:

From my OP:

askwar@winpc000220 ~/cross-compile/crosstool-0.43 $ CONFIG_SHELL=/bin/ksh askwar@winpc000220 ~/cross-compile/crosstool-0.43 $ export CONFIG_SHELL askwar@winpc000220 ~/cross-compile/crosstool-0.43 $ sh ./demo-i686.sh 2>&1 | tee "build-log `date +%Y%m%d_%H%M%S`.txt" [...]

right :)


Since my shell isn't /bin/ksh, I found that this worked
for me:

[ exec ] /bin/ksh
SHELL=/bin/ksh; export SHELL
CONFIG_SHELL=/bin/ksh; export CONFIG_SHELL
/bin/ksh ...

And somewhere in the process you have to thank Mr Dave Korn
for creating ksh. (I used to work in Holmdel in a prior life,
Dave. Now I'm at Sun, since 1990.)

-David



--
For unsubscribe information see http://sourceware.org/lists.html#faq


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