bug-autoconf
[Top][All Lists]
Advanced

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

compiling gnu common c++ library error with configure


From: j . scott . franko
Subject: compiling gnu common c++ library error with configure
Date: Thu, 24 Jul 2003 16:48:14 -0400


configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##

I got the error listed above while configuring (./configure --prevfix=...) on soloris 2.6 (SunOS pitt31 5.6 Generic_105181-33 sun4u sparc SUNW,Ultra-Enterprise).

This happened in both version 1.0.12 and 1.0.13 of the Common C++ gnu library.  The project pages says that the latest stable is 1.9.6, but the links to the source download  end at version 1.0.13.

both version that I tried to compile get the following error when making after a configure with the above error:

source='network.cpp' object='network.lo' libtool=yes \
depfile='.deps/network.Plo' tmpdepfile='.deps/network.TPlo' \
depmode=gcc3 /bin/ksh ../config/depcomp \
/bin/ksh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include     -I../src -DCCXX_EXPORT_LIBRARY  -I/devl/gen/stat/dv2/gnu/include -D_GNU_SOURCE -D_REENTRANT -I../include -c -o network.lo `test -f 'network.cpp' || echo './'`network.cpp
rm -f .libs/network.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/devl/gen/stat/dv2/gnu/include -D_GNU_SOURCE -D_REENTRANT -I../include -c network.cpp -MT network.lo -MD -MP -MF .deps/network.TPlo  -fPIC -DPIC -o .libs/network.lo
network.cpp: In function `bool
   ost::enumNetworkDevices(std::vector<ost::NetworkDeviceInfo,
   std::allocator<ost::NetworkDeviceInfo> >&)':
network.cpp:134: error: 'struct ifreq' has no member named 'ifr_mtu'
make: *** [network.lo] Error 1

Scott
-----------------------------------------------------------------
"Vision without action is a daydream.  Action without vision is a nightmare."
                   Japanese Proverb

reply via email to

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