Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 1998 23:33:48 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/devel/libffi Makefile
Message-ID:  <199810220633.XAA23320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/10/21 23:33:47 PDT

  Modified files:
    devel/libffi         Makefile 
  Log:
  Looks like someone broke this while fixing the ELF case.... ;)
  
  ===
  /bin/sh ../libtool --mode=link cc -O -pipe  -o ffitest  ffitest.o libffi.la
  libtool: link: warning: using a buggy system linker
  libtool: link: relinking will be required before `ffitest' can be installed
  cc -O -pipe -o .libs/ffitest ffitest.o /usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so
  creating ffitest
  ./ffitest
  ld.so failed: Undefined symbol "ffi_prep_args" in ffitest:/usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so
  *** Error code 1
  
  Stop.
  
  Revision  Changes    Path
  1.4       +6 -1      ports/devel/libffi/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810220633.XAA23320>