bug-commoncpp
[Top][All Lists]
Advanced

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

Re: configure script bug


From: David Sugar
Subject: Re: configure script bug
Date: Tue, 11 Mar 2003 18:24:37 -0500
User-agent: KMail/1.4.3

The configure scripts are usually generated from autoconf/automake, so this 
sounds like a autoconf/automake bug.  But any c++ compiler can be tested for 
and used with them, not just gcc.  You can override the default compiler 
configure chooses by setting CXX before running it.

On Thursday 06 March 2003 07:49 am, Georg Soffel wrote:
> 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
>
>
>
>
>
>
>
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp





reply via email to

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