[Gridflow-dev] [win32] Building on MinGW, possible?
federico
mescalinum at gmail.com
Sat Mar 24 19:57:19 EDT 2007
hi Carmen,
> > ls -l tmp
> > -rw-r--r-- 1 user Administ 158 Mar 25 00:33 3604.cpp
> for this one, check the config.log to see which args are being senet to gcc. its possibly a bug in the win32 popen/fork implementation in ruby.. (sorry for top posting)
at the bottom there is my config.log
the weirdness is that: i can copy and paste that g++ line, and it
works! (it produces
1352.exe in the already existing ./tmp/ directory)
is some issue related to win32/process perhaps...
but I am unable to remove properly all those forks/waits
config.log:
----------------------------------------------------------------
$C_INCLUDE_PATH: [".", "C:/msys/1.0/home/user/include",
"/usr/local/include", "c", "/GTK/include", "/usr/include"]
$LIBRARY_PATH: ["C:/msys/1.0/home/user/lib", "/usr/local/lib", "c",
"\\GTK\\lib;C", "\\msys\\1.0\\lib\\w32api", "/usr/lib", "/lib"]
$LD_LIBRARY_PATH: ["C:/msys/1.0/home/user/lib", "/usr/local/lib",
"./tmp", "/usr/lib", "/lib"]
----------------------------------------------------------------
#include <stdio.h>
int main () {
printf("GCC_VERSION %d.%d.%d\n", __GNUC__,
__GNUC_MINOR__, __GNUC_PATCHLEVEL__);
return !(__GNUC__>=3);
}
/usr/bin/env /usr/local/bin/g++ -I/usr/local/include
-IC:/msys/1.0/home/user/include -I. -xc++ -fno-operator-names
-fno-omit-frame-pointer -I/usr/X11R6/include
-Ic:/ruby/lib/ruby/1.8/i386-mingw32 tmp/1352.cpp -o tmp/1352
-LC:/msys/1.0/home/user/lib -L/usr/local/lib
tmp/1352
--------------------------------------------> found
More information about the Gridflow-dev
mailing list