From owner-freebsd-questions Tue Feb 11 22:40:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA07405 for questions-outgoing; Tue, 11 Feb 1997 22:40:24 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA07399 for ; Tue, 11 Feb 1997 22:40:21 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id XAA08877; Tue, 11 Feb 1997 23:43:58 -0700 (MST) Date: Tue, 11 Feb 1997 23:43:58 -0700 (MST) Message-Id: <199702120643.XAA08877@obie.softweyr.ml.org> From: Wes Peters To: changho nam CC: questions@freebsd.org Subject: fortran compiler In-Reply-To: References: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk changho nam writes: > Have anyone used a fortran compiler on FreeBSD ? > Could you help me how to use a fortran compiler ? The GNU Fortran-77 compiler, g77, should configure and run on FreeBSD. It should work with up-to-date versions of the gdb debugger as well. The g77 distribution is essentially an add-on to gcc; you first extract and configure gcc, then extract and add g77, then build the g77 compiler. It's really not all that difficult. Look on your favorite gnu mirror; I usually go to ftp.cdrom.com:/pub/gnu these days. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com