Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[VANILLA-L:54] Re: [VANILLA-L:38] 2.8pl0 and Solaris 2.5.1
Bob Tanner wrote:
> Compiling 2.8 under Solaris 2.5.1 with gcc 2.7.2.1.
>
> First, do I need (should I) upgrade to gcc 2.8.1?
>
> Second, I get the following error:
>
> make[1]: Entering directory `/usr/local/tmp/netrek/2.8/Server/tools' gcc -o cambot -O -DRSA cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o data.o openmem.o getpath.o
>
> Undefined first referenced
> symbol in file
> bounceRSAClientType ../ntserv/genspkt.o
> ld: fatal: Symbol referencing errors. No output written to cambot
>
> I see that bounceRSAClientType is in both commands.c and ntscmds.c,
> which module do I need to link against?
Is at home so I can't check until tomorrow but you need to define bounceRSAClientType for the linker.
I don't remember in what file I did it but if you search for a file that have some dummystatement and a coment like 'to make linker happy'
you see many lite
void *******();
add
void bounceRSAClientType();
If you doesn't understand this or haven't solved it till tomorrow mail me to d4sand@dtek.chalmers.se ans I look it up better.
/Mikael
+
++ Vanilla-l Mailing List ++
To unsubscribe: send "unsubscribe vanilla-l" to majordomo@real-time.com
For more information: http://archives.real-time.com
References: