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
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
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
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
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
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
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...
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,