no acceptable C compiler

These are old archives. They are kept for historic purposes only.
Post Reply
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

no acceptable C compiler

Post by haylebob »

Hello,

i get that error "no acceptable C compiler..."
when running the ./config on my Synlogy DS710+
i already checked the forum but the only thing i
found was this for centos:

install gcc
as root, on centos, you should
yum install gcc zlib-devel openssl-devel

here my Config.log file

thanx in advance
bob

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by unrealircd configure 3.2.8.1, which was
generated by GNU Autoconf 2.65. Invocation command line was

$ ./configure --with-showlistmodes --with-listen=5 --with-dpath=/volume1/backup --with-spath=/volume1/backup/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking

## --------- ##
## Platform. ##
## --------- ##

hostname = DS710
uname -m = x86_64
uname -r = 2.6.32.12
uname -s = Linux
uname -v = #2198 SMP Wed Mar 7 15:39:16 CST 2012

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/syno/sbin
PATH: /usr/syno/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2492: checking for gcc
configure:2522: result: no
configure:2585: checking for cc
configure:2632: result: no
configure:2688: checking for cl.exe
configure:2718: result: no
configure:2742: error: in `/volume1/backup/Unreal3.2':
configure:2745: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CARES_CFLAGS_set=''
ac_cv_env_CARES_CFLAGS_value=''
ac_cv_env_CARES_LIBS_set=''
ac_cv_env_CARES_LIBS_value=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_TRE_CFLAGS_set=''
ac_cv_env_TRE_CFLAGS_value=''
ac_cv_env_TRE_LIBS_set=''
ac_cv_env_TRE_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
BINDIR=''
CARES_CFLAGS=''
CARES_LIBS=''
CC=''
CFLAGS=''
CP=''
CPP=''
CPPFLAGS=''
CRYPTOLIB=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FD_SETSIZE=''
GMAKE=''
GREP=''
GUNZIP=''
HAVE_ZLIB=''
INSTALL=''
IRCDDIR=''
IRCDLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKER=''
MKPASSWDLIBS=''
MODULEFLAGS=''
OBJEXT=''
OPENSSLPATH=''
PACKAGE_BUGREPORT='http://bugs.unrealircd.org/'
PACKAGE_NAME='unrealircd'
PACKAGE_STRING='unrealircd 3.2.8.1'
PACKAGE_TARNAME='unrealircd'
PACKAGE_URL='http://unrealircd.org/'
PACKAGE_VERSION='3.2.8.1'
PATH_SEPARATOR=':'
PKGCONFIG=''
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RM=''
SHELL='/bin/ash'
STRTOUL=''
TOUCH=''
TRE_CFLAGS=''
TRE_LIBS=''
URL=''
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "unrealircd"
#define PACKAGE_TARNAME "unrealircd"
#define PACKAGE_VERSION "3.2.8.1"
#define PACKAGE_STRING "unrealircd 3.2.8.1"
#define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
#define PACKAGE_URL "http://unrealircd.org/"

configure: exit 1



thanx in advance
bob
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: no acceptable C compiler

Post by katsklaw »

1> upgrade to 3.2.9
2> yum install make
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

Re: no acceptable C compiler

Post by haylebob »

Hi katsklaw
1> upgrade to 3.2.9
2> yum install make
thanx

1.)
i dl unreal3.2.9.tar.gz from official site unzipped it but its stil 3.8.1 ??
dont understand that...

2,)
the i get that error when compiling unreal:
-ash: yum: not found

im logged in as root using Busy Box v1.16.1

bob
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: no acceptable C compiler

Post by katsklaw »

run yum install make as root before attempting to install unreal. THEN install Unreal3.2.9 as a regular user *NOT* as root.

installing make is a completely different process than installing unrealircd.
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

Re: no acceptable C compiler

Post by haylebob »

hi,
run yum install make as root before attempting to install unreal.
THEN install Unreal3.2.9 as a regular user *NOT* as root.
i cannot find a "run" "yum" command :?: in Busy Box 1.16.1 checked the
Busy Box web site and Linux/Unix Commands as well, was is that means?

bob
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: no acceptable C compiler

Post by katsklaw »

You originally said you had CentOS. I know nothing about busy box. But you need to install "make".
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

Re: no acceptable C compiler

Post by haylebob »

Hi,
You originally said you had CentOS.

sorry my fault
But you need to install "make".
i say "make" but noting happend...make not found...install not found...

i dont know what going on here :(

what make, what install?
all that commands i dont have

bob
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: no acceptable C compiler

Post by katsklaw »

Make is not found because you need to install it. You'll also need to install gcc. Consult your OS's documentation on how to install packages. RedHat based distros usually use yum and debian based usually uses aptitude or apt-get. As I stated, I don't know about busy box. Sorry I but you are going to have to do some research. Good thing google exists.
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

Re: no acceptable C compiler

Post by haylebob »

hi,

ok i get it and i try :)
thanx for helping me

bob
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

Re: no acceptable C compiler

Post by haylebob »

Hi,

i get it compiled and booting the Server but when trying to connect
in Mirc it says unable to resolve server

please see my unrealircd.conf file

[Moderator: Removed configuration file. We're here to HELP YOU, not do it FOR YOU - Please post the errors you have and we can help you locate them]
haylebob
Posts: 13
Joined: Tue Mar 27, 2012 6:08 pm

Re: no acceptable C compiler

Post by haylebob »

Hi,

problem solved my server runs fine

sorry for posting my "how to" stuff,
i understand.

best regards
haylebob
Post Reply