search for: crossgcc

Displaying 3 results from an estimated 3 matches for "crossgcc".

Did you mean: crosscc
2008 Jul 02
1
Compiling on AMD64 with a cross-compiler
...lation. I used to compile ok up to 0.9.60; then from 0.9.61 on it refused to compile. I tried lately to compile this way: CFLAGS="-I/test/alsa/lib32/include" \ LDFLAGS="-L/usr/lib -Wl,-rpath-link,/usr/lib -L/test/alsa/lib32/lib -Wl,-rpath-link,/test/alsa/lib32/lib" \ CC=/test/crossgcc/results/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu/bin/i686-unknown-linux-gnu-gcc\ CXX=/test/crossgcc/results/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu/bin/i686-unknown-linux-gnu-g++\ $NICE ./configure --prefix=/usr/local/$WINEVERSION --x-libraries=/usr/lib --build=i686 --host=i686 $* I have...
2008 May 10
2
Can't compile wine-1.0rc1
..._exception_handler' service.o: In function ControlService': service.c:(.text+0x23e4): undefined reference to __wine_exception_handler' service.o:service.c:(.text+0x254c): more undefined references to __wine_exception_handler' follow collect2: ld returned 1 exit status winegcc: /test/crossgcc/results/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu/bin/i686-unknown-linux-gnu-gcc failed make[2]: *** [advapi32.dll.so] Error 2 make[2]: Leaving directory /usr/local/testSpace/wine/wine-1.0-rc1/dlls/advapi32' make[1]: *** [advapi32] Error 2 make[1]: *** Waiting for unfinished jobs.... Anybod...
2009 Sep 03
1
building r packages for windows on a mac/linux
...ml, > and hope > u don't mind me emailing you. > > how did you set up your system to do this sort of > thing? i guess the > only thing i don't get from your post is > <win32_R_top>. what does > this refer to? i do have mingw for macs, taken from > http://crossgcc.rts-software.org/doku.php > . i tried compiling a > package using your method but it didn't work, couldn't find > things > such as R.h. i'm pretty sure it is the > <win32_R_top> because i don't > know what you are referring to with this. > > i tried...