Help!!! libg++2.6.1 woes .......

Help!!! libg++2.6.1 woes .......

Post by mohan kannapared » Sat, 12 Nov 1994 23:54:48



[ Article crossposted from comp.os.linux.misc ]
[ Author was mohan kannapareddy ]
[ Posted on Fri, 11 Nov 1994 07:38:02 GMT ]

Greetings everyone,
        I have been sitting all night for the last two nights trying to install
        the gcc-2.6.1 ( I desperately need to use templates!1) the gcc-2.6.1 compiled fine  
        and installation was all right then I decided to do the same thing
for libg++2.6.1 and LO it choked on the *gperf* stage ( before tat)
I had several worrisome warnings such as:
        /usr.include/sys/math.h declaraton od const double cos(double)
        differs from built-in declaration!!
        there were a few otheers I think _exit, sin aand alsoe
        __P redefined......

        BTW, the gperf choked during the linking stages saying :
        undefined symbol __uflow from text segment in libg++.a???

        So I decided to edit the makefile and remove the *gperf* part
        from the *BUILD* process aand it compiled everything fine (except)
        for those damned warnings) and then I installed evceerthing hoping
        it would work fine ..
        So I wrote a small c++ program that uses the iostream facility and
        8kaboom* ..when it starts to link ...
        undefined rsymbol __uflow  in .......
        i am perplexed can anyone heplk me out please!!!!...

                Build tools:
        Linux version : 1.0.9
        Tried to compile with both : gcc2.5.8 and gcc2.6.1 no luck!!
        Sytem header flfiles :
        from the slackware distribution!!

        Please can anyone help me I need to get this straigned out
        soon!!

cheers,
        Mohan

 
 
 

Help!!! libg++2.6.1 woes .......

Post by Christopher Wil » Sun, 13 Nov 1994 06:38:58


(snip)
: for libg++2.6.1 and LO it choked on the *gperf* stage ( before tat)
: I had several worrisome warnings such as:
:       /usr.include/sys/math.h declaraton od const double cos(double)
:       differs from built-in declaration!!
:       there were a few otheers I think _exit, sin aand alsoe
:       __P redefined......
:
:       BTW, the gperf choked during the linking stages saying :
:       undefined symbol __uflow from text segment in libg++.a???

Goes _thump_ for me, too.  __uflow doesnt' seem to exist ...

-- Chris


       "... I wouldn't recommend Yggdrasil to my worst enemy ..."
       "Those nice Cleaver boys: Wally, Beaver, and Eldrige ..."
   PGP 2.6 public key available by finger for the clinically paranoid.

 
 
 

Help!!! libg++2.6.1 woes .......

Post by Lamar Fols » Wed, 16 Nov 1994 01:11:20




 : (snip)
 : : for libg++2.6.1 and LO it choked on the *gperf* stage ( before tat)
 : : I had several worrisome warnings such as:
 : :    /usr.include/sys/math.h declaraton od const double cos(double)
 : :    differs from built-in declaration!!
 : :    there were a few otheers I think _exit, sin aand alsoe
 : :    __P redefined......
 : :
 : :    BTW, the gperf choked during the linking stages saying :
 : :    undefined symbol __uflow from text segment in libg++.a???

 : Goes _thump_ for me, too.  __uflow doesnt' seem to exist ...

 : -- Chris

I'll add my name to the list.  I get these same errors.  I can't
get glibc-1.09 to build either.  The main errnos.h file (in glibc-1.09)
gives an unmatched #endif error, and the only other errnos.h file that
I have doesn't define several constants.  [=sigh=]
--
Lamar Folsom


http://www.uidaho.edu/~lamar

 
 
 

Help!!! libg++2.6.1 woes .......

Post by Jim McPhers » Sat, 19 Nov 1994 10:41:03


: [ Article crossposted from comp.os.linux.misc ]
: [ Author was mohan kannapareddy ]
: [ Posted on Fri, 11 Nov 1994 07:38:02 GMT ]

: Greetings everyone,
:       I have been sitting all night for the last two nights trying to install
:       the gcc-2.6.1 ( I desperately need to use templates!1) the gcc-2.6.1 compiled fine  
:       and installation was all right then I decided to do the same thing
: for libg++2.6.1 and LO it choked on the *gperf* stage ( before tat)
: I had several worrisome warnings such as:
:       /usr.include/sys/math.h declaraton od const double cos(double)
:       differs from built-in declaration!!
:       there were a few otheers I think _exit, sin aand alsoe
:       __P redefined......

:       BTW, the gperf choked during the linking stages saying :
:       undefined symbol __uflow from text segment in libg++.a???

:       So I decided to edit the makefile and remove the *gperf* part
:       from the *BUILD* process aand it compiled everything fine (except)
:       for those damned warnings) and then I installed evceerthing hoping
:       it would work fine ..
:       So I wrote a small c++ program that uses the iostream facility and
:       8kaboom* ..when it starts to link ...
:       undefined rsymbol __uflow  in .......
:       i am perplexed can anyone heplk me out please!!!!...

:               Build tools:
:       Linux version : 1.0.9
:       Tried to compile with both : gcc2.5.8 and gcc2.6.1 no luck!!
:       Sytem header flfiles :
:       from the slackware distribution!!

:       Please can anyone help me I need to get this straigned out
:       soon!!
:      
: cheers,
:       Mohan

You're not alone.  I've had similar "success" in kernel 1.0.9 and gcc2.6.2.
I just didn't bother to comment out the gperf stuff...

--
+-------------------------------------+----------------------------------+
|Jim McPherson, IDC Rep, WEXP Bus.Mgr.|GCS/MU d?(-d+)>! H- s:++>s g-(+)>!|

|-----------+   All .stevens-tech.edu |++++$S+$XIU(-) P?>+++ L++>+++ 3- E|
|Insanity is|-------------------------|N+(++) K- W---()>! M-- V-- -po+ Y+|
|necessary  | Logic is a little bird, |t+ !5 j R(+) G'''('''') !tv() b(+)|

|standing.  |   that smells awful.    |n-(!) y+(**)>+++(++++) GeekCode2.1|
+-------------------------------------+----------------------------------+

 
 
 

1. Help!!! libg++2.6.1 woes .......

Greetings everyone,
        I have been sitting all night for the last two nights trying to install
        the gcc-2.6.1 ( I desperately need to use templates!1) the gcc-2.6.1 compiled fine  
        and installation was all right then I decided to do the same thing
for libg++2.6.1 and LO it choked on the *gperf* stage ( before tat)
I had several worrisome warnings such as:
        /usr.include/sys/math.h declaraton od const double cos(double)
        differs from built-in declaration!!
        there were a few otheers I think _exit, sin aand alsoe
        __P redefined......

        BTW, the gperf choked during the linking stages saying :
        undefined symbol __uflow from text segment in libg++.a???

        So I decided to edit the makefile and remove the *gperf* part
        from the *BUILD* process aand it compiled everything fine (except)
        for those damned warnings) and then I installed evceerthing hoping
        it would work fine ..
        So I wrote a small c++ program that uses the iostream facility and
        8kaboom* ..when it starts to link ...
        undefined rsymbol __uflow  in .......
        i am perplexed can anyone heplk me out please!!!!...

                Build tools:
        Linux version : 1.0.9
        Tried to compile with both : gcc2.5.8 and gcc2.6.1 no luck!!
        Sytem header flfiles :
        from the slackware distribution!!

        Please can anyone help me I need to get this straigned out
        soon!!

cheers,
        Mohan

2. NT NullSessionShare linux equivalent

3. Gcc 2.7.2 with libg++2.6.2?

4. Oracle Solaris gcc pro*C makefile?

5. Error in compile libg++2.6

6. connection Linux to optushome as server

7. Error occurs in compile libg++2.6

8. How can work a modem V.34 On Line Express Boca Research under Linux?

9. CD-RW mounting woes in Mandrake 7.0 woe oh woe oh woe!

10. Documentation for libg, libg++, svga lib

11. Binutils 2.6 GAS for libg++ 2.7.1

12. libg++ for Solaris 2.6 x86

13. 2.5.1/2.6 & best version of gcc & libg++?