Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 1999 13:08:26 -0600
From:      Dave <dchang@uswest.net>
To:        current@FreeBSD.ORG
Subject:   Code Crusader 2.0.x on FreeBSD
Message-ID:  <99042313102100.01435@Amber.XtremeDev.com>

next in thread | raw e-mail | index | archive | help

--Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ
Content-Type: text/plain
Content-Transfer-Encoding: 8bit

Trying to see what the success rate is with everyone who's
able to get Code Crusader 2.0.x to compile on FreeBSD either on -stable or
-current.  I have had no luck with getting it to compile on -stable (nor
-current right now).

ACE compiles successfully with config-freebsd-pthread.h
and platform_freebsd_pthread.GNU, makemake compiles as well, but when it got to
compiling JX core and libraries and rest (including Code Crusader) it core
dumps.

I modified the Makefile at the root JX dir so gmake freebsd would link in
config-freebsd-pthread.h and platform_freebsd_pthread.GNU, and changed the line
in ACE_JX_-1.1.22/include/make/sys/FreeBSD_g++ from:
 J_ACE_LIBS  := -L${JX_ROOT}/lib -lACE-${ACE_LIB_VERSION}
to:
 J_ACE_LIBS  := -L${JX_ROOT}/lib -lACE-${ACE_LIB_VERSION} -pthread
as per man pthread's directions to pull in libc_r.a.

Does anyone have any success stories they would like to share?  Or suggestions
on how to cure the core dumps?

I've tried the config-freebsd4.h and platform_freebsd4.GNU files from
http://www.Pinyon.ORG/ace/ as well as the same files [34] from Ian West who posted
his suggestions on Sat, 27 Mar 1999 23:46:14.  Same core dumps on making make.

Attached is the log of the make process after above modifications.

Dave
--Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ
Content-Type: text/plain;
  name="JX_freebsd4.log"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="JX_freebsd4.log"

gmake[1]: Entering directory `/usr/home/dave/temp/JX-1.1.22/lib'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/ACE'
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers/ace'
test -d .shobj || mkdir .shobj
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Basic_Types.o Basic_Types.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/OS.o OS.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Sched_Params.o Sched_Params.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/ACE.o ACE.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Active_Map_Manager.o Active_Map_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Arg_Shifter.o Arg_Shifter.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/ARGV.o ARGV.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Containers.o Containers.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Dirent.o Dirent.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Dynamic.o Dynamic.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Filecache.o Filecache.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Functor.o Functor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Get_Opt.o Get_Opt.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Hash_Map_Manager.o Hash_Map_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/High_Res_Timer.o High_Res_Timer.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Method_Request.o Method_Request.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Object_Manager.o Object_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Profile_Timer.o Profile_Timer.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Registry.o Registry.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SString.o SString.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Stats.o Stats.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/System_Time.o System_Time.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Time_Request_Reply.o Time_Request_Reply.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Timeprobe.o Timeprobe.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Timer_Hash.o Timer_Hash.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Timer_Heap.o Timer_Heap.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Timer_List.o Timer_List.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Timer_Queue.o Timer_Queue.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Timer_Wheel.o Timer_Wheel.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Dump.o Dump.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Log_Msg.o Log_Msg.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Log_Record.o Log_Record.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Trace.o Trace.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Activation_Queue.o Activation_Queue.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Process.o Process.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Process_Manager.o Process_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Synch.o Synch.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Synch_Options.o Synch_Options.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Thread.o Thread.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Thread_Manager.o Thread_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Token.o Token.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Event_Handler.o Event_Handler.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Handle_Set.o Handle_Set.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/POSIX_Proactor.o POSIX_Proactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Priority_Reactor.o Priority_Reactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Proactor.o Proactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Reactor.o Reactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Select_Reactor.o Select_Reactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Select_Reactor_Base.o Select_Reactor_Base.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/WFMO_Reactor.o WFMO_Reactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Asynch_IO.o Asynch_IO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Asynch_IO_Impl.o Asynch_IO_Impl.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/POSIX_Asynch_IO.o POSIX_Asynch_IO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Strategies.o Strategies.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/IPC_SAP.o IPC_SAP.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/LSOCK.o LSOCK.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/LSOCK_Acceptor.o LSOCK_Acceptor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/LSOCK_CODgram.o LSOCK_CODgram.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/LSOCK_Connector.o LSOCK_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/LSOCK_Dgram.o LSOCK_Dgram.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/LSOCK_Stream.o LSOCK_Stream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK.o SOCK.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_Acceptor.o SOCK_Acceptor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_CODgram.o SOCK_CODgram.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_Connector.o SOCK_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_Dgram.o SOCK_Dgram.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_Dgram_Bcast.o SOCK_Dgram_Bcast.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_Dgram_Mcast.o SOCK_Dgram_Mcast.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_IO.o SOCK_IO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SOCK_Stream.o SOCK_Stream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Addr.o Addr.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/DEV.o DEV.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/DEV_Addr.o DEV_Addr.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/DEV_Connector.o DEV_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/DEV_IO.o DEV_IO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FIFO.o FIFO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FIFO_Recv.o FIFO_Recv.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FIFO_Recv_Msg.o FIFO_Recv_Msg.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FIFO_Send.o FIFO_Send.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FIFO_Send_Msg.o FIFO_Send_Msg.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FILE_Addr.o FILE_Addr.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FILE.o FILE.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FILE_Connector.o FILE_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/FILE_IO.o FILE_IO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/INET_Addr.o INET_Addr.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/IO_SAP.o IO_SAP.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/IOStream.o IOStream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Pipe.o Pipe.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Signal.o Signal.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SPIPE_Addr.o SPIPE_Addr.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SPIPE.o SPIPE.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SPIPE_Acceptor.o SPIPE_Acceptor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SPIPE_Connector.o SPIPE_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SPIPE_Stream.o SPIPE_Stream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SV_Message.o SV_Message.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SV_Message_Queue.o SV_Message_Queue.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SV_Semaphore_Complex.o SV_Semaphore_Complex.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SV_Semaphore_Simple.o SV_Semaphore_Simple.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/SV_Shared_Memory.o SV_Shared_Memory.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/TLI.o TLI.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/TLI_Acceptor.o TLI_Acceptor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/TLI_Connector.o TLI_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/TLI_Stream.o TLI_Stream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/TTY_IO.o TTY_IO.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/UNIX_Addr.o UNIX_Addr.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/UPIPE_Acceptor.o UPIPE_Acceptor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/UPIPE_Connector.o UPIPE_Connector.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/UPIPE_Stream.o UPIPE_Stream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/DLL.o DLL.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Parse_Node.o Parse_Node.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Service_Config.o Service_Config.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Service_Manager.o Service_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Service_Object.o Service_Object.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Service_Repository.o Service_Repository.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Service_Types.o Service_Types.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Shared_Object.o Shared_Object.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Svc_Conf_l.o Svc_Conf_l.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Svc_Conf_y.o Svc_Conf_y.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/CDR_Stream.o CDR_Stream.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Message_Block.o Message_Block.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Message_Queue.o Message_Queue.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Task.o Task.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Malloc.o Malloc.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Mem_Map.o Mem_Map.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Memory_Pool.o Memory_Pool.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Obstack.o Obstack.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Read_Buffer.o Read_Buffer.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Shared_Memory.o Shared_Memory.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Shared_Memory_MM.o Shared_Memory_MM.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Shared_Memory_SV.o Shared_Memory_SV.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Local_Tokens.o Local_Tokens.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Remote_Tokens.o Remote_Tokens.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Token_Collection.o Token_Collection.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Token_Invariants.o Token_Invariants.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Token_Manager.o Token_Manager.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Token_Request_Reply.o Token_Request_Reply.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/CORBA_Handler.o CORBA_Handler.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/CORBA_Ref.o CORBA_Ref.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Local_Name_Space.o Local_Name_Space.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Msg_WFMO_Reactor.o Msg_WFMO_Reactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Name_Proxy.o Name_Proxy.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Name_Request_Reply.o Name_Request_Reply.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Name_Space.o Name_Space.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Naming_Context.o Naming_Context.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Registry_Name_Space.o Registry_Name_Space.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/Remote_Name_Space.o Remote_Name_Space.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/TP_Reactor.o TP_Reactor.cpp
eg++ -Wall -O -fno-exceptions -D__ACE_INLINE__ -frepo -DACE_HAS_GNU_REPO  -I. -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c -fpic -o .shobj/XtReactor.o XtReactor.cpp

eg++  -shared -o libACE.so .shobj/Basic_Types.o .shobj/OS.o .shobj/Sched_Params.o .shobj/ACE.o .shobj/Active_Map_Manager.o .shobj/Arg_Shifter.o .shobj/ARGV.o .shobj/Containers.o .shobj/Dirent.o .shobj/Dynamic.o .shobj/Filecache.o .shobj/Functor.o .shobj/Get_Opt.o .shobj/Hash_Map_Manager.o .shobj/High_Res_Timer.o .shobj/Method_Request.o .shobj/Object_Manager.o .shobj/Profile_Timer.o .shobj/Registry.o .shobj/SString.o .shobj/Stats.o .shobj/System_Time.o .shobj/Time_Request_Reply.o .shobj/Timeprobe.o .shobj/Timer_Hash.o .shobj/Timer_Heap.o .shobj/Timer_List.o .shobj/Timer_Queue.o .shobj/Timer_Wheel.o .shobj/Dump.o .shobj/Log_Msg.o .shobj/Log_Record.o .shobj/Trace.o .shobj/Activation_Queue.o .shobj/Process.o .shobj/Process_Manager.o .shobj/Synch.o .shobj/Synch_Options.o .shobj/Thread.o .shobj/Thread_Manager.o .shobj/Token.o .shobj/Event_Handler.o .shobj/Handle_Set.o .shobj/POSIX_Proactor.o .shobj/Priority_Reactor.o .shobj/Proactor.o .shobj/Reactor.o .shobj/Select_Reactor.o .shobj/Select_Reactor_Base.o .shobj/WFMO_Reactor.o .shobj/Asynch_IO.o .shobj/Asynch_IO_Impl.o .shobj/POSIX_Asynch_IO.o .shobj/Strategies.o .shobj/IPC_SAP.o .shobj/LSOCK.o .shobj/LSOCK_Acceptor.o .shobj/LSOCK_CODgram.o .shobj/LSOCK_Connector.o .shobj/LSOCK_Dgram.o .shobj/LSOCK_Stream.o .shobj/SOCK.o .shobj/SOCK_Acceptor.o .shobj/SOCK_CODgram.o .shobj/SOCK_Connector.o .shobj/SOCK_Dgram.o .shobj/SOCK_Dgram_Bcast.o .shobj/SOCK_Dgram_Mcast.o .shobj/SOCK_IO.o .shobj/SOCK_Stream.o .shobj/Addr.o .shobj/DEV.o .shobj/DEV_Addr.o .shobj/DEV_Connector.o .shobj/DEV_IO.o .shobj/FIFO.o .shobj/FIFO_Recv.o .shobj/FIFO_Recv_Msg.o .shobj/FIFO_Send.o .shobj/FIFO_Send_Msg.o .shobj/FILE_Addr.o .shobj/FILE.o .shobj/FILE_Connector.o .shobj/FILE_IO.o .shobj/INET_Addr.o .shobj/IO_SAP.o .shobj/IOStream.o .shobj/Pipe.o .shobj/Signal.o .shobj/SPIPE_Addr.o .shobj/SPIPE.o .shobj/SPIPE_Acceptor.o .shobj/SPIPE_Connector.o .shobj/SPIPE_Stream.o .shobj/SV_Message.o .shobj/SV_Message_Queue.o .shobj/SV_Semaphore_Complex.o .shobj/SV_Semaphore_Simple.o .shobj/SV_Shared_Memory.o .shobj/TLI.o .shobj/TLI_Acceptor.o .shobj/TLI_Connector.o .shobj/TLI_Stream.o .shobj/TTY_IO.o .shobj/UNIX_Addr.o .shobj/UPIPE_Acceptor.o .shobj/UPIPE_Connector.o .shobj/UPIPE_Stream.o .shobj/DLL.o .shobj/Parse_Node.o .shobj/Service_Config.o .shobj/Service_Manager.o .shobj/Service_Object.o .shobj/Service_Repository.o .shobj/Service_Types.o .shobj/Shared_Object.o .shobj/Svc_Conf_l.o .shobj/Svc_Conf_y.o .shobj/CDR_Stream.o .shobj/Message_Block.o .shobj/Message_Queue.o .shobj/Task.o .shobj/Malloc.o .shobj/Mem_Map.o .shobj/Memory_Pool.o .shobj/Obstack.o .shobj/Read_Buffer.o .shobj/Shared_Memory.o .shobj/Shared_Memory_MM.o .shobj/Shared_Memory_SV.o .shobj/Local_Tokens.o .shobj/Remote_Tokens.o .shobj/Token_Collection.o .shobj/Token_Invariants.o .shobj/Token_Manager.o .shobj/Token_Request_Reply.o .shobj/CORBA_Handler.o .shobj/CORBA_Ref.o .shobj/Local_Name_Space.o .shobj/Msg_WFMO_Reactor.o .shobj/Name_Proxy.o .shobj/Name_Request_Reply.o .shobj/Name_Space.o .shobj/Naming_Context.o .shobj/Registry_Name_Space.o .shobj/Remote_Name_Space.o .shobj/TP_Reactor.o .shobj/XtReactor.o -Wl,-rpath /usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers/ace -L/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers/ace -L./ -llthread 
chmod a+rx libACE.so
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers/ace'
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/ACE'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/makemake'
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/misc/regex'
sh ./mkh  -p regcomp.c >regcomp.ih
gcc -I. -DREDEBUG       -c regcomp.c -o regcomp.o
sh ./mkh  -p engine.c >engine.ih
gcc -I. -DREDEBUG       -c regexec.c -o regexec.o
sh ./mkh  -p regerror.c >regerror.ih
gcc -I. -DREDEBUG       -c regerror.c -o regerror.o
gcc -I. -DREDEBUG       -c regfree.c -o regfree.o
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/misc/regex'
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c makemake.cc -o makemake.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JBroadcaster.cc -o ../../include/jcore/JBroadcaster.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JCollection.cc -o ../../include/jcore/JCollection.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JContainer.cc -o ../../include/jcore/JContainer.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JProbDistr.cc -o ../../include/jcore/JProbDistr.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JOrderedSetT.cc -o ../../include/jcore/JOrderedSetT.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JOrderedSetUtil.cc -o ../../include/jcore/JOrderedSetUtil.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JString.cc -o ../../include/jcore/JString.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JSubstitute.cc -o ../../include/jcore/JSubstitute.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jCommandLine.cc -o ../../include/jcore/jCommandLine.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jStreamUtil.cc -o ../../include/jcore/jStreamUtil.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jStreamUtil_UNIX.cc -o ../../include/jcore/jStreamUtil_UNIX.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jFStreamUtil.cc -o ../../include/jcore/jFStreamUtil.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jFStreamUtil_UNIX.cc -o ../../include/jcore/jFStreamUtil_UNIX.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jFileUtil.cc -o ../../include/jcore/jFileUtil.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jFileUtil_UNIX.cc -o ../../include/jcore/jFileUtil_UNIX.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jDirUtil_UNIX.cc -o ../../include/jcore/jDirUtil_UNIX.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jUNIXUtil.cc -o ../../include/jcore/jUNIXUtil.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JError.cc -o ../../include/jcore/JError.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JStdError.cc -o ../../include/jcore/JStdError.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JRTTIBase.cc -o ../../include/jcore/JRTTIBase.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JProgressDisplay.cc -o ../../include/jcore/JProgressDisplay.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jMemory.cc -o ../../include/jcore/jMemory.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jMath.cc -o ../../include/jcore/jMath.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jAssert.cc -o ../../include/jcore/jAssert.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JAssertBase.cc -o ../../include/jcore/JAssertBase.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jGlobals.cc -o ../../include/jcore/jGlobals.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JUserNotification.cc -o ../../include/jcore/JUserNotification.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JTextUserNotification.cc -o ../../include/jcore/JTextUserNotification.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JChooseSaveFile.cc -o ../../include/jcore/JChooseSaveFile.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JTextChooseSaveFile.cc -o ../../include/jcore/JTextChooseSaveFile.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JCreateProgressDisplay.cc -o ../../include/jcore/JCreateProgressDisplay.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JCreateTextPG.cc -o ../../include/jcore/JCreateTextPG.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JTextProgressDisplay.cc -o ../../include/jcore/JTextProgressDisplay.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JLatentPG.cc -o ../../include/jcore/JLatentPG.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JProcess.cc -o ../../include/jcore/JProcess.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JProcessError.cc -o ../../include/jcore/JProcessError.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JThisProcess.cc -o ../../include/jcore/JThisProcess.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jProcessUtil.cc -o ../../include/jcore/jProcessUtil.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jSignal.cc -o ../../include/jcore/jSignal.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JInPipeStream.cc -o ../../include/jcore/JInPipeStream.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JUNIXDirInfo.cc -o ../../include/jcore/JUNIXDirInfo.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JUNIXDirEntry.cc -o ../../include/jcore/JUNIXDirEntry.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/Templates-JString.cc -o ../../include/jcore/Templates-JString.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/Templates-int.cc -o ../../include/jcore/Templates-int.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/Templates-long.cc -o ../../include/jcore/Templates-long.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/Templates-longlong.cc -o ../../include/jcore/Templates-longlong.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/Templates-double.cc -o ../../include/jcore/Templates-double.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JPtrArray-JString.cc -o ../../include/jcore/JPtrArray-JString.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JRegex.cc -o ../../include/jcore/JRegex.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JInterpolate.cc -o ../../include/jcore/JInterpolate.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jHashFunctions.cc -o ../../include/jcore/jHashFunctions.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/jNew.cc -o ../../include/jcore/jNew.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMemoryManager.cc -o ../../include/jcore/JMemoryManager.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMMTable.cc -o ../../include/jcore/JMMTable.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMMArrayTable.cc -o ../../include/jcore/JMMArrayTable.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMMHashTable.cc -o ../../include/jcore/JMMHashTable.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMMMonitor.cc -o ../../include/jcore/JMMMonitor.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMMErrorPrinter.cc -o ../../include/jcore/JMMErrorPrinter.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JMMRecord.cc -o ../../include/jcore/JMMRecord.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JArray-JMMRecord.cc -o ../../include/jcore/JArray-JMMRecord.o
g++  -Wall -Wno-unused -fno-implicit-templates -O0 -D_J_UNIX  -D_J_ARRAY_NEW_OVERRIDABLE  -Werror   -DJ_MAKE_BINARY_NAME=\"gmake\"  -I- -I. -I../../include/jcore -I/usr/home/dave/temp/JX-1.1.22/ACE/ACE_wrappers  -c ../../include/jcore/JHashTable-JMMRecord.cc -o ../../include/jcore/JHashTable-JMMRecord.o
g++  -o makemake makemake.o ../../include/jcore/JBroadcaster.o ../../include/jcore/JCollection.o ../../include/jcore/JContainer.o ../../include/jcore/JProbDistr.o ../../include/jcore/JOrderedSetT.o ../../include/jcore/JOrderedSetUtil.o ../../include/jcore/JString.o ../../include/jcore/JSubstitute.o ../../include/jcore/jCommandLine.o ../../include/jcore/jStreamUtil.o ../../include/jcore/jStreamUtil_UNIX.o ../../include/jcore/jFStreamUtil.o ../../include/jcore/jFStreamUtil_UNIX.o ../../include/jcore/jFileUtil.o ../../include/jcore/jFileUtil_UNIX.o ../../include/jcore/jDirUtil_UNIX.o ../../include/jcore/jUNIXUtil.o ../../include/jcore/JError.o ../../include/jcore/JStdError.o ../../include/jcore/JRTTIBase.o ../../include/jcore/JProgressDisplay.o ../../include/jcore/jMemory.o ../../include/jcore/jMath.o ../../include/jcore/jAssert.o ../../include/jcore/JAssertBase.o ../../include/jcore/jGlobals.o ../../include/jcore/JUserNotification.o ../../include/jcore/JTextUserNotification.o ../../include/jcore/JChooseSaveFile.o ../../include/jcore/JTextChooseSaveFile.o ../../include/jcore/JCreateProgressDisplay.o ../../include/jcore/JCreateTextPG.o ../../include/jcore/JTextProgressDisplay.o ../../include/jcore/JLatentPG.o ../../include/jcore/JProcess.o ../../include/jcore/JProcessError.o ../../include/jcore/JThisProcess.o ../../include/jcore/jProcessUtil.o ../../include/jcore/jSignal.o ../../include/jcore/JInPipeStream.o ../../include/jcore/JUNIXDirInfo.o ../../include/jcore/JUNIXDirEntry.o ../../include/jcore/Templates-JString.o ../../include/jcore/Templates-int.o ../../include/jcore/Templates-long.o ../../include/jcore/Templates-longlong.o ../../include/jcore/Templates-double.o ../../include/jcore/JPtrArray-JString.o ../../include/jcore/JRegex.o ../../include/jcore/JInterpolate.o ../../include/jcore/jHashFunctions.o ../../include/jcore/jNew.o ../../include/jcore/JMemoryManager.o ../../include/jcore/JMMTable.o ../../include/jcore/JMMArrayTable.o ../../include/jcore/JMMHashTable.o ../../include/jcore/JMMMonitor.o ../../include/jcore/JMMErrorPrinter.o ../../include/jcore/JMMRecord.o ../../include/jcore/JArray-JMMRecord.o ../../include/jcore/JHashTable-JMMRecord.o ../../misc/regex/regcomp.o ../../misc/regex/regexec.o ../../misc/regex/regerror.o ../../misc/regex/regfree.o -L../../lib -lACE-4_6 -pthread -lstdc++ -lm -lc
/usr/lib/libc_r.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc_r.so: WARNING!  setkey(3) not present in the system!
/usr/lib/libc_r.so: WARNING!  des_setkey(3) not present in the system!
/usr/lib/libc_r.so: WARNING!  encrypt(3) not present in the system!
/usr/lib/libc_r.so: WARNING!  des_cipher(3) not present in the system!
/usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is stupid.
makemake successfully installed
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/makemake'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/lib'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/libjcore'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/libjcore'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/libjx'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/libjx'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/lib/util/ace'
gmake[3]: Nothing to be done for `Makefiles'.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/lib/util/ace'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/lib/util/autodoc'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/lib/util/autodoc'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/code_crusader'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/code_crusader'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/jxlayout'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/jxlayout'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/makemake'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/makemake'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/ACE/test'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/ACE/test'
Segmentation fault - core dumped
gmake[3]: Entering directory `/usr/home/dave/temp/JX-1.1.22/tutorial'
gmake[3]: *** No rule to make target `Makefiles'.  Stop.
gmake[3]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/tutorial'
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/lib'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/libjcore'
gmake[2]: *** No targets.  Stop.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/libjcore'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/libjx'
gmake[2]: *** No targets.  Stop.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/libjx'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/lib/util/ace'
gmake[2]: Nothing to be done for `jxinstall'.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/lib/util/ace'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/lib/util/autodoc'
gmake[2]: *** No rule to make target `jxinstall'.  Stop.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/lib/util/autodoc'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/code_crusader'
gmake[2]: *** No rule to make target `jxinstall'.  Stop.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/code_crusader'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/jxlayout'
gmake[2]: *** No rule to make target `jxinstall'.  Stop.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/jxlayout'
gmake[2]: Entering directory `/usr/home/dave/temp/JX-1.1.22/programs/makemake'
gmake[2]: *** No rule to make target `jxinstall'.  Stop.
gmake[2]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/programs/makemake'
gmake[1]: Leaving directory `/usr/home/dave/temp/JX-1.1.22/lib'

--Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ--


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




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