You are not logged in.

#1 2004-07-01 02:53:28

fbidwell
Member
From: Atlanta, GA (USA)
Registered: 2004-05-09
Posts: 32

Questions about GCC PKGBUILD file

I'm playing around with building my own gcc based on the ABS supplied PKGBUILD file for gcc.

In the PKGBUILD file there is some comments about making a backwards compatible libc++.

To do so, it looks like the PKGBUILD first compiles gcc.3.3.3 and deletes everything but the libc++ and then rebuilds gcc 3.4.0.

Why is this neccesary?  I

Offline

#2 2004-07-01 04:53:48

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Questions about GCC PKGBUILD file

Because of the gcc build system.  Go ahead, see if you can find another way to do it.  Judd's already looked.  If you do, feel free to share with everyone else by submitting a bug report.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#3 2004-07-01 17:01:30

fbidwell
Member
From: Atlanta, GA (USA)
Registered: 2004-05-09
Posts: 32

Re: Questions about GCC PKGBUILD file

I think you misunderstood my question.

Why is there a need for a backward compatible libc++?  I understand the comment about having to build the whole gcc in order to get the libc++.

Is there some arch linux packages that rely on an older libc++?

Offline

#4 2004-07-01 17:37:44

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Questions about GCC PKGBUILD file

You weren't around when we upgraded openssl were you?

If we didn't include that lib, all C++ apps would have to be rebuilt.  That's a lot of downloading for every single person.

Instead we opted to make the transition a little bit smoother.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#5 2004-07-01 18:04:29

fbidwell
Member
From: Atlanta, GA (USA)
Registered: 2004-05-09
Posts: 32

Re: Questions about GCC PKGBUILD file

big_smile  No I guess I wasn't around.

I figured that was the reason.

Offline

Board footer

Powered by FluxBB