This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: hpux10.20 works, kindof


Marc Girod <girod@stybba.ntc.nokia.com> writes:

| Hello!
| 
| >>>>> "BK" == Benjamin Kosnik <bkoz@cygnus.com> writes:
| 
| BK> I missed bits: I am unable to get current CVS up and running. The
| BK> fixes are pretty minor, and I'll have them in by tonight.
| 
| I installed egcs-19990616, updated libstdc++ from cvs (just now), and
| tried to install it on my hpux10.20-hpp2.0 host (btw: configure says
| hppa1.1-hp-hpux10.20), and it still failed:
| 
| ...
| rm -f .libs/complex.lo
| c++ -DHAVE_CONFIG_H -I. -I../../libstdc++/src -I.. -nostdinc++ -I../../libstdc++ -I../../libstdc++/stl -I../../libstdc++/libio -g -D_GNU_SOURCE -fno-implicit-templates -c  -fPIC -DPIC ../../libstdc++/src/complex.cc -o .libs/complex.lo
| cc1plus: warning: -g is only supported when using GAS on this processor,
| cc1plus: warning: -g option disabled.
| In file included from ../../libstdc++/src/complex.cc:32:
| ../../libstdc++/bits/std_cmath.h: In function `float modf(float, float *)':
| ../../libstdc++/bits/std_cmath.h:100: implicit declaration of function `int modff(...)'

Thanks Marc,

I'm the person to blame for this.  I'm working on generating part of
<cmath> at configure-time.  For the time being you can just comment
out the two lines defining the incriminated function.

-- Gaby

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]