search for: mingw_cross

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

2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...ssfully cross-compiled R packages for Windows on a FreeBSD 4.10 i386 system. My revisions to Makefile-rcb (http://cran.r- project.org/doc/contrib/Makefile-rcb ) follow here: 1. created makevar MAKE initialized to gmake. Replaced all direct references to make with $(MAKE). 2. updated makevar MINGW_CROSS = mingw-cross4 to point to http://www.stats.ox.ac.uk/pub/Rtools/mingw-cross4.tar.bz2 , replacing original reference to mingw-cross2. 3. updated MkRules HEADER=$(CROSSDIR)/i586-mingw32/include , replacing original reference to <snip>/mingw32/include. 4. reset LinuxFresh = YES Yan and Ro...
2005 Jan 28
1
error in gmake CrossCompileBuild
Dear all, I expect that I am on thin ice trying to build this on freeBSD 4.10, however, after tweaking Makefile-rcb v11Oct04 /* MAKE=gmake; MINGW_CROSS = mingw-cross4 */, I encounter: mingw32-gcc -isystem ~/RCrossBuild/cross- tools/mingw32/include -O2 -Wall -pedantic -I../include -I. - DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o dynload.c: In function `R_loadLibrary': dynload.c:94: warning: implicit declaration of function `_cont...
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...to situation which looks like bug to me - attached is the source and the executable, wich triggers the buggy behaviour. The executable is compiled with mingw32 cross-copiler based on linux and targeted to Win32. The cross-compiler can be found at: http://members.telering.at/jessich/mingw/mingwcross/mingw_cross.html This is the output of the program being run with Wine on RedHat Linux 7.1: Setting the URL base path to: file://C/Cygwin/bin/ Parsing relative URL of type file: Authority: C Path: Cygwin/bin//pinco/panco fixme:msvcrt:MSVCRT_signal (11 (nil)):stub err:seh:EXC_DefaultHandling Unhandled excepti...