[vlc-devel] documentaion

Pierre d'Herbemont pdherbemont at free.fr
Tue Jun 9 22:12:17 CEST 2009


On Tue, Jun 9, 2009 at 1:05 PM, Georg Seifert<georg.seifert at gmx.de> wrote:
> Hello,
>
> on the "OSXCompile" wiki page there is a section for setting the compiler.
> It says:
>
> setenv CC /Developer/usr/bin/llvm-gcc-4.2
> setenv CXX /Developer/usr/bin/llvm-g++-4.2
> setenv OBJC /Developer/usr/bin/llvm-gcc-4.2
>
> This does not work from the Terminal (witch I use to build vlc) You need to
> use (I found this on the forum):
>
> export CC="/Developer/usr/bin/llvm-gcc-4.2"
> export OBJC="/Developer/usr/bin/llvm-gcc-4.2"
> export CXX="/Developer/usr/bin/llvm-g++-4.2"
>
> I could at least be mentioned in the wiki.

The wiki is especially saying that it is if you use a C-Shell, and it
instructs what to use on a Bourne shell.

I would default the bourne shell, given that this is what is being
used by default on Mac OS X.

BTW, could the OSXCompile page be made read-write for members?

Pierre.



More information about the vlc-devel mailing list