|
From: | Alex Perez |
Subject: | Re: ANN: New Windows Installer now with GUI! |
Date: | Wed, 23 Feb 2005 13:28:10 -0800 |
User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
Marko Riedel wrote:
Hello there, I tried the installer. Everything went fine. Next I tried to compile my mastermind program. I was logged on as "riedel." I had to edit the makefile and replace $(GNUSTEP_SYSTEM_ROOT)/Makefiles by $(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles
Actually, you really need to be using $GNUSTEP_MAKEFILES. This is much safer.
The application compiles okay, but the linker complains about an undefined reference to lrand48 and srand48 (random number generator and generator seed setter, respectively). What library provides these two and how do I install it? Best regards,
[Prev in Thread] | Current Thread | [Next in Thread] |