[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
configure script bug
From: |
Georg Soffel |
Subject: |
configure script bug |
Date: |
Thu, 6 Mar 2003 13:49:00 +0100 |
I am trying to install version 1.0.8 under Solaris 8
Found a bug in the configure script line 10458:
if test $GCC = yes ; then
should probably be
if test "$GCC" = yes ; then
Did you ever test with a compiler other than gcc?
I further get with gcc 3.2.2 the following:
In file included from network.cpp:41:
../include/cc++/config.h:340:1: warning: "__EXTENSIONS__" redefined
network.cpp:1:1: warning: this is the location of the previous definition
network.cpp: In function `bool
ost::enumNetworkDevices(std::vector<ost::NetworkDeviceInfo,
std::allocator<ost::NetworkDeviceInfo> >&)':
network.cpp:127: `struct ifreq' has no member named `ifr_mtu'
*** Error code 1
I did not go in detail with that one right know, maybe it is due to our
local system installation.
Regards,
Georg Soffel
- configure script bug,
Georg Soffel <=