bug-commoncpp
[Top][All Lists]
Advanced

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

compiling for AIX


From: Matthieu.Labour
Subject: compiling for AIX
Date: Fri, 17 Jan 2003 10:33:53 -0800

Hi,

I try to compile commoncpp2-1.0.7 on AIX5.1. I am using the xlc_r compiler version 6.

First, I had to add the xlc_r compiler in ./configure as followed otherwise 'configure' would fail.

for ac_prog in $CCC xlc_r c++ g++ gcc CC cxx cc++ cl

When I type 'make' to compile the package I get the following error

xlc_r -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/usr/local/include -D_GNU_SOURCE -D_THREAD_SAFE -I../include -c semaphore.cpp  -DPIC -o .libs/semaphore.lo

"semaphore.cpp", line 76.38: 1540-0274 (S) The name lookup for "throwObject" did not find a declaration.
"semaphore.cpp", line 79.43: 1540-0274 (S) The name lookup for "throwException" did not find a declaration.

and I can't actually  find the trowObject declaration in the package. Am I missing something here ?

Thank you for your help

Matthieu


reply via email to

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