7.0-release f77

2008-06-30 Thread Konrad Heuer


Hello,

just finished installing and upgrading to 7.0-RELEASE-p2 on one of my 
server systems .. now f77 doesn't seem to exist within the base system 
anymore, and installing from /usr/ports/lang/f77 doesn't help:


f77 sample.f
Error on line 0: Invalid flag '-o'
gcc: /var/tmp/f772ImD.c: No such file or directory
gcc: No input files specified
gcc: /var/tmp/f772ImD.o: No such file or directory

Ideas?

Thanks for any suggestion and best regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 7.0-release f77

2008-06-30 Thread Beech Rintoul
On Monday 30 June 2008, Konrad Heuer said:
 Hello,

 just finished installing and upgrading to 7.0-RELEASE-p2 on one of
 my server systems .. now f77 doesn't seem to exist within the base
 system anymore, and installing from /usr/ports/lang/f77 doesn't
 help:

 f77 sample.f
 Error on line 0: Invalid flag '-o'
 gcc: /var/tmp/f772ImD.c: No such file or directory
 gcc: No input files specified
 gcc: /var/tmp/f772ImD.o: No such file or directory

 Ideas?

 Thanks for any suggestion and best regards

 Konrad Heuer
 GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]

That was dropped from the base some time ago when they switched to 
gcc42. The powers that be decided there weren't enough fortran users 
to justify keeping it in. What you need to do is to install 
lang/gcc42 from the ports. That will install the full version 
including fortran.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]