This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [OOP] SELECT TYPE with CLASS IS


Dominique,

Here¹s the requested info:

Mac OS X 10.5.8

Bootstrap compiler:
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)

Config line:
/Users/rouson/fortran-dev/configure --program-suffix=-4.5 \
--enable-checking=release --prefix=/usr/local/gfortran \
--enable-languages=c,fortran --enable-version-specific-runtime-libs \
--build=i686-apple-darwin9 --host=i686-apple-darwin9 \
--target=i686-apple-darwin9 --disable-bootstrap --disable-multilib \
--with-gmp=/opt/local  --with-mpfr=/opt/local

I don¹t know how to do a parallel build (unless you¹re referring to the ³-j²
option on make, which I¹m not using), so presumably I¹m doing a serial
build.

Attached are the output of configure, make and make install.  It appears
appears configure, make, and make install are completing successfully (I had
to find my old configure line), but I get the same error when I compile a
"Hello, world!" program:

$ /Users/rouson/fortran-obj/gcc/gfortran hello.f90
gfortran: error trying to exec 'f951': execvp: No such file or directory

Damian



On 11/8/09 12:38 PM, "dominiq@lps.ens.fr" <dominiq@lps.ens.fr> wrote:

> Damian,
> 
> Usual questions: which OS, bootstrap compiler, config line ...?
> Are doing your build in parallel? If yes, could you try to build
> in serial mode (in parallel mode the error could be hidden).
> Are you redirecting the building output to a log file?
> If no, try to do it: it is then easier to look for patterns.
> 
> Note that the
> 
> ranlib: file: .libs/libgomp.a(mutex.o) has no symbols
> ...
> 
> are harmless (I don't know why they are there).
> Did you send the end of the bootstrap messages? If yes
> you may want to try make install.
> 
> Dominique
> 
> 

Attachment: config.log;size=43707;creation-date="Sun,
Description: config.log

Attachment: make.log;size=47326;creation-date="Sun,
Description: make.log

Attachment: make_install.log;size=44293;creation-date="Sun,
Description: make_install.log


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]