Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 12:25:27 -0700 (PDT)
From:      "Justin M. Seger" <jseger@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/devel/omniORB Makefile
Message-ID:  <199810121925.MAA28844@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jseger      1998/10/12 12:25:27 PDT

  Modified files:
    devel/omniORB        Makefile 
  Log:
  Mark BROKEN for ELF:
  g++ -fhandle-exceptions -pipe -I. -D__OMNIORB2__ -I../../../include -DDEFAULT_LOGDIR=\"/var/omninames\"    -o omniNames NamingContext_i.o log.o omniNames.o  -L../../../src/lib/omniORB2 -lomniORB2 -L../../../src/lib/omnithread -lomnithread
  ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::omni_mutex(void)':
  posix.o(.text+0x10): undefined reference to `pthread_mutex_init'
  ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::~omni_mutex(void)':
  posix.o(.text+0xa2): undefined reference to `pthread_mutex_destroy'
  ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::lock(void)':
  
  Revision  Changes    Path
  1.4       +3 -1      ports/devel/omniORB/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?199810121925.MAA28844>