POV-Ray : Newsgroups : povray.unix : GCC 3.0 install error: Server Time
28 Jul 2024 12:37:04 EDT (-0400)
  GCC 3.0 install error: (Message 1 to 6 of 6)  
From: Steve
Subject: GCC 3.0 install error:
Date: 20 Jun 2001 07:02:12
Message: <slrn9j10jg.6hr.steve@zero-pps.localdomain>
Hi 

I've built and installed gcc 3.0, compiled megapov with it and 
got a 28 second speed increase with skyvase.

But I get error messages at the end of the install, can anyone 
shed any light. 

make[2]: Entering directory
`/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/libjava/libltdl'
make[3]: Entering directory
`/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/libjava/libltdl'
/bin/sh ./../../mkinstalldirs /usr/local/lib
./../../mkinstalldirs: ./../../mkinstalldirs: No such file or directory
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory
`/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/libjava/libltdl'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/libjava/libltdl'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/libjava'
make: *** [install-target-libjava] Error 2

Anyone know how I can fix this? 

--
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

 11:57am  up 138 days, 12:48,  2 users,  load average: 1.00, 1.01, 1.04


Post a reply to this message

From: Adrien Beau
Subject: Re: GCC 3.0 install error:
Date: 20 Jun 2001 07:15:34
Message: <3B3085D8.ECF8F7DA@sycomore.fr>
When I don't know anything about gcc compile and installation
(I leave that to distro maintainers), but it seems that the
install script can't find a file.

What the message means is that it can't find

/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/mkinstalldirs

Try to see if this file is somewhere else (especially if it
is one directory higher or lower, this is the kind of easy
mistake). If you find it, copy it where the script expects
it to be, or create a shortcut there with ln -s.

-- 
Adrien Beau - adr### [at] freefr - http://adrien.beau@free.fr


Post a reply to this message

From: Daniel Michalik
Subject: Re: GCC 3.0 install error:
Date: 20 Jun 2001 09:37:03
Message: <3b30a6ff@news.povray.org>

news:slr### [at] zero-ppslocaldomain...
> Hi
>
> I've built and installed gcc 3.0, compiled megapov with it and
> got a 28 second speed increase with skyvase.
>

28 seconds improvement? How many percents it is?

Daniel Michalik


Post a reply to this message

From: Steve
Subject: Re: GCC 3.0 install error:
Date: 20 Jun 2001 16:38:47
Message: <slrn9j21ng.7ak.steve@zero-pps.localdomain>
On Wed, 20 Jun 2001 15:36:59 +0200, Daniel Michalik wrote:
>

>news:slr### [at] zero-ppslocaldomain...
>> Hi
>>
>> I've built and installed gcc 3.0, compiled megapov with it and
>> got a 28 second speed increase with skyvase.
>>
>
>28 seconds improvement? How many percents it is?

from 6 min 26 to with gcc 1.95 (egcs) to 5 min 58 with gcc 3.0 
with mprime running a full pelt in the background.  I repeated
the tests, rendering using the different binaries in different
orders etc and got consistent results ( -i skyvase.pov -w800 
-h600 +a0.1).  

Oh yes and on a 266 pII with 64M ram.  

--
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  9:22pm  up 138 days, 22:13,  2 users,  load average: 1.12, 1.14, 1.05


Post a reply to this message

From: Steve
Subject: Re: GCC 3.0 install error:
Date: 20 Jun 2001 16:38:48
Message: <slrn9j21q5.7ak.steve@zero-pps.localdomain>
On Wed, 20 Jun 2001 13:15:36 +0200, Adrien Beau wrote:
>When I don't know anything about gcc compile and installation
>(I leave that to distro maintainers), but it seems that the
>install script can't find a file.
>
>What the message means is that it can't find
>
>/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/mkinstalldirs
>
>Try to see if this file is somewhere else (especially if it
>is one directory higher or lower, this is the kind of easy
>mistake). If you find it, copy it where the script expects
>it to be, or create a shortcut there with ln -s.
>

Thanks Adrian that sounds very possible.  I deleted the whole 
source dir earlier so I'll untar it and do another rebuild
(it takes about 2.5 hours to build). 

--
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  9:26pm  up 138 days, 22:17,  2 users,  load average: 1.00, 1.06, 1.03


Post a reply to this message

From: Steve
Subject: Re: GCC 3.0 install error:
Date: 20 Jun 2001 18:47:37
Message: <slrn9j29vm.tns.steve@zero-pps.localdomain>
On Wed, 20 Jun 2001 13:15:36 +0200, Adrien Beau wrote:
>When I don't know anything about gcc compile and installation
>(I leave that to distro maintainers), but it seems that the
>install script can't find a file.
>
>What the message means is that it can't find
>
>/home/sjlen/tmpstuff/gcc-3.0/i686-pc-linux-gnu/mkinstalldirs

Yep that fixed it thanks.  I'll do some more accurate benchmarks now
with other process hogging stuff suspended. 

--
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

 11:46pm  up 139 days, 37 min,  2 users,  load average: 0.93, 0.93, 1.03


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.