POV-Ray : Newsgroups : povray.unix : compiling problems pov-3.5-c linux gcc : Re: compiling problems pov-3.5-c linux gcc Server Time
8 Jul 2024 15:57:28 EDT (-0400)
  Re: compiling problems pov-3.5-c linux gcc  
From: stephen parkinson
Date: 28 Apr 2004 01:25:46
Message: <408f405a$1@news.povray.org>
marabou wrote:
> Christoph Hormann wrote:
> 
> 
>>marabou wrote:
>>
>>>installation was done in /usr/local and softlink was created:
>>>agun@xxx:~$ ll /usr/bin/gcc*
>>>lrwxrwxrwx    1 root     root           24 19. Apr 22:52
>>>/usr/bin/gcc -> /usr/local/bin/gcc-3.3.2
>>
>>Creating such a link is not the right way [tm] to install a new
>>version.
>>  You simply have to configure you environment to use /usr/local in
>>favor of /usr (which most people have by default anyway).
>>
> 
> 
> your hint does not take effect.
> 
> my $PATH: /bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin
> my ld.so.conf: /usr/local/lib \0 /usr/X11R6/lib \0 /opt/libxml2/lib \0
> and link /usr/bin/gcc was left alone.
> 
> are there other hints?
> 
> another question: is this the right group for posting?
> 
> thank you
> 
try
export PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
             ^^^^^^^^^^^^^^

search for executable in this sequence of directories

stephen


Post a reply to this message

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