Page 1 of 1

make: command not found

Posted: Tue Jul 05, 2005 9:46 am
by Maybe
compiling TRE regex library
./configure: line 10635: make: command not found
installing TRE regex library
./configure: line 10638: make: command not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/modules/Makefile
config.status: creating unreal
config.status: creating ircdcron/ircdchk
config.status: creating include/setup.h
config.status: include/setup.h is unchanged

_______________________________________________________________________
| |
| 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] |
|_______________________________________________________________________|


im install unreal on fedora core 2. after that i type make but it show like this
===============

[onex@gorontalo ircd]$ make
make
-bash: make: command not found
[onex@gorontalo ircd]$
============

please help me


Title moderated - http://forums.unrealircd.com/viewtopic.php?t=1582 :!:

Posted: Tue Jul 05, 2005 9:55 am
by Dukat
The error is caused when the system you are installing on does not have the program called "make". It is required that you install make as well as a C compiler ("gcc") for the installation of Unreal IRCD.

Posted: Tue Jul 05, 2005 10:49 am
by Maybe
im already install gcc or C Compiler but its stilll not work, can tell to me how to install make please ??

Posted: Tue Jul 05, 2005 12:08 pm
by Dukat
Use the package manager of your distribution (urpmi on mandriva, apt-get on debian, etc.)

Posted: Wed Jul 06, 2005 2:49 am
by w00t
You have gcc, make sure that make is installed (no pun intended). Or gmake - that should work also.