I've tried building this from ports (OPENBSD_4_1) "stable", egcc v 4.2 a couple of times. Although it appears to build things under directories with suggestive names, no fortran appears anywhere in the package or when installed. The latest incantation was:
# env FLAVOR="c++ fortran objc ada" make # env FLAVOR="c++ fortran objc ada" make package # env FLAVOR="c++ fortran objc ada" make install What am I missing? FAQ 8 offers no clues. Should this be re-asked on [EMAIL PROTECTED] A trial compilation yields: # egcc foo.f egcc: error trying to exec 'f951': execvp: No such file or directory # find /usr -type f | grep f951 /usr/ports/lang/gcc/4.2/w-gcc-4.2.20061024/build-i386-c++-fortran-objc-ada/gcc/f951 /usr/ports/lang/gcc/4.2/w-gcc-4.2.20061024/build-i386-c++-fortran-objc-ada/prev-gcc/f951 /usr/ports/lang/gcc/4.2/w-gcc-4.2.20061024/fake-i386-c++-fortran-objc-ada/usr/local/libexec/gcc/i386-unknown-openbsd4.1/4.2.0/f951 [EMAIL PROTECTED] root 0:592]# # file /usr/ports/lang/gcc/4.2/w-gcc-4.2.20061024/fake-i386-\ c++-fortran-objc-ada/usr/local/libexec/gcc/i386-unknown-openbsd4.1/4.2.0/f951 /usr/ports/lang/gcc/4.2/w-gcc-4.2.20061024/fake-i386-c++-fortran-objc-ada\ /usr/local/libexec/gcc/i386-unknown-openbsd4.1/4.2.0/f951: \ ELF 32-bit LSB executable, Intel 80386, version 1, for OpenBSD, \ dynamically linked (uses shared libs), not stripped I am interested in evaluating the fortran-95 capabilities. Thanks, Dave

