ing a superb product.
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
>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,
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
b-sub directories
were still looking for ../install-sh - so I copied it down another level
Thanks again.
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
away the sparcv9 directory?
Confused,
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
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