- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这个问题在这里已经有了答案:
9年前关闭。
Possible Duplicate:
lgfortran not found
gfortran-4.6 -v
Using built-in specs.
COLLECT_GCC=gfortran-4.6
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.6/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-1' --with- bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-1)
locate libgfortran
,我得到:
/usr/lib/gcc/i486-linux-gnu/4.6/libgfortran.a
/usr/lib/gcc/i486-linux-gnu/4.6/libgfortran.so
/usr/lib/gcc/i486-linux-gnu/4.6/libgfortran.spec
/usr/lib/gcc/i486-linux-gnu/4.6/libgfortranbegin.a
/usr/lib/i386-linux-gnu/libgfortran.so.3
/usr/lib/i386-linux-gnu/libgfortran.so.3.0.0
/usr/share/doc/libgfortran3
/var/lib/dpkg/info/libgfortran3.list
/var/lib/dpkg/info/libgfortran3.md5sums
/var/lib/dpkg/info/libgfortran3.postinst
/var/lib/dpkg/info/libgfortran3.postrm
/var/lib/dpkg/info/libgfortran3.shlibs
/var/lib/dpkg/info/libgfortran3.symbols
makefile
,我得到:
make all
gcc -c cxbbase.ads
gcc -c cxbbase.ads
gnatmake cxbi.adb -largs ifinc.o -lgfortran -lm
gnatbind -x cxbi.ali
gnatlink cxbi.ali ifinc.o -lgfortran -lm
/usr/gnat/libexec/gcc/i686-pc-linux-gnu/4.5.3/ld: cannot find -lgfortran
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/gnat/bin/gcc
gnatmake: *** link failed.
make: *** [cxbi] Error 4
最佳答案
解决方案是/usr/lib/gcc/i486-linux-gnu/4.6 到 LIBRARY_PATH。此解决方案在 Comp Lang Ada 上讨论:
https://groups.google.com/forum/#!topic/comp.lang.ada/Ii7YljKqu5M
关于makefile - 尽管安装了 gfortran,但找不到 -lgfortran,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11631365/
我正在使用 Ubuntu 10.04 并尝试编译一些使用 gfortran 的代码。在某些时候 Makefiles 会: -L. -lgfortran 我得到了错误 /usr/bin/ld: cann
这个问题在这里已经有了答案: 9年前关闭。 Possible Duplicate: lgfortran not found 我必须承认,我的问题可以认为与 lgfortran not found 非常
我正在尝试安装 R 包,请参阅下面的代码: > install.packages("mnormt") Installing package into ‘/usr/local/lib/R/site-l
我正在尝试安装软件包 lars。 Ubuntu 11.04 Natty 64 位。从构建中我得到: * installing *source* package âlarsâ ... ** libs g
我正在尝试使用 pip 安装 ObsPy。 在下面的 cc 命令上安装失败: cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/
我正在尝试构建一个 Rust 应用程序,在尝试构建时我得到了以下信息。这是在我安装 ndarray-linalg 和 ndarray 之后发生的。 我安装了 gcc 和 openvc。我在 macOS
我是一名优秀的程序员,十分优秀!