Installing (Compile)VLC on Mac OS X
Bill Eldridge
bill at rfa.org
Mon May 6 19:54:16 CEST 2002
HelmutCool wrote:
>
> Hi,
>
> I am a newbee in the unix environement. I am trying to install VLC on Mac OS
> X. I Have not found any information on the web site on how to install it.
>
> I have downloaded the source tarball and tried a ./configure && Make
> The process starts but the following error occur:
>
> configure: error: no acceptable cc found in $PATH
>
> What can I try to continue.
Usually there's a /usr/bin/cc or /usr/bin/gcc,
or /usr/local/bin/cc or /usr/local/bin/gcc - if so,
do:
CC=/usr/bin/gcc ./configure
If not, try:
find / -name "*cc"
and set CC to whatever gcc or cc you find.
(there's agood chance you might need to adjust
your PATH as well - in bash this is:
export PATH=$PATH:/opt/bin/gcc
in other shells it's somewhat different.
--
Bill Eldridge
Radio Free Asia
bill at rfa.org
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list