autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem detecting libraries.


From: Stephen Torri
Subject: Problem detecting libraries.
Date: Fri, 26 Jan 2001 13:00:40 +0000 (GMT)

Here is the output from autoconf (v2.19) and (v2.49d). I am sure I am
probably got something wrong so I include both complete config.log files.
I am sorry if its too long but if there is an common practice for making
requests for help let me know.

Stephen

-----------------------
configure.in
-----------------------
dnl Process this file with autoconf to produce a configure script.

AC_INIT(common/Comms.idl, master/master.cpp, slave/slave.cpp)
AM_INIT_AUTOMAKE(dgcc-debug, 0.2.1 )
AM_CONFIG_HEADER(config.h)

AC_SUBST(PROGRAM, dgcc-debug)

dnl Defaults
AC_PREFIX_DEFAULT(/opt)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_ARG_PROGRAM

dnl Allows us to build code in sub-directories into temporary libraries,
dnl which make will then link in with the rest of the code.
AC_PROG_RANLIB

dnl Checks for libraries.
dnl Replace `main' with a function in -lJTC:
AC_CHECK_LIB(JTC, notifyAll, HAVE_JTC_JTC_H=1, HAVE_JTC_JTC_H=0)

dnl Replace `main' with a function in -lOB:
AC_CHECK_LIB(OB, is_nil)

dnl Replace `main' with a function in -lOBNaming:
AC_CHECK_LIB(OBNaming, rebind)

dnl Replace `main' with a function in -lpthread:
AC_CHECK_LIB(pthread, main)

dnl Enable debugging statements
AC_ARG_ENABLE(debug,
        [  --enable-debug       enable debugging messages],
        debug="yes", debug="no" )
AM_CONDITIONAL(build_debug, test "$debug" != "no")

dnl Checks for header files.
AC_CHECK_HEADERS(unistd.h, HAVE_UNISTD_H=1, HAVE_UNISTD_H=0)
AC_CHECK_HEADERS(OB/CORBA.h)
AC_CHECK_HEADERS(string)
AC_CHECK_HEADERS(JTC/JTC.h)

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

dnl Checks for system services.

AC_OUTPUT(Makefile common/Makefile master/Makefile slave/Makefile
include/Makefile)


-----------------------
config.log (v. 2.13)
-----------------------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:559: checking for a BSD compatible install
configure:612: checking whether build environment is sane
configure:669: checking whether make sets ${MAKE}
configure:715: checking for working aclocal
configure:728: checking for working autoconf
configure:741: checking for working automake
configure:754: checking for working autoheader
configure:767: checking for working makeinfo
configure:791: checking for gcc
configure:904: checking whether the C compiler (gcc  ) works
configure:920: gcc -o conftest    conftest.c  1>&5
configure:946: checking whether the C compiler (gcc  ) is a cross-compiler
configure:951: checking whether we are using GNU C
configure:979: checking whether gcc accepts -g
configure:1015: checking for c++
configure:1047: checking whether the C++ compiler (c++  ) works
configure:1063: c++ -o conftest    conftest.C  1>&5
configure:1089: checking whether the C++ compiler (c++  ) is a cross-compiler
configure:1094: checking whether we are using GNU C++
configure:1122: checking whether c++ accepts -g
configure:1154: checking how to run the C preprocessor
configure:1245: checking for a BSD compatible install
configure:1298: checking whether make sets ${MAKE}
configure:1347: checking for ranlib
configure:1376: checking for notifyAll in -lJTC
configure:1418: checking for is_nil in -lOB
configure:1466: checking for rebind in -lOBNaming
configure:1514: checking for main in -lpthread
configure:1579: checking for unistd.h
configure:1620: checking for OB/CORBA.h
configure:1660: checking for string
configure:1700: checking for JTC/JTC.h

------------------------
config.log (v 2.49d)
------------------------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure (common/Comms.idl master/master.cpp) 2.49d, 
executed with
 > ./configure

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = dyn545.dhcp.lancs.ac.uk
uname -m = i686
uname -r = 2.2.16-22
uname -s = Linux
uname -v = #1 Tue Aug 22 16:49:06 EDT 2000

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/jdk1.2.2/bin:/opt/bin:/usr/local/bin:/home/torri/bin

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:962: checking for a BSD compatible install
configure:1011: result: /usr/bin/install -c
configure:1022: checking whether build environment is sane
configure:1065: result: yes
configure:1086: checking whether make sets ${MAKE}
configure:1106: result: yes
configure:1134: checking for working aclocal
configure:1141: result: found
configure:1149: checking for working autoconf
configure:1156: result: found
configure:1164: checking for working automake
configure:1171: result: found
configure:1179: checking for working autoheader
configure:1186: result: found
configure:1194: checking for working makeinfo
configure:1201: result: found
configure:1258: checking for gcc
configure:1280: result: gcc
configure:1502: checking for object suffix
configure:1520: gcc -c   conftest.c >&5
configure:1523: $? = 0
configure:1542: result: o
configure:1546: checking for executable suffix
configure:1565: gcc    conftest.c  >&5
configure:1568: $? = 0
configure:1588: gcc -o conftest    conftest.c  >&5
configure:1591: $? = 0
configure:1615: result:
configure:1619: checking whether the C compiler works
configure:1634: gcc -o conftest    conftest.c  >&5
configure:1637: $? = 0
configure:1639: test -s conftest
configure:1642: $? = 0
configure:1647: ./conftest
configure:1650: $? = 0
configure:1665: result: yes
configure:1677: checking whether we are cross compiling
configure:1679: result: no
configure:1682: checking whether we are using the GNU C compiler
configure:1703: gcc -c   conftest.c >&5
configure:1706: $? = 0
configure:1708: test -s conftest.o
configure:1711: $? = 0
configure:1723: result: yes
configure:1729: checking whether gcc accepts -g
configure:1747: gcc -c -g  conftest.c >&5
configure:1750: $? = 0
configure:1752: test -s conftest.o
configure:1755: $? = 0
configure:1765: result: yes
configure:1792: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:1795: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:1936: checking for g++
configure:1958: result: g++
configure:1972: checking whether the C++ compiler works
configure:1987: g++ -o conftest    conftest.cc  >&5
configure:1990: $? = 0
configure:1992: test -s conftest
configure:1995: $? = 0
configure:2000: ./conftest
configure:2003: $? = 0
configure:2018: result: yes
configure:2030: checking whether we are cross compiling
configure:2032: result: no
configure:2035: checking whether we are using the GNU C++ compiler
configure:2056: g++ -c   conftest.cc >&5
configure:2059: $? = 0
configure:2061: test -s conftest.o
configure:2064: $? = 0
configure:2076: result: yes
configure:2082: checking whether g++ accepts -g
configure:2100: g++ -c -g  conftest.cc >&5
configure:2103: $? = 0
configure:2105: test -s conftest.o
configure:2108: $? = 0
configure:2118: result: yes
configure:2158: g++ -c -g -O2  conftest.cc >&5
configure:2161: $? = 0
configure:2163: test -s conftest.o
configure:2166: $? = 0
configure:2188: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main ()':
configure:2181: `exit' undeclared (first use this function)
configure:2181: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:2191: $? = 1
configure: failed program was:
#line 2176 "configure"
#include "confdefs.h"

int
main ()
{
exit (42);
  ;
  return 0;
}
configure:2158: g++ -c -g -O2  conftest.cc >&5
configure:2161: $? = 0
configure:2163: test -s conftest.o
configure:2166: $? = 0
configure:2188: g++ -c -g -O2  conftest.cc >&5
configure:2191: $? = 0
configure:2193: test -s conftest.o
configure:2196: $? = 0
configure:2220: checking how to run the C preprocessor
configure:2244: gcc -E  conftest.c >/dev/null
configure:2250: $? = 0
configure:2269: gcc -E  conftest.c >/dev/null
configure:2266:28: ac_nonexistent.h: No such file or directory
configure:2275: $? = 1
configure: failed program was:
#line 2265 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2390: result: gcc -E
configure:2415: checking for a BSD compatible install
configure:2464: result: /usr/bin/install -c
configure:2475: checking whether make sets ${MAKE}
configure:2495: result: yes
configure:2541: checking for ranlib
configure:2564: result: ranlib
configure:2576: checking for notifyAll in -lJTC
configure:2603: gcc -o conftest -g -O2   conftest.c -lJTC   >&5
/tmp/ccO7oDLg.o: In function `main':
/home/torri/dgcc-debug/configure:2596: undefined reference to `notifyAll'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a(_eh.o): In function 
`eh_context_free':
/usr/src/bs/BUILD/gcc-2.96-20000731/obj-i386-redhat-linux/gcc/../../gcc/libgcc2.c(.text+0x114):
 undefined reference to `pthread_setspecific'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a(_eh.o): In function 
`eh_threads_initialize':
/usr/src/bs/BUILD/gcc-2.96-20000731/obj-i386-redhat-linux/gcc/../../gcc/libgcc2.c(.text+0x231):
 undefined reference to `pthread_key_create'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a(_eh.o): In function 
`eh_context_specific':
/usr/src/bs/BUILD/gcc-2.96-20000731/obj-i386-redhat-linux/gcc/../../gcc/libgcc2.c(.text+0x38b):
 undefined reference to `pthread_getspecific'
/usr/src/bs/BUILD/gcc-2.96-20000731/obj-i386-redhat-linux/gcc/../../gcc/libgcc2.c(.text+0x3ab):
 undefined reference to `pthread_setspecific'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a(_eh.o)(.data+0x0): undefined 
reference to `pthread_create'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a(frame-dwarf2.o): In function 
`decode_uleb128':
/usr/src/bs/BUILD/gcc-2.96-20000731/obj-i386-redhat-linux/gcc/../../gcc/frame-dwarf2.c(.data+0x0):
 undefined reference to `pthread_create'
/usr/local/lib/libJTC.so: undefined reference to `pthread_detach'
/usr/local/lib/libJTC.so: undefined reference to `pthread_attr_setstacksize'
/usr/local/lib/libJTC.so: undefined reference to `pthread_cond_timedwait'
collect2: ld returned 1 exit status
configure:2606: $? = 1
configure: failed program was:
#line 2584 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char notifyAll ();
int
main ()
{
notifyAll ();
  ;
  return 0;
}
configure:2622: result: no
configure:2630: checking for is_nil in -lOB
configure:2657: gcc -o conftest -g -O2   conftest.c -lOB   >&5
/tmp/ccIgv7Vr.o: In function `main':
/home/torri/dgcc-debug/configure:2650: undefined reference to `is_nil'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::notifyAll(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCTSS::allocate(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCThreadGroup::destroy(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::start(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread type_info node'
/usr/local/lib/libOB.so: undefined reference to `JTCTSS::release(unsigned int)'
/usr/local/lib/libOB.so: undefined reference to `JTCRecursiveMutex::lock(void) 
const'
/usr/local/lib/libOB.so: undefined reference to `JTCTSS::set(unsigned int, void 
*)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::~JTCThread(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::wait(long)'
/usr/local/lib/libOB.so: undefined reference to `JTCTSS::allocate(void (*)(void 
*))'
/usr/local/lib/libOB.so: undefined reference to `JTCThread type_info function'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::JTCThread(int, 
JTCHandleT<JTCRunnable>, char const *)'
/usr/local/lib/libOB.so: undefined reference to 
`JTCRecursiveMutex::JTCRecursiveMutex(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::unlock(void) const'
/usr/local/lib/libOB.so: undefined reference to 
`JTCInitialize::~JTCInitialize(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::lock(bool) const'
/usr/local/lib/libOB.so: undefined reference to 
`JTCThreadGroup::activeCount(void) const'
/usr/local/lib/libOB.so: undefined reference to 
`JTCRecursiveMutex::~JTCRecursiveMutex(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCTSS::get(unsigned int)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::yield(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::~JTCMonitor(void)'
/usr/local/lib/libOB.so: undefined reference to 
`JTCInitialize::JTCInitialize(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::join(void)'
/usr/local/lib/libOB.so: undefined reference to 
`JTCThreadGroup::JTCThreadGroup(int, char const *)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor type_info node'
/usr/local/lib/libOB.so: undefined reference to 
`JTCRecursiveMutex::unlock(void) const'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor type_info function'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::JTCMonitor(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::notify(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCMonitor::wait(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::join(long)'
/usr/local/lib/libOB.so: undefined reference to 
`JTCInitialize::initialized(void)'
/usr/local/lib/libOB.so: undefined reference to `JTCThread::JTCThread(int, 
JTCHandleT<JTCThreadGroup> &, char const *)'
collect2: ld returned 1 exit status
configure:2660: $? = 1
configure: failed program was:
#line 2638 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char is_nil ();
int
main ()
{
is_nil ();
  ;
  return 0;
}
configure:2676: result: no
configure:2687: checking for rebind in -lOBNaming
configure:2714: gcc -o conftest -g -O2   conftest.c -lOBNaming   >&5
/tmp/ccgxRlc1.o: In function `main':
/home/torri/dgcc-debug/configure:2707: undefined reference to `rebind'
/usr/local/lib/libOBNaming.so: undefined reference to `OB::EmptyString'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_non_existent(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Any::replace(CORBA::TypeCode *, void *, bool)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::InputStreamImpl::read_long(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::MarshalStubImpl(int)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_marshalEx(OB::Downcall *, CORBA::SystemException 
const &)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::MARSHAL type_info 
function'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::UserException 
type_info node'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_getRefCount(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OBRelease(OB::StubImplBase *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Any::create_input_stream(void) const'
/usr/local/lib/libOBNaming.so: undefined reference to `OB::DirectStubImpl 
type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_handleFailureException(OB::Downcall *, 
OB::FailureException const &)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_add_ref(void)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::UserException 
virtual table'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::SystemException 
type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_non_existent(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::_OB_getStubImpl(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OBRelease(PortableServer::ServantBase *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_get_oci_connector_info(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_preUnmarshal(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_postUnmarshal(OB::Upcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::Exception 
type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::UserException::_OB_defaultToString(char const *) const'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::String_var::operator=(OB::StrForStruct const &)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_preUnmarshal(OB::Upcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_dispatchBase(OB::Upcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_postUnmarshal(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_get_oci_transport_info(void)'
/usr/local/lib/libOBNaming.so: undefined reference to `OB::MarshalStubImpl 
type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::DirectStubImpl(int, PortableServer::POA *, 
OB::FixSeq<unsigned char, PortableServer::OBUnique_ObjectId> const &, 
PortableServer::ServantBase *)'
/usr/local/lib/libOBNaming.so: undefined reference to `OB::FailureException 
type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::OutputStreamImpl::write_string(char const *)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::UserException 
type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::MARSHAL::~MARSHAL(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_get_interface(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_createDowncall(char const *, bool)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase type_info function'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::InputStreamImpl::read_string(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_request(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_is_a(char const *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_setUserException(OB::Downcall *, CORBA::UserException 
const &)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_default_POA(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_oneway(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to `OB::DirectStubImpl 
type_info node'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_preMarshal(OB::Upcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::MARSHAL::MARSHAL(CORBA::MARSHAL const &)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::string_free(char 
*)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::Any::value(void) 
const'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_preUnmarshal(OB::Downcall *, bool &)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase type_info node'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_findOperation(OB::Upcall *, char const **, 
unsigned long)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::MARSHAL::MARSHAL(unsigned long, CORBA::CompletionStatus)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_unmarshalEx(OB::Downcall *, CORBA::SystemException 
const &)'
/usr/local/lib/libOBNaming.so: undefined reference to `JTCMonitor::unlock(void) 
const'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Any::replace(CORBA::TypeCode *, void *, bool, OB::ConstructedInfo const 
*)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::String_var::String_var(char *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::String_var::operator=(char *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_get_interface(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::_OB_copyFrom(CORBA::Object *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::InputStreamImpl::read_ulong(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_get_oci_transport_info(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::is_nil(CORBA::AbstractBase *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::~Object(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::Object(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::UserException::_OB_marshal(OB::OutputStreamImpl *) const'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::_OB_isLC(void) const'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::MARSHAL virtual 
table'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::String_var::String_var(OB::StrForStruct const &)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::Exception virtual 
table'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OCI::BufferImpl::doRealloc(unsigned long)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_preMarshal(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::Object type_info 
function'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::Object type_info 
node'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_OB_preinvoke(char const *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OBRelease(OB::InputStream *)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::string_dup(char 
const *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::~DirectStubImpl(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::OutputStreamImpl::checkBeginChunk(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_get_oci_connector_info(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`JTCRecursiveMutex::unlock(void) const'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_unmarshalExceptionId(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::_OB_handleException(OB::ExceptionBase const &, bool &)'
/usr/local/lib/libOBNaming.so: undefined reference to `OBRelease(CORBA::Object 
*)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::InputStreamImpl::read_Object(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::_is_a(char const *)'
/usr/local/lib/libOBNaming.so: undefined reference to `OB::MarshalStubImpl 
type_info node'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::TypeCodeConst::operator CORBA::TypeCode *(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_postMarshal(OB::Upcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::InputStreamImpl::checkChunk(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase virtual table'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Object::_OB_toAbstractBase(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_non_existent(void)'
/usr/local/lib/libOBNaming.so: undefined reference to `OBRelease(OB::Downcall 
*)'
/usr/local/lib/libOBNaming.so: undefined reference to `CORBA::SystemException 
virtual table'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_remove_ref(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_hasNativeTypes(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_is_a(char const *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_get_interface(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`PortableServer::ServantBase::_OB_createReference(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OBRelease(CORBA::TypeCode *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::Any::check_type(CORBA::TypeCode *) const'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_OB_setupServant(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::DirectStubImpl::_OB_postinvoke(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::OutputStreamImpl::write_Object(CORBA::Object *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::_OB_postMarshal(OB::Downcall *)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`OB::MarshalStubImpl::~MarshalStubImpl(void)'
/usr/local/lib/libOBNaming.so: undefined reference to 
`CORBA::String_var::_retn(void)'
collect2: ld returned 1 exit status
configure:2717: $? = 1
configure: failed program was:
#line 2695 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char rebind ();
int
main ()
{
rebind ();
  ;
  return 0;
}
configure:2733: result: no
configure:2744: checking for main in -lpthread
configure:2764: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:2767: $? = 0
configure:2769: test -s conftest
configure:2772: $? = 0
configure:2783: result: yes
configure:2813: checking for unistd.h
configure:2823: gcc -E  conftest.c >/dev/null
configure:2829: $? = 0
configure:2848: result: yes
configure:2863: checking for OB/CORBA.h
configure:2873: gcc -E  conftest.c >/dev/null
In file included from /usr/local/include/JTC/JTC.h:14,
                 from /usr/local/include/OB/Basic.h:30,
                 from /usr/local/include/OB/Template.h:14,
                 from /usr/local/include/OB/Principal_fwd.h:14,
                 from /usr/local/include/OB/Any.h:14,
                 from /usr/local/include/OB/TypeCode.h:14,
                 from /usr/local/include/OB/CORBAClient.h:15,
                 from /usr/local/include/OB/CORBAServer.h:14,
                 from /usr/local/include/OB/CORBA.h:14,
                 from configure:2870:
/usr/local/include/JTC/Types.h:58:25: iostream: No such file or directory
In file included from /usr/local/include/JTC/JTC.h:16,
                 from /usr/local/include/OB/Basic.h:30,
                 from /usr/local/include/OB/Template.h:14,
                 from /usr/local/include/OB/Principal_fwd.h:14,
                 from /usr/local/include/OB/Any.h:14,
                 from /usr/local/include/OB/TypeCode.h:14,
                 from /usr/local/include/OB/CORBAClient.h:15,
                 from /usr/local/include/OB/CORBAServer.h:14,
                 from /usr/local/include/OB/CORBA.h:14,
                 from configure:2870:
/usr/local/include/JTC/Syscall.h:16:26: strstream: No such file or directory
In file included from /usr/local/include/OB/Template.h:14,
                 from /usr/local/include/OB/Principal_fwd.h:14,
                 from /usr/local/include/OB/Any.h:14,
                 from /usr/local/include/OB/TypeCode.h:14,
                 from /usr/local/include/OB/CORBAClient.h:15,
                 from /usr/local/include/OB/CORBAServer.h:14,
                 from /usr/local/include/OB/CORBA.h:14,
                 from configure:2870:
/usr/local/include/OB/Basic.h:206:23: iostream: No such file or directory
configure:2879: $? = 1
configure: failed program was:
#line 2869 "configure"
#include "confdefs.h"
#include <OB/CORBA.h>
configure:2898: result: no
configure:2911: checking for string
configure:2921: gcc -E  conftest.c >/dev/null
configure:2918:18: string: No such file or directory
configure:2927: $? = 1
configure: failed program was:
#line 2917 "configure"
#include "confdefs.h"
#include <string>
configure:2946: result: no
configure:2959: checking for JTC/JTC.h
configure:2969: gcc -E  conftest.c >/dev/null
In file included from /usr/local/include/JTC/JTC.h:14,
                 from configure:2966:
/usr/local/include/JTC/Types.h:58:25: iostream: No such file or directory
In file included from /usr/local/include/JTC/JTC.h:16,
                 from configure:2966:
/usr/local/include/JTC/Syscall.h:16:26: strstream: No such file or directory
configure:2975: $? = 1
configure: failed program was:
#line 2965 "configure"
#include "confdefs.h"
#include <JTC/JTC.h>
configure:2994: result: no
configure:3075: creating ./config.status

## ----------------------- ##
## Running config.status.  ##
## ----------------------- ##

This file was extended by config.status (common/Comms.idl master/master.cpp) 
2.49d, executed with
 > ./config.status
on dyn545.dhcp.lancs.ac.uk

config.status:3520: creating Makefile
config.status:3520: creating common/Makefile
config.status:3520: creating master/Makefile
config.status:3520: creating slave/Makefile
config.status:3520: creating include/Makefile
config.status:3612: creating config.h
config.status:3753: config.h is unchanged

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_JTC_JTC_h=no
ac_cv_header_OB_CORBA_h=no
ac_cv_header_string=no
ac_cv_header_unistd_h=yes
ac_cv_lib_JTC_notifyAll=no
ac_cv_lib_OBNaming_rebind=no
ac_cv_lib_OB_is_nil=no
ac_cv_lib_pthread_main=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define PACKAGE "dgcc-debug"
#define VERSION "0.2.1"
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_LIBPTHREAD 1
#define HAVE_UNISTD_H 1


configure: exit 0


-- 
Buyer's Guide for a Operating System:
Don't care to know: Mac
Don't mind knowing but not too much: Windows
Hit me! I can take it!: Linux




reply via email to

[Prev in Thread] Current Thread [Next in Thread]