※ 引述《onionys (.)》之銘言:
: 在install這我這個軟體的時候有下一個gcc XXXXXXXXXX -static
: 我把-static 這個參數取消掉之後,就ok了。
: 網路上有人說這個某種bug...
^^^
囧 看一下gcc man page
-static
On systems that support dynamic linking, this prevents linking with
the shared libraries. On other systems, this option has no effect.
請問你為什麼要禁止它link shared lib??
那你之前問libg2c.so是問假的嗎?XD xxx.so就是shared lib啊...
--
http://cardassian.blogspot.com/
--
: 在install這我這個軟體的時候有下一個gcc XXXXXXXXXX -static
: 我把-static 這個參數取消掉之後,就ok了。
: 網路上有人說這個某種bug...
^^^
囧 看一下gcc man page
-static
On systems that support dynamic linking, this prevents linking with
the shared libraries. On other systems, this option has no effect.
請問你為什麼要禁止它link shared lib??
那你之前問libg2c.so是問假的嗎?XD xxx.so就是shared lib啊...
--
http://cardassian.blogspot.com/
--
All Comments