automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake and cl.exe


From: Ranjith TV
Subject: automake and cl.exe
Date: Tue, 29 May 2007 16:14:08 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]