Re: Compile Error - Upgrading gcc version

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

 



> An Linux opsys from 1999... Ok, I'm using Win2000 just now, so maybe
> this isn't that weird...
>
Yeah is a little weird but we are trying to go to Suse 8 then maybe suse 11.

>
> Does the application compiled on SuSE 6.1 and then copied to SuSE 8
> (with the associated 'libstdc++.so.x.y' of course) run ok on SuSE 8 ?
> If so, maybe you should consider trying to run SuSE 6.1 binaries on
> SuSE 8 if these can be produced for SuSE 6.1 but not for SuSE 8 !

well I just copy the application to SuSE 8 and try to use the command
cc -static Cal.cpp -o Cal cent.cpp  \
           as.cpp sca00p.cpp sca10p.cpp

That is and archive that make the programmer of the application.
I'm really new with this.

>
> Producing an egcs-1.1.2 to run on SuSE 8 with its installed glibc may
> be possible but also producing a cross GCC based on egcs-1.1.2 which
> produces SuSE 6.1 apps (with the SuSE 6.1's glibc) on SuSE 8...
>

Would be nice, cuz I want to make this works in all GCC with no
problems to run away from legacy systems. But sound a little
complicated


>> And tried to install egcs but I can't make it work.
>
> So you tried to build egcs-1.1.2 for the SuSE 8 $host & $target (the
> first alternative in the previous choices), ie a "native egcs-1.1.2
> for SuSE 8", but this didn't work?
>

I download the tar.gz of egcs 1.1.2
And try to use this

../egcs-1.1.2/configure --prefix=/usr --enable-languages=c++
--enable-threads --with-slibdir=/lib --enable-clocale=gnu
make bootstrap
make install

But I think that I'm missing something

Thanks !!

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux