Re: g77 failure

1996-11-18 Thread Mark Eichin
The Ada package as shipped from NYU includes a replacement gcc binary for the matching release; I was going to avoid the problem by shipping it as ada-gcc instead of the redirected gcc (I didn't really expect 2.7.2.1 to come out, and 2.8 will have all the changes built in...) The GNAT package has

Re: g77 failure

1996-11-18 Thread David Engel
Hamish Moffatt writes: > with it enabled. Ideally, the GCC package will have gcc with > this enabled, and the GNAT package will not supply a gcc at > all. Hopefully this will happen for the next GNAT package version, > which is awaiting GNAT 3.06 (based on gcc 2.7.2.1). When I was maintaining gcc,

Re: g77 failure

1996-11-17 Thread Hamish Moffatt
> > As I understand it, f77 wants gcc 2.7.2 and not gcc 2.7.2.1 > As a workaround I did now the following: > > cd /usr/lib/gcc-lib/i486-linux/2.7.2.1/ > ln -s ../2.7.2/libf2c.a . > ln -s ../2.7.2/f771 . > > I will now have to check wether it still works in all cases. > Development team: Please co

Re: g77 failure

1996-11-16 Thread Martin Konold
On Fri, 15 Nov 1996, David Gaudine wrote: > On Fri, 15 Nov 1996, Martin Konold wrote: > > > > I have now installed: > > > gcc_2.7.2.1-2.deb > > > g77_0.5.18-2.deb > > > > > gcc: installation problem, cannot exec `f771': No such file or > directory > > As I understand it, f77 wants gcc 2.7.2 and

Re: g77 failure

1996-11-15 Thread David Gaudine
On Fri, 15 Nov 1996, Martin Konold wrote: > > I have now installed: > > gcc_2.7.2.1-2.deb > > g77_0.5.18-2.deb > > > gcc: installation problem, cannot exec `f771': No such file or directory As I understand it, f77 wants gcc 2.7.2 and not gcc 2.7.2.1 I don't know the "correct" solution, but I j

g77 failure

1996-11-14 Thread Martin Konold
forwared message > Hi there, > > I also do have problems with g77 from bo > The stable version worked flawlessly for me > > I have now installed: > gcc_2.7.2.1-2.deb > g77_0.5.18-2.deb > libc5-dev_5.4.7-7.deb > > g77 keeps telling me: > > g77 pvscaleeis.f > gcc: installation problem, ca