Joe Ciccone wrote:
> mike wrote:
>   
>> #!/bin/bash
>>
>> sed -i "s:@MOZ_GTK2_LIBS@:& -L${XORG_PREFIX}/lib -lX11 -lXrender:g" 
>> config/autoconf.mk.in
>> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH32
>> export CC="gcc ${BUILD32}"
>> export CXX="g++ ${BUILD32}"
>> export USE_ARCH=32
>>
>> ./configure --prefix=/opt/firefox-2.0.0.8 --build=$CLFS_TARGET32 
>> --host=$CLFS_TARGET32 --target=$CLFS_TARGET32 \
>>   --with-x --x-libraries=/usr/X11R7/lib --with-pthreads 
>> --with-system-nspr --with-system-nss \
>>   --with-system-jpeg=/usr --with-system-zlib=/usr --with-system-png=/usr \
>>   --with-java-include-path=/opt/jdk/jdk/include 
>> --with-java-bin-path=/opt/jdk/jdk/bin \
>>   --with-qtdir=/opt/qt --enable-application=browser --enable-canvas \
>>   --disable-mailnews --disable-ldap --enable-xinerama \
>>   --enable-strip --enable-xterm-updates  --enable-default-toolkit=gtk2
>> make && make install
>>
>> the same for 64 bit compiles fine and fast. whats wrong with my 
>> consideration?
>>   
>>     
> May I suggest http://cblfs.cross-lfs.org/index.php/Firefox. You're 
> missing OS_TEST=x86 in the make line, as Ken pointed out.,
>
> _______________________________________________
> Clfs-support mailing list
> Clfs-support@lists.cross-lfs.org
> http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
>
>   
jo, thats it:
my configure_options &&
make OS_TEST=x86


(i don't like the .mozconfig way...)

ps: whats are god arguments against a windows small buissness server 
2003? my boss won't believe that i can  handle some shares and printers 
with "no coast linux system"...
_______________________________________________
Clfs-support mailing list
Clfs-support@lists.cross-lfs.org
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to