bug-autoconf
[Top][All Lists]
Advanced

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

(no subject)


From: Thomas Engelmeier
Subject: (no subject)
Date: Fri, 8 Oct 2004 11:14:19 +0200

Hi,

I am using the autoconf / automake generated configure script for opencxx.sf.net on Mac OS X.

during the run, the following pops up. it might be the result of the explicit warning in dlfcn.h:
#ifndef DLOPEN_NO_WARN
#warning "You are using dlopen(), a legacy API. Please use the Mach-O dylib loading APIs if at all possible"
#endif

Console of ./configure:

checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... no
configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for dlfcn.h... no
checking how to run the C++ preprocessor... g++ -E
checking for g77... no

More diagnostics:

Vigor66:/Volumes/Diskworld/Development/Sourcen/sf.net/opencxx/opencxx-2.8 Kopie te$ head /usr/include/dlfcn.h
/*
Copyright (c) 2002 Jorge Acereda  <address@hidden> &
                   Peter O'Gorman <address@hidden>

Portions may be copyright others, see the AUTHORS file included with this
distribution.

Maintained by Peter O'Gorman <address@hidden>

Bug Reports and other queries should go to <address@hidden>

Vigor66:/Volumes/Diskworld/Development/Sourcen/sf.net/opencxx/opencxx-2.8 Kopie te$ autoconf --version
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Vigor66:/Volumes/Diskworld/Development/Sourcen/sf.net/opencxx/opencxx-2.8 Kopie te$ automake --version
automake (GNU automake) 1.6.3
Written by Tom Tromey <address@hidden>.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Vigor66:/Volumes/Diskworld/Development/Sourcen/sf.net/opencxx/opencxx-2.8 Kopie te$ glibtool --version
ltmain.sh (GNU libtool) 1.5.2 (1.1220.2.60 2004/01/25 12:25:08)

Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.





reply via email to

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