automake and cl.exe

2007-05-29 Thread Ranjith TV

Hi,


Can I override using AC_PROG_CXX(or any other compiler checking stuff)

Actually I am using automake in windows and I want to use
cl(microsoft's) as the compiler

I don't want to use like AC_PROG_CXX(cl g++) as it requires the path
to the compiler and the library to set, which I will be doing in the
Makefile.am

my directory structure will be like below


root
   build (all files required to build the software, including configure.in)
   linux32 (makefile.am for linux)
   win32 (makefile.am for windows, here I will be setting library
path and
  whatever else required)
   src (all the source code)
   include


regards,
Ranjith T V




Re: automake and cl.exe

2007-05-29 Thread Benoit Sigoure

Quoting Ranjith TV [EMAIL PROTECTED]:


Hi,


Can I override using AC_PROG_CXX(or any other compiler checking stuff)

Actually I am using automake in windows and I want to use
cl(microsoft's) as the compiler

I don't want to use like AC_PROG_CXX(cl g++) as it requires the path
to the compiler and the library to set, which I will be doing in the
Makefile.am



Hi
what about
./configure CXX=cl.exe
?

--
Benoit Sigoure aka Tsuna
EPITA Research and Development Laboratory


This message was sent using IMP, the Internet Messaging Program.