[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make failure with commonC++
From: |
Aravind Srinivasan |
Subject: |
Make failure with commonC++ |
Date: |
Wed, 19 Jan 2005 12:34:23 -0800 |
Hi,
I am trying to build common C++ on Solaris 8 and am getting the following
error. I could try messing with the HAVE_SIGWAIT2 env, but wanted to run it
by you guys first.
Thanks
Making all in include
cd .. \
&& CONFIG_FILES= CONFIG_HEADERS=include/config.h \
/bin/bash ./config.status
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing default-1 commands
make all-recursive
Making all in cc++
Making all in src
source='thread.cpp' object='thread.lo' libtool=yes \
depfile='.deps/thread.Plo' tmpdepfile='.deps/thread.TPlo' \
depmode=gcc /bin/bash ../autoconf/depcomp \
/bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../include -I../src -DCCXX_EXPORT_LIBRARY -D_REENTRANT -D_GNU_SOURCE
-I../include -g -O2 -c -o thread.lo `test -f thread.cpp || echo
'./'`thread.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY
-D_REENTRANT -D_GNU_SOURCE -I../include -g -O2 -c thread.cpp
-Wp,-MD,.deps/thread.TPlo -fPIC -DPIC -o .libs/thread.o
thread.cpp: In method `void ost::PosixThread::waitSignal(int)':
/usr/include/signal.h:206: too many arguments to function `int
sigwait(sigset_t *)'
thread.cpp:1608: at this point in file
*** Error code 1
make: Fatal error: Command failed for target `thread.lo'
Current working directory
/home/asrinivasan/work/sol/commonC++/commoncpp2-1.3.0/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Make failure with commonC++,
Aravind Srinivasan <=