tengo otro problema pero ahora es con la compilacion del fortran 90 utilizo una version de evaluacion de PGI pero al querer compilar me envia esto:
pgf90 ejemplo.f
NOTE: your evaluation license will expire in 14 days, 23.1 hours.
For a permanent license, please read the order acknowledgement
that you received. Connect to
https://www.pgroup.com/License with
the username and password in the order acknowledgement.
Name: x
User: x
Email: x
Hostid: PGI=00123FE04D63CC0EA72179
NOTE: your evaluation license will expire in 14 days, 23.1 hours.
For a permanent license, please read the order acknowledgement
that you received. Connect to
https://www.pgroup.com/License with
the username and password in the order acknowledgement.
Name: x
User: x
Email: x
Hostid: PGI=00123FE04D63CC0EA72179
/usr/bin/ld: no se puede abrir /crtbegin.o: No existe el fichero o el directorio
yo encuentro el archivo crtbegin.o dentro de los directorios
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/32/crtbegin.o
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/crtbegin.o
/usr/lib/gcc-lib/i386-redhat-linux7/2.96/crtbegin.o
/lib64/ssa/gcc-lib/x86_64-redhat-linux-gnu/3.5-tree-ssa/crtbegin.o
agregue solo el path /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3 dentro del archivo
/etc/ld.so.conf
pero me sigue enviando el mismo mensaje
a que se debe
gracias por todo