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' LIBCFLAGS='-g

Fwd: gcc 3.1.2 build on Solaris 2.9 - success

2007-06-09 Thread Ray Holme
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 build 3,3) , I installed texinfo 4.8 and make 2.81 first - I am

libraries - double set

2005-04-18 Thread Ray Holme
away the sparcv9 directory? Confused, 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

GCC 3.4.3

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

2 suggestions

2005-04-07 Thread Ray Holme
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

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 product doing the convfigure steps. These are repeated ad