亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 4448 | 回復(fù): 8
打印 上一主題 下一主題

大家?guī)臀曳g一下這段話是什么意思好嗎? [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2008-07-18 14:54 |只看該作者 |倒序?yàn)g覽
  1. PROBLEM:

  2. When compiling the hclnfsd source code on your NFS Server, you may see the following output:

  3. gcc: -lrpcsvc: linker input file unused because linking not done
  4. gcc: -lsocket: linker input file unused because linking not done
  5. gcc: -lresolv: linker input file unused because linking not done
  6. gcc: -lnsl: linker input file unused because linking not done

  7. SOLUTION:

  8. The message that gcc reported is correct. Its simply a warning message.

  9. The compiler is informing you that the library was not used because no linking was done. This is because you supplied a library to the command where no linking was done. The compiler is ignoring the extraneous object file.

  10. The compilation should still continue, and the hclnfsd executable will be created.
復(fù)制代碼

我在make 的時(shí)候就出現(xiàn)下面的提示不知道是什么原因。上面是G。CN的一篇外文,我看的不是很明白大家?guī)臀曳g一下。謝謝。
  1. Compiling authpipe.c
  2. gcc: -Bdynamic: linker input file unused because linking not done
  3. gcc: -lgcc_s: linker input file unused because linking not done
  4. Compiling authpipelib.c
  5. gcc: -Bdynamic: linker input file unused because linking not done
  6. gcc: -lgcc_s: linker input file unused because linking not done
  7. Linking libauthpipe.la
  8. Compiling authinfo.c
  9. gcc: -Bdynamic: linker input file unused because linking not done
  10. gcc: -lgcc_s: linker input file unused because linking not done
  11. Linking courierauthconfig
  12. Compiling authdaemontest.c
  13. gcc: -Bdynamic: linker input file unused because linking not done
  14. gcc: -lgcc_s: linker input file unused because linking not done
  15. Linking authdaemontest
  16. Compiling authmksock.c
  17. gcc: -Bdynamic: linker input file unused because linking not done
  18. gcc: -lgcc_s: linker input file unused because linking not done
  19. Linking authmksock
  20. Compiling authdaemond.c
  21. gcc: -Bdynamic: linker input file unused because linking not done
  22. gcc: -lgcc_s: linker input file unused because linking not done
  23. Linking authdaemondprog
  24. gcc: -Bdynamic: linker input file unused because linking not done
  25. gcc: -lgcc_s: linker input file unused because linking not done
  26. Compiling authtest.c
  27. gcc: -Bdynamic: linker input file unused because linking not done
  28. gcc: -lgcc_s: linker input file unused because linking not done
  29. Linking authtest
  30. Compiling authenumerate.c
  31. gcc: -Bdynamic: linker input file unused because linking not done
  32. gcc: -lgcc_s: linker input file unused because linking not done
  33. Linking authenumerate
  34. Compiling authpasswd.c
  35. gcc: -Bdynamic: linker input file unused because linking not done
  36. gcc: -lgcc_s: linker input file unused because linking not done
  37. Linking authpasswd
  38. CONFIG_FILES=authlib.3 CONFIG_HEADERS= /bin/sh ./config.status
  39. config.status: creating authlib.3
  40. config.status: executing depfiles commands
  41. make[2]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1'
  42. make[1]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1'
復(fù)制代碼

論壇徽章:
36
IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-10 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-16 06:20:0015-16賽季CBA聯(lián)賽之廣東
日期:2016-04-16 19:59:32IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-18 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-19 06:20:00每日論壇發(fā)貼之星
日期:2016-04-19 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-25 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-05-13 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-05-28 06:20:00每日論壇發(fā)貼之星
日期:2016-05-28 06:20:00
2 [報(bào)告]
發(fā)表于 2008-07-18 15:16 |只看該作者
編譯的錯(cuò)誤信息一般都是英文的,LZ要提高英文能力。做研發(fā)離不開(kāi)英語(yǔ)。

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2008-07-18 15:18 |只看該作者
問(wèn)題:

當(dāng)在NFS服務(wù)器上編譯hclnfsd時(shí),你可能會(huì)遇到如下的輸出:

gcc: -lrpcsvc: linker input file unused because linking not done
gcc: -lsocket: linker input file unused because linking not done
gcc: -lresolv: linker input file unused because linking not done
gcc: -lnsl: linker input file unused because linking not done

解決:

gcc 給出的報(bào)告是正確的,它只是一個(gè)簡(jiǎn)單的警告信息.

編譯器通知你那個(gè)庫(kù)沒(méi)有被使用因?yàn)闆](méi)有被鏈接,這是因?yàn)槟闾峁┙o編譯器一個(gè)沒(méi)有可鏈接符號(hào)的庫(kù)。編譯器正在忽略無(wú)關(guān)的目標(biāo)文件。

編譯會(huì)繼續(xù)運(yùn)行,并且可執(zhí)行文件hclnfsd也會(huì)生成。

論壇徽章:
8
CU大;照
日期:2013-04-17 10:59:39CU大;照
日期:2013-04-17 11:01:45CU大;照
日期:2013-04-17 11:02:15CU大;照
日期:2013-04-17 11:02:36CU大;照
日期:2013-04-17 11:02:58技術(shù)圖書(shū)徽章
日期:2013-12-04 10:48:50酉雞
日期:2014-01-03 10:32:30辰龍
日期:2014-03-06 15:04:07
4 [報(bào)告]
發(fā)表于 2008-07-18 15:35 |只看該作者
The compiler is informing you that the library was not used because no linking was done. This is because you supplied a library to the command where no linking was done. The compiler is ignoring the extraneous object file.

編譯器提示你:因?yàn)闆](méi)有做出任何鏈接,所以指定的庫(kù)沒(méi)有被使用。
這個(gè)提示的原因是沒(méi)有在“你在命令行指定的庫(kù)”上生成任何鏈接。
編譯器將忽略這個(gè)無(wú)關(guān)的目標(biāo)文件。

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2008-07-18 15:35 |只看該作者
原帖由 sleetdrop 于 2008-7-18 15:18 發(fā)表
問(wèn)題:

當(dāng)在NFS服務(wù)器上編譯hclnfsd時(shí),你可能會(huì)遇到如下的輸出:

gcc: -lrpcsvc: linker input file unused because linking not done
gcc: -lsocket: linker input file unused because linking not do ...


恩。非常感謝樓上兩位。
我正在安裝 courier-authlib-0.59  這個(gè)東西。我在用
  1. ./configure --prefix=/usr/lib/authlib --without-authpam --without-authcustom --without-authpgsql --without-authldap --without-authuserdb --without-authpwd --without-authshadow --without-authvchkpw --with-authmysql  --with-authdaemonvar=/usr/lib/authlib/var --mandir=/usr/lib/man --without-stdheaderdir --sysconfdir=/usr/lib/authlib/etc -
  2. -with-redhat -with-mysql-libs=/usr/local/mysql/lib/mysql --with-mysql-includes=/usr/local/mysql/include/mysql
復(fù)制代碼

進(jìn)行Make的時(shí)候總報(bào)如下錯(cuò)誤。我的GCC是3.4.6的
  1. make  all-recursive
  2. make[1]: Entering directory `/bin/null/postfix/courier-authlib-0.59.1'
  3. Making all in gdbmobj
  4. make[2]: Entering directory `/bin/null/postfix/courier-authlib-0.59.1/gdbmobj'
  5. make  all-am
  6. make[3]: Entering directory `/bin/null/postfix/courier-authlib-0.59.1/gdbmobj'
  7. Compiling gdbmobj.c
  8. Compiling gdbmobj2.c
  9. Compiling gdbmobj3.c
  10. Linking libgdbmobj.la
  11. Compiling testgdbm.C
  12. Linking testgdbm
  13. libtool: ignoring unknown tag CXX
  14. testgdbm.o(.text+0x54a): In function `main':
  15. /bin/null/postfix/courier-authlib-0.59.1/gdbmobj/gdbmobj.h:54: undefined reference to `_Unwind_Resume'
  16. collect2: ld returned 1 exit status
  17. make[3]: *** [testgdbm] 錯(cuò)誤 1
  18. make[3]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1/gdbmobj'
  19. make[2]: *** [all] 錯(cuò)誤 2
  20. make[2]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1/gdbmobj'
  21. make[1]: *** [all-recursive] 錯(cuò)誤 1
  22. make[1]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1'
  23. make: *** [all] 錯(cuò)誤 2
復(fù)制代碼

如果用
  1. ./configure --prefix=/usr/lib/authlib --without-authpam --without-authcustom --without-authpgsql --without-authldap --without-authuserdb --without-authpwd --without-authshadow --without-authvchkpw --with-authmysql  --with-authdaemonvar=/usr/lib/authlib/var --mandir=/usr/lib/man --without-stdheaderdir --sysconfdir=/usr/lib/authlib/etc --with-redhat -with-mysql-libs=/usr/local/mysql/lib/mysql --with-mysql-includes=/usr/local/mysql/include/mysql CXX=/usr/bin/g++ CC='/usr/bin/gcc  -Wl,-Bdynamic -lgcc_s'
復(fù)制代碼

進(jìn)行Make 的時(shí)候就能通過(guò) 但報(bào)上面的linker input file unused because linking not done
請(qǐng)問(wèn)我這樣直接安裝以后會(huì)出什么問(wèn)題嗎?

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2008-07-18 15:41 |只看該作者
Make通過(guò)的這個(gè)應(yīng)該是可以的吧,它提示的只是忽略了一些沒(méi)用到的庫(kù),你的可執(zhí)行文件應(yīng)該是編譯成功可以使用了的。

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2008-07-18 15:41 |只看該作者
我在網(wǎng)上查報(bào) : undefined reference to `_Unwind_Resume'  這個(gè)錯(cuò)誤只要加上   -Wl,-Bdynamic -lgcc_s 這個(gè)參數(shù)就可以了。

但他們的GCC都是在3.2.2  的 我已經(jīng)把他升級(jí)到 2.4.6 了可還是不行。 還是報(bào)
  1. libtool: ignoring unknown tag CXX
  2. testgdbm.o(.text+0x54a): In function `main':
  3. /bin/null/postfix/courier-authlib-0.59.1/gdbmobj/gdbmobj.h:54: undefined reference to `_Unwind_Resume'
  4. collect2: ld returned 1 exit status
  5. make[3]: *** [testgdbm] 錯(cuò)誤 1
  6. make[3]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1/gdbmobj'
  7. make[2]: *** [all] 錯(cuò)誤 2
  8. make[2]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1/gdbmobj'
  9. make[1]: *** [all-recursive] 錯(cuò)誤 1
  10. make[1]: Leaving directory `/bin/null/postfix/courier-authlib-0.59.1'
  11. make: *** [all] 錯(cuò)誤 2
復(fù)制代碼

這個(gè)錯(cuò)誤。

我也不知道 加那條是干什么的。。。

“因?yàn)闆](méi)有做出任何鏈接,所以指定的庫(kù)沒(méi)有被使用”的意思是我的mysql 的庫(kù)沒(méi)有被使用嗎?

論壇徽章:
1
2015年迎新春徽章
日期:2015-03-04 09:49:45
8 [報(bào)告]
發(fā)表于 2008-07-18 16:10 |只看該作者
原帖由 confuseding 于 2008-7-18 15:41 發(fā)表
我在網(wǎng)上查報(bào) : undefined reference to `_Unwind_Resume'  這個(gè)錯(cuò)誤只要加上   -Wl,-Bdynamic -lgcc_s 這個(gè)參數(shù)就可以了。

但他們的GCC都是在3.2.2  的 我已經(jīng)把他升級(jí)到 2.4.6 了可還是不行。 還是報(bào) libt ...

一個(gè)C程序由源代碼到可執(zhí)行程序主要有4步: 預(yù)處理, 編譯, 匯編, 鏈接。 如果在前三步中你調(diào)用gcc的時(shí)候置頂了-l??參數(shù)就會(huì)產(chǎn)生你說(shuō)的那種警告, 這種警告可以忽略

ps, lz不是做開(kāi)發(fā)的吧?

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2008-07-18 16:16 |只看該作者
原帖由 koolcoy 于 2008-7-18 16:10 發(fā)表

一個(gè)C程序由源代碼到可執(zhí)行程序主要有4步: 預(yù)處理, 編譯, 匯編, 鏈接。 如果在前三步中你調(diào)用gcc的時(shí)候置頂了-l??參數(shù)就會(huì)產(chǎn)生你說(shuō)的那種警告, 這種警告可以忽略

ps, lz不是做開(kāi)發(fā)的吧?


我不是搞開(kāi)發(fā)的。我是一個(gè)很初級(jí)的系統(tǒng)管理員,但我知道不管搞開(kāi)發(fā)還是搞系統(tǒng)的到最后這倆者都是要和二為一的。語(yǔ)言肯定是要學(xué)的。
非常感謝你的講解,既然可以忽略 那我繼續(xù)make install 。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP