Software Archive
Read-only legacy content
17061 Discussions

ld: cannot find /usr/lib64/ctr1.o

Ren-Long_Y_
Beginner
398 Views

I was buiding a program with ifort and at linking stage I received such report.

How to solve this? 

0 Kudos
1 Reply
Ren-Long_Y_
Beginner
398 Views

It was solved by installing libf2c2, gfortran and gcc, turned out my kubuntu system is an unstable version so I had to change the sources to long term support.

sed -I 's/trusty/xenial/g' /etc/apt/sources.list

sudo apt-get update

sudo apt-get dist-upgrade

0 Kudos
Reply