【发布时间】:2011-03-05 17:12:08
【问题描述】:
我在 Linux 上工作了一年。困扰我的一件事是我不熟悉使用源代码安装新软件的过程(由于环境限制,我无法从网络安装它们)。
我经常被各种错误阻止,例如:
------------------------
libtool: install: error: relink `Magick++/lib/libMagick++.la' with the above command before installing it
------------------------
或
------------------------
magick/.libs/libMagickCore.so: undefined reference to `gzseek64'
magick/.libs/libMagickCore.so: undefined reference to `gztell64'
------------------------
虽然我终于在 google 上找到了解决方案,但我不知道它到底为什么有效。
谁能帮助我解决这种情况,或者给我一些关于如何在这种事情上提高自己的建议?
我缺乏“配置”、“制作”、“64位的区别”、“共享库”的知识;谁能指出我正确的方向并给我一些有用的书籍或文章?
提前致谢!
【问题讨论】:
-
编译东西的技巧(你没有编程)通常属于超级用户
标签: 64-bit makefile compilation configure