Re: [Mingw-w64-public] undefined reference to `__imp__fribidi_get_joining_types'

2012-03-07 Thread Kyle
On 3/1/2012 4:37 AM, JonY wrote: > On 3/1/2012 11:06, Kyle wrote: >> I'm getting a imp error when trying to compile FFmpeg with MinGW-w64. >> I'm trying to get libass enabled, which requires on fribidi. >> >> Both of these packages compiled fine, but when trying to compile FFmpeg >> I get this erro

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
I have two thoughts: 1. Incorrectly configured binutils. 2. For the GCC configure to be able to specify the path to the 32/64 bit libraries. Ping? -- Virtualization & Cloud Management Using Capacity Planning Cloud computi

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread xunxun
于 2012/3/7 21:30, niXman 写道: > 2012/3/7 xunxun: >> I think should delete because there has been >> >> --enable-targets >> >> I don't know any of --target and --enable-targets has priority > If this option is deleted, on building gcc-c++ (all) on configure > libgcc I get other error. > >> Checking m

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread xunxun
于 2012/3/7 20:29, niXman 写道: 2012/3/7 xunxun: Try cd /home/niXman/mingw-build/gcc-4.6.3/./gcc/ xgcc -v -x c++ /dev/null Attached. Your log has something wrong: COLLECT_GCC_OPTIONS='-v' '-mtune=generic' '-march=pentiumpro' as -o C:\Users\niXman\AppData\Local\Temp\ccEQognc.o C:\Users\niXman\

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread xunxun
于 2012/3/7 20:04, niXman 写道: > 2012/3/7 xunxun: >> /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -v -x c++ /dev/null > Using built-in specs. > COLLECT_GCC=E:\msys\home\niXman\mingw-build\gcc-4.6.3\gcc\xgcc.exe > Target: i686-w64-mingw32 > Configured with: ../../mingw-src/gcc-4.6.3/configure > --tar

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
2012/3/7 xunxun : > > /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -v -x c++ /dev/null Using built-in specs. COLLECT_GCC=E:\msys\home\niXman\mingw-build\gcc-4.6.3\gcc\xgcc.exe Target: i686-w64-mingw32 Configured with: ../../mingw-src/gcc-4.6.3/configure --target=i686-w64-mingw32 --enable-targets=

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread xunxun
On Wed, Mar 7, 2012 at 7:27 PM, niXman wrote: > 1. host compiler (dwarf) installed in /e/mingw: >>   Using built-in specs. >>   COLLECT_GCC=e:\mingw\bin\gcc.exe >>   >> COLLECT_LTO_WRAPPER=e:/mingw/bin/../libexec/gcc/i686-pc-mingw32/4.6.3/lto-wrapper.exe >>   Target: i686-pc-mingw32 >>   Configur

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
1. host compiler (dwarf) installed in /e/mingw: > Using built-in specs. > COLLECT_GCC=e:\mingw\bin\gcc.exe > > COLLECT_LTO_WRAPPER=e:/mingw/bin/../libexec/gcc/i686-pc-mingw32/4.6.3/lto-wrapper.exe > Target: i686-pc-mingw32 > Configured with: ../../mingw-src/gcc-4.6.3/configure \ > -

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread Ruben Van Boxem
2012/3/7 niXman > 2012/3/7 Kai Tietz : > > > > Yes, 'make && make install' for gcc after CRT install. Before it > > makes no sense as no crt is present. > > make all-gccl: > make: *** No rule to make target `all-gccl'. Stop. > it should be "make all-gcc" and "make install-gcc". Typo by Kai.

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
2012/3/7 Kai Tietz : > > Yes, 'make && make install' for gcc after CRT install.  Before it > makes no sense as no crt is present. make all-gccl: make: *** No rule to make target `all-gccl'. Stop. ? > > Kai >> -- >> Regards, >>   niXman > >

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread Kai Tietz
2012/3/7 niXman : > 2012/3/7 Kai Tietz : >> 2012/3/7 niXman : >>> 2012/3/7 Kai Tietz : Have you rebuild crt and host-part of gcc? >>> Yes. >>> binutils/CRT/gcc-c. >>> How are you configuring crt? >>>        --host=i686-w64-mingw32 >>>        --target=i686-w64-mingw32 >>>        --pre

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
2012/3/7 Kai Tietz : > 2012/3/7 niXman : >> 2012/3/7 Kai Tietz : >>> >>> Have you rebuild crt and host-part of gcc? >> Yes. >> binutils/CRT/gcc-c. >> >>> How are you configuring crt? >>        --host=i686-w64-mingw32 >>        --target=i686-w64-mingw32 >>        --prefix=$PREFIX >>        --with-sy

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread Kai Tietz
2012/3/7 niXman : > 2012/3/7 Kai Tietz : >> >> Have you rebuild crt and host-part of gcc? > Yes. > binutils/CRT/gcc-c. > >> How are you configuring crt? >        --host=i686-w64-mingw32 >        --target=i686-w64-mingw32 >        --prefix=$PREFIX >        --with-sysroot=$PREFIX >        --enable-li

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
2012/3/7 Kai Tietz : > > Have you rebuild crt and host-part of gcc? Yes. binutils/CRT/gcc-c. > How are you configuring crt? --host=i686-w64-mingw32 --target=i686-w64-mingw32 --prefix=$PREFIX --with-sysroot=$PREFIX --enable-lib32 --enable-lib64 Kai,

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread Kai Tietz
2012/3/7 niXman : > 2012/3/7 Kai Tietz : >> 2012/3/7 niXman : >>> 2012/3/7 Kai Tietz : Hmm, so it might be binutils.  As I miss to see that it searches in lib64.  That lib is searched for multilib is ok and expected behavior here. Could you please provide me your configure

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-07 Thread niXman
2012/3/7 Kai Tietz : > 2012/3/7 niXman : >> 2012/3/7 Kai Tietz : >>> Hmm, so it might be binutils.  As I miss to see that it searches in >>> lib64.  That lib is searched for multilib is ok and expected behavior >>> here. >>> >>> Could you please provide me your configure options for binutils? >> >>