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


This is a resend since my last message bounced due to being in HTML format.

The error messages I'm receiving when attempting to build on Mac OS X are
below.

Then when I try to compile, I get

gfortran: error trying to exec 'f951': execvp: No such file or directory

Damian



libtool: link: dsymutil .libs/libgomp.1.dylib || :
warning: {0x00008c70} TAG_subprogram:  AT_frame_base( 0x0000491e ) didn't
have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008c89} TAG_formal_parameter:  AT_location( 0x00004956 )
didn't have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008c97} TAG_formal_parameter:  AT_location( 0x0000496a )
didn't have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008ca6} TAG_formal_parameter:  AT_location( 0x0000497e )
didn't have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008cb5} TAG_formal_parameter:  AT_location( 0x000049a8 )
didn't have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008ce3} TAG_formal_parameter:  AT_location( 0x000000bc )
didn't have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008ceb} TAG_subprogram:  AT_frame_base( 0x00004a0c ) didn't
have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
warning: {0x00008d00} TAG_subprogram:  AT_frame_base( 0x00004a44 ) didn't
have valid function low pc, the location list will be incorrect.
old CU: {0x000082d6}: [0x0000000000000000 - 0x00000000000001ec)
new CU: {0xffffffff}: [0xffffffffffffffff - 0xffffffffffffffff)
./libtool: line 7996: 23953 Bus error               dsymutil
.libs/libgomp.1.dylib
libtool: link: (cd ".libs" && rm -f "libgomp.dylib" && ln -s
"libgomp.1.dylib" "libgomp.dylib")
libtool: link: ar rc .libs/libgomp.a  alloc.o barrier.o critical.o env.o
error.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o
single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o
time.o fortran.o affinity.o
ranlib: file: .libs/libgomp.a(mutex.o) has no symbols
ranlib: file: .libs/libgomp.a(ptrlock.o) has no symbols
libtool: link: ranlib -c .libs/libgomp.a
ranlib: file: .libs/libgomp.a(mutex.o) has no symbols
ranlib: file: .libs/libgomp.a(ptrlock.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libgomp.la" && ln -s "../libgomp.la"
"libgomp.la" )
true  DO=all multi-do # make



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