This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [OOP] SELECT TYPE with CLASS IS
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: rouson at sandia dot gov, janus at gcc dot gnu dot org, dominiq at lps dot ens dot fr
- Cc: salvatore dot filippone at uniroma2 dot it, fortran at gcc dot gnu dot org
- Date: Sun, 08 Nov 2009 21:38:48 +0100
- Subject: Re: [OOP] SELECT TYPE with CLASS IS
- References: <C71C44BC.A004%rouson@sandia.gov>
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