./Config UnrealIRCd using bcc - help needed

These are old archives. They are kept for historic purposes only.
Post Reply
TRIVUz
Posts: 2
Joined: Thu Apr 14, 2005 4:06 pm
Location: Dhaka, Bangladesh
Contact:

./Config UnrealIRCd using bcc - help needed

Post by TRIVUz »

when i run ./Config ----->

[]->
./configure --with-showlistmodes --enable-hub --with-listen=5 --with-dpath=/home
/business/Unreal3.2 --with-spath=/home/business/Unreal3.2/src/ircd --with-nick-h
istory=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=host.bdweb
hosting.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-link
ing
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot cr
eate executables

_______________________________________________________________________
| |
| UnrealIRCd Compile-Time Config |
|_______________________________________________________________________|
|_______________________________________________________________________|
| |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next. |
| |
|_______________________________________________________________________|
|_______________________________________________________________________|
| - The UnrealIRCd Team - |
| |
| * Stskeeps [email protected] |
| * codemastr [email protected] |
| * Syzop [email protected] |
|_______________________________________________________________________|


-->
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables

jailshell-2.05a$ gcc
jailshell: /usr/bin/gcc: Permission denied
** but i have bcc access... (admin wont gimme gcc access there bcuz of system stablity)

now how can i compile unrealircd with bcc ?

help me please!!

btw- i allready up my network (irc.ircfriend.com) from another shell. but if i can up anothere ircd.. it would be better for me.

-TRIVUz
http://www.ircfriend.com
irc.ircfriend.com
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

You need to use gcc. Unreal is not compatible with any other compiler to my knowledge,
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

try, setting the CC environment variable (export CC="bcc" on sh shells).

Although I have no idea why an admin would deny GCC access for "stability"...
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Probably to prevent someone creating a fork bomb or the like, mind you any sane admin would just have limits on the user.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

There's nothing stopping someone from using any other C compiler to do it...
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

gcc's probably the only one they've heard of. You know how many people without a clue run servers, aquanight ;)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply