Page 1 of 1

TRE regex libary error

Posted: Wed Jul 28, 2004 6:38 pm
by greenthief
hello
I am trying to install on SUSE 9.0. My problem is at the end of the ./Config.
When I run it, I get two errors and not sure how to fix them. Here is a copy from the ./Config with the errors showing. Any help would be welcomed.

Thanks in advance




Configuration summary
=====================

TRE is now configured as follows:

* Compilation environment

CC = gcc
CFLAGS = -O1 -fomit-frame-pointer -Wall
CPP = gcc -E
CPPFLAGS =
LD = /usr/i586-suse-linux/bin/ld
LDFLAGS =
LIBS =
Use alloca(): yes

* TRE options

Development-time debugging: no
System regex ABI compatibility: no
Wide character (wchar_t) support: no (disabled with --disable-wchar)
Multibyte character set support: no (disabled with --disable-multibyte)
Approximate matching support: yes
Build and install agrep: no

compiling TRE regex library
./configure: line 10205: make: command not found
installing TRE regex library
./configure: line 10208: 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

_______________________________________________________________________
|
| 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] |
|_______________________________________________________________________|
call-linux:/unreal/Unreal3.2 #

Posted: Wed Jul 28, 2004 7:01 pm
by codemastr
Well apparently, your system does not have make.

Posted: Wed Jul 28, 2004 8:41 pm
by greenthief
codemastr wrote:Well apparently, your system does not have make.

Thanks for the help...That was dumb of me not to see that. This is my first SUSE box to run, but I have run a few RedHat boxes during class. But that was a few years ago.
Anyways
Thanks again