Page 1 of 1
Unreal 3.2-rc2 on Red Hat Enterprise
Posted: Thu Apr 01, 2004 3:06 am
by AmericanFreedom
I was wondering if the New Unreal IRCD worked on Red Hat Enterprise
cause i keep getting the following:
make: *** No targets specified and no makefile found. Stop.
after doing some research i seen that maybe it isnt supported is one reason for the error, the other being the server not having a C compiler
but i am pretty sure it does,
Anyone else having this issue? anyone have a idea to the fix on this?
Thanks,
Posted: Thu Apr 01, 2004 3:09 am
by aquanight
First of all make sure you're in the directory you downloaded the code to. Second make sure you have run configure first.
In the IRCd folder, type ls makefile. If you see something like "file not found", you need to run configure first by typing ./configure at the command line.
Posted: Thu Apr 01, 2004 3:15 am
by AmericanFreedom
i am in my Unreal3.2 folder, i have run the ./Config and when typing make i get the error i posted, from there i just tried ls makefile and get " no such file"
so i did the ./configure command and get the following:
You might want to run ./Config or provide some parameters to this script.
./configure --help for information about this script
Posted: Thu Apr 01, 2004 3:21 am
by aquanight
Okay then, do ./Config ...

Posted: Thu Apr 01, 2004 3:23 am
by AmericanFreedom
i have ran ./Config and it works fine, i answer all the questions etc...
then when i get to the end and i am suppose to type " make"
it starts with that error i posted, i also tried gmake and make install and gmake install
still all the same errors.
Posted: Thu Apr 01, 2004 3:32 am
by codemastr
Ok, first thing, it sounds like a bug so could you post this on
http://bugs.unrealircd.org ? Secondly, in your Unreal3.2 directory, there should be a file called config.log, can you attach this to your bug report? That should help us determine what the problem is.