mick wrote: >I'm trying ti install Xine under Redhat 9.0. I downloaded a Tar file >and unzipped it to my home directory.
You can install it from an rpm from redhat. >I typed the ./configure command as instructed in the readme and the >process ends with > >gcc .... no >cc .....no > >valid complier not found please make sure that it is installed or that >the complier is in your path. I copied the file to /usr/lib and tried Make sure gcc is instaled, else install the rpm of it. >suppose I should learn how to put things in a users "Path" (whatever >that means). The path is where the shell looks for programs, e.g: On my system, I will type $ mozilla It will then search these dirs for mozilla /bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin On it's second go it will find it in /usr/bin as /usr/bin/mozilla. Use 'echo $PATH' to view your path and 'which appname' to see where a app actualy is. - Chris [EMAIL PROTECTED] -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
