[Freeciv-Dev] (PR#2541) Problems to compile the SDL for BeOS
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients:; |
Subject: |
[Freeciv-Dev] (PR#2541) Problems to compile the SDL for BeOS |
From: |
"Bernd Korz via RT" <rt@xxxxxxxxxxxxxx> |
Date: |
Wed, 11 Dec 2002 00:27:23 -0800 |
Reply-to: |
rt@xxxxxxxxxxxxxx |
I get a lot of help and the patches helps VERY nice but now i get the next
problem:
Making all in agents
make[3]: Entering directory
`/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/agents'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/agents'
make[3]: Entering directory
`/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client'
gcc -g -O2 -Wall -Wno-multichar -x none -o civclient attribute.o
citydlg_common.o cityrepdata.o civclient.o chatline_common.o climisc.o
clinet.o control.o goto.o helpdata.o mapctrl_common.o mapview_common.o
messagewin_common.o packhand.o plrdlg_common.o options.o repodlgs_common.o
tilespec.o audio.o audio_none.o gui-sdl/libguiclient.a
../common/libcivcommon.a gui-sdl/libguiclient.a ../common/libcivcommon.a
-L/boot/develop/tools/gnupro/lib -lSDL -lSDL_image -lSDL_ttf
agents/libagents.a -L/boot/develop/tools/gnupro/lib -lSDL -lSDL_image
-lSDL_ttf -lz
clinet.o: In function `try_to_connect':
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/clinet.c:181:
undefined reference to `socket'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/clinet.c:186:
undefined reference to `connect'
clinet.o: In function `create_server_list':
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/clinet.c:564:
undefined reference to `socket'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/clinet.c:569:
undefined reference to `connect'
gui-sdl/libguiclient.a(gui_iconv.o): In function `convert_to_utf16':
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:57: undefined reference to `libiconv_open'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:66: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:77: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:92: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:95: undefined reference to `libiconv_close'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:113: undefined reference to `libiconv_close'
gui-sdl/libguiclient.a(gui_iconv.o): In function `convertcopy_to_utf16':
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:138: undefined reference to `libiconv_open'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:149: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:160: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:175: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:178: undefined reference to `libiconv_close'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:196: undefined reference to `libiconv_close'
gui-sdl/libguiclient.a(gui_iconv.o): In function `convert_to_chars':
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:227: undefined reference to `libiconv_open'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:236: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:247: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:262: undefined reference to `libiconv'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:265: undefined reference to `libiconv_close'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client/gui-sdl/gui_iconv.
c:276: undefined reference to `libiconv_close'
../common/libcivcommon.a(netintf.o): In function `net_lookup_service':
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/common/netintf.c:184:
undefined reference to `__inet_addr'
/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/common/netintf.c:188:
undefined reference to `gethostbyname'
collect2: ld returned 1 exit status
make[3]: *** [civclient] Error 1
make[3]: Leaving directory
`/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/boot/home/Entwicklung/Sourcecodes/freeCIV/freeciv'
make: *** [all] Error 2
$
--
Bernd Korz
----------------------------
www.insidebeos.com
www.beusergroup.de
www.yellowtab.com
www.berndkorz.insidebeos.de
- [Freeciv-Dev] (PR#2541) Problems to compile the SDL for BeOS,
Bernd Korz via RT <=
|
|