./Config problem
./Config problem
im running red hat 7.3 and get this error on ./Config
./configure --enable-nospoof --enable-hub --enable-prefixaq --with-listen=5 --with-dpath=/home/niceguy/Unreal3.2 --with-spath=/home/niceguy/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=ircd1.dalihosting.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
./configure --enable-nospoof --enable-hub --enable-prefixaq --with-listen=5 --with-dpath=/home/niceguy/Unreal3.2 --with-spath=/home/niceguy/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=ircd1.dalihosting.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
gotta love that RedHat Package Manager (RPMs)
FBSD-DEV Project
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
would be easier just to fix the compiler...
FBSD-DEV Project
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
fdisk...
hell, it'd give him a chance to rm -rf /
(note: Don't do that unless you know what it does.)
Let's see how many people do it anyway, as a case study.
hell, it'd give him a chance to rm -rf /
(note: Don't do that unless you know what it does.)
Let's see how many people do it anyway, as a case study.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Actually, on that system, I fixed with this command sequence:
Remember, this is coLinux / Debian 3.0
Unreal compiled beautifully and successfully runs! (Can you believe this? The *nix version running on Windows?
/
/
) Though, libcurl was disabled, but that's another story... probably just some package I missed... 
Remember, this is coLinux / Debian 3.0
Code: Select all
# must do this as root!
apt-get install gcc-3.0 #(or something like that)
rm gcc
ln gcc gcc-3.0
su <ircd user> # and login
cd ~/Unreal
make clean
./Config
makehttp://ircdefender.sourceforge.net
Try that, it seems to do the trick.
Scans for open proxies, unauthorised cgiircs, etc etc.
Try that, it seems to do the trick.
Scans for open proxies, unauthorised cgiircs, etc etc.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
well, if the compiler is at fault, why is it that unreal support that needs to assist in helping to solve it?
FBSD-DEV Project
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net