On Mon, Jan 12, 2009 at 5:49 PM, James Yoo <james....@gmail.com> wrote: > Hmmm, I'm trying to use mingw to compile rpy2. I've setup my paths to only > include R, Rtools, mingw... but for some dang reason, setup.py keeps finding > msvc instead... what am I missing here?
I think setup.py will default to the MS compiler, try: python setup.py build --compiler=mingw32 Or, create/edit the file distutils.cfg to make mingw32 the default compiler for distutils. Peter ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list