2 suggestions

2005-04-07 Thread Ray Holme
ing a superb product. Ray Holme

Re: 2 suggestions

2005-04-07 Thread Ray Holme
Perhaps this is why I use /bin/sh for all scripts I write - tis leaner and meaner by far. Course it cannot do some things - but so far that has never been a problem. Ray Eric Botcazou <[EMAIL PROTECTED]> on Thursday, April 7, 2005 at 12:56 PM wrote: >> Not necessary. If people would simply f

Re: 2 suggestions

2005-04-07 Thread Ray Holme
>Also it helps a lot to remove paths to directories over the network (like >NFS) >from PATH and LD_LIBRARY_PATH if this is possible. Saves me half of >bootstrap time with our crappy network setup here at university. > Old trick and highly relevent - but this sun mounts nothing NFS wise. Thanks,

Re: 2 suggestions

2005-04-07 Thread Ray Holme
it could work if used intelligently. Best regards, Ray David Edelsohn <[EMAIL PROTECTED]> on Thursday, April 7, 2005 at 11:54 AM wrote: >>>>>> Ray Holme writes: > >Ray> 2) Much of the time is spent in the several iterations of building a >Ray> produc

GCC 3.4.3

2005-04-08 Thread Ray Holme
b-sub directories were still looking for ../install-sh - so I copied it down another level Thanks again. Ray Holme

Re: GCC 3.4.3

2005-04-12 Thread Ray Holme
the install-sh is always referenced in the parent directory. (../install-sh) so for all the first level directories in the install directory - one copy at the top will do. now for sub-sub directories - you must copy (or link) one into the parent sub-directory. I don't think there are any three

libraries - double set

2005-04-18 Thread Ray Holme
away the sparcv9 directory? Confused, Ray Holme

gcc 3.1.2 build on Solaris 2.9

2007-06-09 Thread Ray Holme
> Trying to get current (last build 3,3) , I installed > texinfo 4.8 and make 2.81 first - I am using the > following setup and make lines: > > SRC=/local/src/gnu/gcc-4.1.2; CONFIG_SHELL=/bin/ksh > $SRC/configure --without-fast-fixincludes --enable-languages=c,c++,java > make CFLAGS='-O' LIBCFLA

Fwd: gcc 3.1.2 build on Solaris 2.9 - success

2007-06-09 Thread Ray Holme
pport GNU as soon as it is possible.. Ray --- Ray Holme <[EMAIL PROTECTED]> wrote: > Date: Sat, 9 Jun 2007 04:29:57 -0700 (PDT) > From: Ray Holme <[EMAIL PROTECTED]> > Subject: gcc 3.1.2 build on Solaris 2.9 > To: [EMAIL PROTECTED] > > Trying to get current (last