2014-01-15 53 views
0

我試圖配置perl-5.18.2C庫在哪裏?

在檢查C庫階段,我收到以下消息。

Checking for GNU C Library... 
You are not using the GNU C Library 

I can use /mingw/bin/nm to extract the symbols from your C libraries. This 
is a time consuming task which may generate huge output on the disk (up 
to 3 megabytes) but that should make the symbols extraction faster. The 
alternative is to skip the 'nm' extraction part and to compile a small 
test program instead to determine whether each symbol is present. If 
you have a fast C compiler and/or if your 'nm' output cannot be parsed, 
this may be the best solution. 

You probably shouldn't let me use 'nm' if you are using the GNU C Library. 

Shall I use /mingw/bin/nm to extract C symbols from the libraries? [y] /mingw/bi 
n/x86_64-w64-mingw32-nm.exe 

I can't seem to find your C library. I've looked in the following places: 

     /lib 
     /usr/lib 

None of these seems to contain your C library. I need to get its name... 

Where is your C library? 

我的C庫在哪裏?

我也試過/mingw/bin/nm.exe。

+0

爲什麼在Windows環境中看到Linux「問題」,即/ lib/usr/lib?聽起來像你需要首先修復的「第一個」錯誤 – nrathaus

+0

/在Perl和其他跨平臺軟件的環境中工作良好。那是一隻紅鯡魚。 – justintime

回答

3

http://search.cpan.org/dist/perl-5.18.2/README.win32

在perl的安裝文件的頂層有太多的信息,這只是人們在類Unix系統建設的Perl相關。特別是,您可以放心地忽略任何涉及「配置」的信息。

請改爲按照README.win32文件中的說明進行操作。