make: command not found

These are old archives. They are kept for historic purposes only.
Post Reply
Maybe
Posts: 8
Joined: Sun Mar 27, 2005 7:09 am

make: command not found

Post 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 :!:
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Maybe
Posts: 8
Joined: Sun Mar 27, 2005 7:09 am

Post by Maybe »

im already install gcc or C Compiler but its stilll not work, can tell to me how to install make please ??
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Use the package manager of your distribution (urpmi on mandriva, apt-get on debian, etc.)
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

You have gcc, make sure that make is installed (no pun intended). Or gmake - that should work also.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply