Unreal 3.2-rc2 on Red Hat Enterprise

These are old archives. They are kept for historic purposes only.
Post Reply
AmericanFreedom
Posts: 3
Joined: Thu Apr 01, 2004 3:02 am

Unreal 3.2-rc2 on Red Hat Enterprise

Post 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,
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
AmericanFreedom
Posts: 3
Joined: Thu Apr 01, 2004 3:02 am

Post 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
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Okay then, do ./Config ... :oops:
AmericanFreedom
Posts: 3
Joined: Thu Apr 01, 2004 3:02 am

Post 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.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
Post Reply