project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - iliaarpad

Pages: [1]
1
Windows / [SOLVED] Problem with building the game
« on: February 04, 2009, 07:47:51 pm »
Hi!

I'm having some problem building the game. I tried following the how-to on the wiki pages but it would seem that "ld" has some problem creating the game.dll - partial log follows:

Code: [Select]
...
Compiling: ..\..\src\game\lua\lundump.c
Compiling: ..\..\src\game\lua\lvm.c
Compiling: ..\..\src\game\lua\lzio.c
Compiling: ..\..\src\game\lua\print.c
Compiling: ..\..\src\game\q_shared.c
Compiling: ..\..\src\shared\infostring.c
Compiling: ..\..\src\shared\mathlib.c
Compiling: ..\..\src\shared\parse.c
Compiling: ..\..\src\shared\shared.c
Linking dynamic library: ..\..\base\game.dll
ld: dllcrt2.o: No such file: No such file or directory
Process terminated with status 1 (0 minutes, 8 seconds)
0 errors, 0 warnings

The folder containing the dllcrt2.o is in the linker search directories.
When I use a command prompt and type in either ld or dllcrt2.o they both are found (that is, they are also on the path). I would compile it on linux if only I could use my wireless there - but I can't so I'm stuck with Vista.

Thanks!

Pages: [1]