--- bastian block <bastian.block gmx.de> wrote:
> On Thursday 04 October 2007 04:27:47 you wrote:
> > Sir, you need to provide more information. What
kind of errors?
> What
> > is not working? What exactly are you trying to
do? What compiler
> are
> > you using?
>
> H IV0,
> we are using a lot of different cross-compiler (mainly
based on GCC
> 3.4.x)
> When I tried to cross-compile FLAC for non-i386
platforms (such as
> ARM), I use
> use "configure" in the following way:
>
> (cd ~/UPnPTVStack/lgpl-code/flac-1.1.2; make
> distclean; ./configure --host=armv5b-softfloat-linux
--disable-shared
>
>
CC=/opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-lin
ux/bin/armv5b-softfloat-linux-gcc
>
>
CXX=/opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-li
nux/bin/armv5b-softfloat-linux-g++
>
> LDFLAGS=-lpthread --without-XMMS --without-ogg ; make)
>
> Although I did not get any errors here, the target is
not compilable,
> see
> attachment.
> It seems that I could not get rid of dependencies from
ogg and other
> libraries.
> Is there any standadized way for cross-compiling FLAC
standalone?
for no ogg, you need --disable-ogg, try
./configure --help
to see all options
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
around
http://mail.yahoo.com
_______________________________________________
Flac-dev mailing list
Flac-dev xiph.org
http:
//lists.xiph.org/mailman/listinfo/flac-dev
|