|
From: Axel R. <ax...@fr...> - 2003-05-01 20:18:50
|
> What is the output of ``type -a gcc''? sh-2.04$ gcc --version gcc.exe: no input files sh-2.04$ type -a gcc gcc is /usr/bin/gcc sh-2.04$ exit exit C:\Documents and Settings\Axel584>gcc --version gcc (GCC) 3.2 (mingw special 20020817-1) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. did I wrong install mingw ? I've try (and success) compile a hello world file... but now, I wish compile a bigger project (with a "configure"/"make" procedure) and it doesn't work when it try to get the version of gcc... :-( Thank you for your help... Axel |