Re: Linking shared libraries with KCC

2003-05-29 Thread Ossama Othman
Hi, On Wed, 2003-05-28 at 06:18, David Svoboda wrote: > If I set > CXX="KCC" # KCC ... KAI compiler > CC="$CXX --c" > > then after running "AC_PROG_LIBTOOL" I get > > checking if libtool supports shared libraries... no > checking whether to build shared libraries... no

Re: Expressions evaluation order using AC_PROG_CXX and AC_PROG_CC?

2003-05-29 Thread Assar Westerlund
David Svoboda <[EMAIL PROTECTED]> writes: > In the lines 57-77 the choice of compiler, the user wants to use, is done. > When the ./configure (generated from this file) is executed without any > parameters, "config.log" is full of errors about corrent compiler setting. > When these lines (57-77) ar

Re: AC_CYGWIN

2003-05-29 Thread Assar Westerlund
Patrick Welche <[EMAIL PROTECTED]> writes: > I found the definition of AC_CYGWIN in lib/autoconf/specific.m4: > > # AC_CYGWIN > # - > # Check for Cygwin. This is a way to set the right value for > # EXEEXT. You will notice that this does not set EXEEXT. > AU_DEFUN([AC_CYGWIN], > [AC_C

Re: autoconf, libtool, FreeBSD and --no-verify

2003-05-29 Thread Assar Westerlund
Johan Vervloet <[EMAIL PROTECTED]> writes: > I am building a project under FreeBSD using autoconf, automake and > libtool. Can you please tell us what versions you are using? And it you could include a mimimal example that shows the error that you're getting, that would be even better. > When I

Re: CPPFLAGS and AC_CHECK_HEADERS

2003-05-29 Thread Assar Westerlund
Jose Roman Bilbao <[EMAIL PROTECTED]> writes: > AC_ARG_WITH(vtk-incdir,[ --with-vtk-incdir=DIR location of > the vtk include directory], > [CPPFLAGS="${CPPFLAGS} -I${withval}"]) [...] > AC_CHECK_HEADER([vtkImageFFT.h],, > [AC_MSG_ERROR([VTK headers not found; Check your ins

Re: Expressions evaluation order using AC_PROG_CXX and AC_PROG_CC?

2003-05-29 Thread David Svoboda
On 28 May 2003, Assar Westerlund wrote: > David Svoboda <[EMAIL PROTECTED]> writes: > > In the lines 57-77 the choice of compiler, the user wants to use, is done. > > When the ./configure (generated from this file) is executed without any > > parameters, "config.log" is full of errors about corren

Re: Linking shared libraries with KCC

2003-05-29 Thread David Svoboda
On 28 May 2003, Ossama Othman wrote: > Hi, > > On Wed, 2003-05-28 at 06:18, David Svoboda wrote: > > If I set > > CXX="KCC" # KCC ... KAI compiler > > CC="$CXX --c" > > > > then after running "AC_PROG_LIBTOOL" I get > > > > checking if libtool supports shared libraries...

Re: CPPFLAGS and AC_CHECK_HEADERS

2003-05-29 Thread Jose Roman Bilbao
Hi, Thanks for your response, here you are the information: Autoconf version 2.57 (It was shipped with Red Hat 8.0 but I dont know if any update has been applied). I can not show you now the output but I can tell you that configure finished saying "NO" to all the tests performed to that library,