Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building ATLAS with shared libraries fails #160

Closed
boegel opened this issue Aug 25, 2012 · 1 comment
Closed

building ATLAS with shared libraries fails #160

boegel opened this issue Aug 25, 2012 · 1 comment

Comments

@boegel
Copy link
Member

boegel commented Aug 25, 2012

(occured during full regtest of develop prior to v0.9 releas)

Error message

cmd "make shared cshared ptshared cptshared" exited with exitcode 2 and output:
rm -f libatlas.so liblapack.so\nmake libatlas.so liblapack.so libf77blas.so libcblas.so liblapack.so
make[1]: Entering directory `/tmp/easybuild_build/ATLAS/3.8.4/gompi-1.1.0-no-OFED-with-shared-libs/ATLAS/obj/lib\'
ld -melf_x86_64 -shared -soname libatlas.so -o libatlas.so \
        --whole-archive libatlas.a --no-whole-archive -lc -lpthread -lm
ld -melf_x86_64 -shared -soname liblapack.so -o liblapack.so --whole-archive \
           liblapack.a --no-whole-archive -L/lib64 -lgfortran\nld: cannot find -lgfortran
make[1]: *** [liblapack.so] Error 1
boegel added a commit to boegel/easybuild-framework that referenced this issue Aug 27, 2012
@ghost ghost assigned boegel Aug 27, 2012
@boegel
Copy link
Member Author

boegel commented Aug 29, 2012

Should be fixed by b70ea98.

@boegel boegel closed this as completed Aug 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant