Opened 21 years ago

Last modified 20 years ago

#282 closed defect (worksforme)

HAVE_DLFCN_H not defined

Reported by: candrsn@… Owned by: warmerdam
Priority: highest Milestone:
Component: default Version: unspecified
Severity: trivial Keywords:
Cc:

Description

port/cpl_config.h does not get HAVE_DL_FCN_H defined unless
I run autoheader and autoconf before
  configure

this keeps libproj from being loadable

my autoconf is 2.52

Change History (3)

comment:1 by warmerdam, 21 years ago

Carl,

Are you using gcc 3.2 where it automatically inserts /usr/local/include
in the system path?  I wonder what magic the autoheader and autoconf you
have are doing!


comment:2 by candrsn@…, 21 years ago

current CVS (2003-02-14) is not demonstrating this behavior "out of the box"

GCC versions:

gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.1/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.1

and also

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)


comment:3 by warmerdam, 20 years ago

Apparently not currently an issue.  Closing.

Note: See TracTickets for help on using tickets.