gcc 連結函式庫參數順序 - Linux
By Yuri
at 2013-04-17T23:19
at 2013-04-17T23:19
Table of Contents
各位版友好
我把之前在ubuntu上面可以編譯的程式碼(包含makefile)抓下來
但是現在在Lubuntu上面反而不能編譯
makefile本來是寫gcc -lm myfile.c another.c -ly -lfl
myfile.c裡面有用到pow()等函式
可是這行本來可以在ubuntu上面進行編譯的...
後來拿到Lubuntu就不行
必須要把-lm拿到後面去才可以編譯
變成
gcc myfile.c another.c -lm -ly -lfl
請問這是為什麼?
謝謝^^
--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★ (○ ?
╦╦└□ " ○□═ □ □>
║║√√ ╦══╦ ∥ |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己
--
我把之前在ubuntu上面可以編譯的程式碼(包含makefile)抓下來
但是現在在Lubuntu上面反而不能編譯
makefile本來是寫gcc -lm myfile.c another.c -ly -lfl
myfile.c裡面有用到pow()等函式
可是這行本來可以在ubuntu上面進行編譯的...
後來拿到Lubuntu就不行
必須要把-lm拿到後面去才可以編譯
變成
gcc myfile.c another.c -lm -ly -lfl
請問這是為什麼?
謝謝^^
--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★ (○ ?
╦╦└□ " ○□═ □ □>
║║√√ ╦══╦ ∥ |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己
--
Tags:
Linux
All Comments
By Jacob
at 2013-04-21T22:45
at 2013-04-21T22:45
By Charlotte
at 2013-04-25T19:14
at 2013-04-25T19:14
By Emily
at 2013-04-29T06:39
at 2013-04-29T06:39
Related Posts
在舊PC裝LINUX會比較好嗎?
By Andrew
at 2013-04-17T15:37
at 2013-04-17T15:37
請問Full Backup的問題
By Carol
at 2013-04-17T10:30
at 2013-04-17T10:30
centos 6.3安裝 usb無線網卡./makedrv錯誤
By Edward Lewis
at 2013-04-16T22:05
at 2013-04-16T22:05
能在桌面上顯示的便條紙程式?
By Todd Johnson
at 2013-04-16T19:57
at 2013-04-16T19:57
遞迴執行程式
By Mary
at 2013-04-16T16:20
at 2013-04-16T16:20