Hello.
I am new to this list and to GPC.
I have just downloaded latest GPC beta sources. I am going to build RPM packages from it (I was not able to find one) for RedHat Linux 6.0, which comes with EGCS 1.1.2 (egcs-2.91.66).
1. As there is not a patch for this version of EGCS in the GPC distribution, I decided to compile with the latest GCC (2.8.1). There is or will be patches for EGCS 1.1.2?
2. The compilation goes smoothly. Installation too. But should I keep the files /usr/lib/gcc-lib/i386-redhat-linux/2.8.1/{libgcc.a,spec} or they can be safely removed (and then GPC uses the ones from the EGCS installation)?
Thanks.
Prof. José Romildo Malaquias romildo@urano.iceb.ufop.br
I have worked out rpm packages for the latest GPC beta. As I am not an experienced GPC user, would somebody take a look at the spec file and comment it.
Romildo.
On Fri, May 14, 1999 at 10:07:44AM -0300, Jose Romildo Malaquias wrote:
Hello.
I am new to this list and to GPC.
I have just downloaded latest GPC beta sources. I am going to build RPM packages from it (I was not able to find one) for RedHat Linux 6.0, which comes with EGCS 1.1.2 (egcs-2.91.66).
As there is not a patch for this version of EGCS in the GPC distribution, I decided to compile with the latest GCC (2.8.1). There is or will be patches for EGCS 1.1.2?
The compilation goes smoothly. Installation too. But should I keep the files /usr/lib/gcc-lib/i386-redhat-linux/2.8.1/{libgcc.a,spec} or they can be safely removed (and then GPC uses the ones from the EGCS installation)?
Thanks.
Prof. José Romildo Malaquias romildo@urano.iceb.ufop.br
Jose Romildo Malaquias wrote:
I have worked out rpm packages for the latest GPC beta. As I am not an experienced GPC user, would somebody take a look at the spec file and comment it.
I am not an RPM expert, but AFAICT everything is okay.
If you tell me where I can find that package, I can copy it to Agnes.
Good work! (-:
Peter
The RPM packages I have built for the latest Beta GPC is available for download at
ftp://urano.iceb.ufop.br/pub/gpc/
They have been compiled on RedHat Linux 6.0 box.
If Peter Gerwinski wants to copy it to Agnes, I am glad.
Prof. José Romildo Malaquias Departamento de Computação Universidade Federal de Ouro Preto Brasil
On Fri, May 28, 1999 at 08:45:58PM +0200, Peter Gerwinski wrote:
Jose Romildo Malaquias wrote:
I have worked out rpm packages for the latest GPC beta. As I am not an experienced GPC user, would somebody take a look at the spec file and comment it.
I am not an RPM expert, but AFAICT everything is okay.
If you tell me where I can find that package, I can copy it to Agnes.
Good work! (-:
Jose Romildo Malaquias wrote:
The RPM packages I have built for the latest Beta GPC is available for download at
ftp://urano.iceb.ufop.br/pub/gpc/
They have been compiled on RedHat Linux 6.0 box.
If Peter Gerwinski wants to copy it to Agnes, I am glad.
I am currently copying them to Agnes, so you can be glad now. :-)
Peter
Hello!
Jose Romildo Malaquias wrote:
- As there is not a patch for this version of EGCS in the GPC distribution, I decided to compile with the latest GCC (2.8.1). There is or will be patches for EGCS 1.1.2?
I just wanted to say that the current alpha snapshot already has these patches, but those are for the development branch of EGCS that goes towards egcs-1.2, not egcs-1.1.2. However AFAIK it should be straightforward to use the egcs-1.1.1 diff for egcs-1.1.2.
- The compilation goes smoothly. Installation too. But should I keep the files /usr/lib/gcc-lib/i386-redhat-linux/2.8.1/{libgcc.a,spec} or they can be safely removed (and then GPC uses the ones from the EGCS installation)?
I did not try, but I can imagine that GPC will not find them in their directory. I am also not sure in how far these files are compatible between gcc-2.8.1 and EGCS, so I'd recommend to keep them. ;-)
Peter