View Issue Details

IDProjectCategoryView StatusLast Update
0002029unrealinstallingpublic2004-09-04 04:14
ReporterSc0rian Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionopen 
Product Version3.2-RC1 
Summary0002029: Building problem
DescriptionI have tried with every version of ircd, always get the same problem.
Additional Information./configure --with-listen=5 --with-dpath=/root/Desktop/ircd/Unreal3.2 --with-spath=/root/Desktop/ircd/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=linux --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
 
3rd party modules

Activities

codemastr

2004-08-18 19:32

reporter   ~0007395

Well that's because you have a problem, there is no compiler! If there is no compiler, Unreal can't be compiled. Go install gcc, then it will work.

aquanight

2004-08-19 02:28

reporter   ~0007396

How can you not have a compiler...? It's almost an essential for any *nix system...

At any rate:
>checking for cl... no

...only CL I know of is MS's C compiler. Would this be the same compiler?

codemastr

2004-08-20 18:41

reporter   ~0007409

It tries cl because of cygwin afaik.

Sc0rian

2004-08-20 18:43

reporter   ~0007410

What should I do?

Thanks for all the help.

codemastr

2004-08-20 19:35

reporter   ~0007411

I already told you what to do, "Go install gcc, then it will work."

Issue History

Date Modified Username Field Change
2004-08-18 19:19 Sc0rian New Issue
2004-08-18 19:32 codemastr Note Added: 0007395
2004-08-19 02:28 aquanight Note Added: 0007396
2004-08-20 18:41 codemastr Note Added: 0007409
2004-08-20 18:43 Sc0rian Note Added: 0007410
2004-08-20 19:35 codemastr Note Added: 0007411
2004-09-04 04:14 codemastr Status new => closed