Fortran - Ayuda POR FAVOR!!!!!

 
Vista:

Ayuda POR FAVOR!!!!!

Publicado por Diego Castillo (4 intervenciones) el 22/11/2011 15:41:02
Hola muchachos estoy tratando de correr un programa en fortran mediante un makefile y dos módulos de mi programa pero al momento de intentar hacer el make en Ubuntu me arroja el siguiente error de máquina:


/usr/lib/x86_64-linux-gnu/libc.a(syslog.o): In function `__vsyslog_chk':
(.text+0xa2e): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(syslog.o): In function `__vsyslog_chk':
(.text+0xa41): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(syslog.o): In function `openlog':
(.text+0xbf2): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(syslog.o): In function `closelog':
(.text+0xc96): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(syslog.o):(.eh_frame+0x283): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(vfprintf_chk.o): In function `__vfprintf_chk':
(.text+0x117): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(vfprintf_chk.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(backtrace.o): In function `backtrace_helper':
(.text+0x3f): undefined reference to `_Unwind_GetIP'
/usr/lib/x86_64-linux-gnu/libc.a(backtrace.o): In function `backtrace':
(.text+0x96): undefined reference to `_Unwind_Backtrace'
/usr/lib/x86_64-linux-gnu/libc.a(vfprintf.o): In function `vfprintf':
(.text+0x3a35): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(vfprintf.o):(.eh_frame+0x27f): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(iofclose.o): In function `fclose':
(.text+0x20b): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(iofclose.o):(.eh_frame+0x21b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(iofflush.o): In function `fflush':
(.text+0xf4): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(iofflush.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(iofputs.o): In function `fputs':
(.text+0x14a): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(iofputs.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(ioftell.o): In function `ftell':
(.text+0x135): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(ioftell.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(iofwrite.o): In function `fwrite':
(.text+0x189): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(iofwrite.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(ioseekoff.o): In function `_IO_seekoff':
(.text+0x2ad): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(ioseekoff.o):(.eh_frame+0x193): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(wfileops.o): In function `_IO_wfile_underflow':
(.text+0xc46): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(wfileops.o):(.eh_frame+0x1e7): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(fileops.o): In function `_IO_file_fopen':
(.text+0x1e00): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(fileops.o): In function `_IO_file_underflow':
(.text+0x212c): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(fileops.o):(.eh_frame+0x553): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(writev.o): In function `__atomic_writev_replacement':
(.text+0x179): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(writev.o):(.eh_frame+0x13): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(iogetdelim.o): In function `getdelim':
(.text+0x2c8): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(iogetdelim.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(fseek.o): In function `fseek':
(.text+0xed): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(fseek.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
/usr/lib/x86_64-linux-gnu/libc.a(ftello.o): In function `ftello64':
(.text+0x135): undefined reference to `_Unwind_Resume'
/usr/lib/x86_64-linux-gnu/libc.a(ftello.o):(.eh_frame+0x14b): undefined reference to `__gcc_personality_v0'
make: *** [toto] Error 1

nosé que hacer con esto ya que es un programa que estoy construyendo para mi tesis, por lo que necesito saber con urgencia como poder resolver el error, me despido atentamente con espera de alguna respuesta
Muchas Gracias
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
sin imagen de perfil

Ayuda POR FAVOR!!!!!

Publicado por Fernando (6 intervenciones) el 11/10/2013 07:01:13
Hola, seria bueno que menciones el programa que deseas instalar
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar