[cfe-dev] Building Clang on MinGW
NAKAMURA Takumi
geek4civic at gmail.com
Sat Feb 26 18:09:52 PST 2011
Matthieu,
Please make sure;
- You are using "MSYS" and working on "MSYS bash shell".
(It seems you would be right)
- Your msys has "perl"
$ type perl
perl is /bin/perl
(msys-unaware perl distros (eg. activeperl) will not work for you)
- Make sure you are using mingw32's gcc and mingw32's binutils (nm etc)
$ type gcc
gcc is /mingw/bin/gcc
$ type nm
nm is /mingw/bin/nm
If you did not build anyways. please show us; "config.log" and
"Makefile.config".
...Takumi
More information about the cfe-dev
mailing list