2015-12-06 14 views
6

Windows 7 64ビット版のCygwinでソースパッケージ(最新の安定版)からhtopをビルドしようとしています。私は、READMEの指示に従っていますが、私はメイクスクリプトを実行するとき、私は次のエラーを打っています:すべての提案をいただければ幸いですCygwinのソースからhtopをビルドする

[email protected] ~/tmp/htop-1.0.3 
$ make 
make all-am 
make[1]: Entering directory '/home/Administrator/tmp/htop-1.0.3' 
gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -MT htop-AvailableMetersPanel.o -MD -MP -MF .deps/htop-AvailableMetersPanel.Tpo -c -o htop-AvailableMetersPanel.o `test -f 'AvailableMetersPanel.c' || echo './'`AvailableMetersPanel.c 
gcc: error: unrecognized command line option ‘-rdynamic’ 
Makefile:467: recipe for target 'htop-AvailableMetersPanel.o' failed 
make[1]: *** [htop-AvailableMetersPanel.o] Error 1 
make[1]: Leaving directory '/home/Administrator/tmp/htop-1.0.3' 
Makefile:292: recipe for target 'all' failed 
make: *** [all] Error 2 

を!

答えて

14

htopここで、htopにはプラットフォーム固有のコードが多数あるため、移植はnot a matter of simply recompiling itです。現バージョンのhtopはCygwinをサポートしていません。最新のreleaseバージョン、2.0.1は、Linux、Mac OS X、FreeBSD、およびOpenBSDをサポートしています。

私はaccept patchesに誰かがCygwinポートを書いても満足しています!

関連する問題