Article delegate-en/3253 of [1-5017] on the server localhost:7119
  upper oldest olders older1 this newer1 newers latest
search
[Top/Up] [oldest] - [Older+chunk] - [Newer+chunk] - [newest + Check]
[Reference:<_A3250@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en

[DeleGate-En] Re: can't build delegate9.1.1
02 Jun 2006 05:13:26 GMT feedback@delegate.org (Yutaka Sato)
The DeleGate Project

Hi,

In message <_A3250@delegate-en.ML_> on 06/02/06(03:15:14)
you henry nelson <pwigabdyi-qa4rnubckja6.ml@delegate.org> wrote:
 |/usr/bin/make -f Makefile.go libcfi.a SHELL="/bin/csh" HDRDIR="-I../include -O2"
...
 |/usr/bin/gcc -O -x c++ -DQS -I../include -O2 -I../src -c mkstab.c -o mkstab.o
 |/usr/bin/gcc -O -x c++ -DQS -L../lib -o mkstab mkstab.c -lutil -lpam
 |/var/tmp//cc7OLtiD.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'

Hmm... I think it will be fixed with the enclosed patch.

Cheers,
Yutaka
--
  D G   Yutaka Sato <y.sato@delegate.org> http://delegate.org/y.sato/
 ( - )  National Institute of Advanced Industrial Science and Technology
_<   >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan
Do the more with the less -- B. Fuller


*** filters/Makefile	Wed Nov 16 09:23:31 2005
--- ../filters/Makefile	Fri Jun  2 14:08:52 2006
***************
*** 99,106 ****
  reclog:	reclog.o
  	$(CC) -o $@ reclog.o
  
! mkstab:	mkstab.o
! 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ mkstab.c $(NETLIB)
  
  expired:	expired.o
  		$(CC) -o expired expired.o $(LIBS)
--- 99,106 ----
  reclog:	reclog.o
  	$(CC) -o $@ reclog.o
  
! mkstab:	mkstab.c
! 	$(CC) -o $@ mkstab.c
  
  expired:	expired.o
  		$(CC) -o expired expired.o $(LIBS)

  admin search upper oldest olders older1 this newer1 newers latest
[Top/Up] [oldest] - [Older+chunk] - [Newer+chunk] - [newest + Check]
@_@V