RE: [Exim] Help !!

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tony Earnshaw
日付:  
To: exim-users
CC: Paul Burton
題目: RE: [Exim] Help !!
--
man, 14.04.2003 kl. 18.02 skrev Paul Burton:

> I re-installed exim4-14 and the problem still exists.
> Is it possible , some of my include files are missing ? I've checked and
> double checked for the "-I" and just can not see where it could be missing,
> my config is quite basic.


Nobody asked you yet to state your OS and gcc version. So what are they?

The point is, that I just removed the build sub-dir and contents and
rebuilt - apart from Exim - Eximon.

I also have -o -c as switches to gcc3 - but no problems with the build.
Same for everyone else who makes it, I presume.

My OS/version is RH 7.2++++ (many, many updates), gcc is 3.0.4 and Exim
is 4.14.

the relevant compile output is attached.

Best,

Tony

--

Tony Earnshaw

Anybody invented the wheel, lately?

e-post:        tonni@???
www:        http://www.billy.demon.nl
--
make[2]: Leaving directory `/u/uxinstl/exim/server/sa-exim-workdir/exim-4.14/build-Linux-i386'
Building configuration file config.h

>>> config.h built


make[2]: Entering directory `/u/uxinstl/exim/server/sa-exim-workdir/exim-4.14/build-Linux-i386/pcre'
gcc3 -c -O maketables.c
gcc3 -c -O get.c
gcc3 -o dftables -O dftables.c
./dftables >chartables.c
gcc3 -c -O pcre.c
gcc3 -c -O study.c
rm -f libpcre.a
ar cq libpcre.a maketables.o get.o pcre.o study.o
ranlib libpcre.a
gcc3 -c -DNOPOSIX -O -I. pcretest.c
gcc3 -O -o ../pcretest pcretest.o libpcre.a
make[2]: Leaving directory `/u/uxinstl/exim/server/sa-exim-workdir/exim-4.14/build-Linux-i386/pcre'
/bin/sh ../scripts/Configure-eximon
sed -e "s?CONFIGURE_FILE_USE_NODE??" \
-e "s?CONFIGURE_FILE?/usr/local/exim4/configure?" \
-e "s?BIN_DIRECTORY?/usr/local/exim4/bin?" \
-e "s?BASENAME_COMMAND?look_for_it?" \
-e "s?HOSTNAME_COMMAND?/bin/hostname?" \
-e "s?X11_LD_LIBRARY?/usr/X11R6/lib?" \
../src/eximon.src >> eximon
>>> eximon script built


gcc3 -c -O -I/usr/local/include -DCOMPILE_UTILITY -o util-spool_in.o spool_in.c
gcc3 -c -O -I/usr/local/include -DCOMPILE_UTILITY -o util-store.o store.c
gcc3 -c -O -I/usr/local/include -DCOMPILE_UTILITY -o util-string.o string.c
gcc3 -c -O -I. -I/usr/local/include  -I/usr/local/ssl/include/openssl tod.c
gcc3 -c -O -I. -I/usr/local/include  -I/usr/local/ssl/include/openssl tree.c
gcc3 -o em_StripChart.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_StripChart.o | sed 's/o$/c/'`
gcc3 -o em_TextPop.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_TextPop.o | sed 's/o$/c/'`
gcc3 -o em_globals.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_globals.o | sed 's/o$/c/'`
gcc3 -o em_init.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_init.o | sed 's/o$/c/'`
gcc3 -o em_log.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_log.o | sed 's/o$/c/'`
gcc3 -o em_main.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_main.o | sed 's/o$/c/'`
gcc3 -o em_menu.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_menu.o | sed 's/o$/c/'`
gcc3 -o em_queue.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_queue.o | sed 's/o$/c/'`
gcc3 -o em_strip.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_strip.o | sed 's/o$/c/'`
gcc3 -o em_text.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_text.o | sed 's/o$/c/'`
gcc3 -o em_xs.o -c -O -I. -I../exim_monitor -I/usr/local/include -I/usr/X11R6/include \
   ../exim_monitor/`echo em_xs.o | sed 's/o$/c/'`
gcc3 -o em_version.o -c \
  -O -I/usr/X11R6/include -I. ../exim_monitor/em_version.c
gcc3 -o eximon.bin em_version.o -rdynamic -L/usr/X11R6/lib \
util-spool_in.o util-store.o util-string.o tod.o tree.o em_StripChart.o em_TextPop.o em_globals.o em_init.o em_log.o em_main.o em_menu.o em_queue.o em_strip.o em_text.o em_xs.o -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a \
  -lnsl -lcrypt    -lc


>>> exim monitor binary built

--