I've experienced a very similar problem with configuration
on AIX4.3.3.0.2 with xlC V5...  The new V5 compiler works
much better than V4 for most open source code, and "almost"
configures for DX, but the configure script seems to have
trouble with libstdc++ (which I thought was old?).

I am not much of a C++ programmer, but I also vaguely
remember having to work around a streams.h location problem.
If anyone wants a report on my progress so far on AIX4.3,
with the newest xlC, let me know.  I'll document it and try
any simple suggestions you might have.

Mark Carter

> From [EMAIL PROTECTED] Fri Jun  2 13:32:02 2000
> X-Authentication-Warning: opendx.watson.ibm.com: majordom set sender to 
> [EMAIL PROTECTED] using -f
> Date: Fri, 02 Jun 2000 11:23:25 -0600
> From: Steven Woolsey <[EMAIL PROTECTED]>
> Subject: [opendx-dev] Problems compiling on Solaris.
> To: OpenDX-Dev <[email protected]>
> X-Accept-Language: en
> Sender: [EMAIL PROTECTED]
> Precedence: bulk
> Reply-To: [email protected]
> Content-Length: 1949
> 
> I am trying to compile dx-4.1.0 on a sun running Solaris 2.6.  The
> compiler is gcc-2.95.2.  It isn't working.  I have tried configuring to
> compile with the sun compilers, but it won't configure because of
> libstdc++ being missing or some such thing.
> 
> It initially had a problem with the rtti stuff (__rtti_user, etc)  but I
> set CXXFLAGS=-fno-rtti and that took care of the rest of the problem.  I
> cant seem to get rid of the rest though.
> 
> When it gets to the linking phase in the directory src/uipp/dxui it
> errors out with the following:
> 
> Undefined                       first referenced
>  symbol                             in file
> terminate(void)                     ../base/libBASE.a(Application.o)
> __pure_virtual                      DeleteNodeCommand.o
> __builtin_vec_new                   ColormapNode.o
> __builtin_vec_delete                Node.o
> __throw                             ../base/libBASE.a(Application.o)
> ld: fatal: Symbol referencing errors. No output written to dxui
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `dxui'
> Current working directory /usr/local/src/dx-4.1.0/src/uipp/dxui
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /usr/local/src/dx-4.1.0/src/uipp
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /usr/local/src/dx-4.1.0/src
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> 
> Anyone have any ideas as to what the problem is?
> 
> 
> Thanks for your time.
> -- 
> -------------------------------------------------------------------
> Steven Woolsey                         Engineer/Scientist
> Bechtel BWXT Idaho, LLC                Visualization Engineer
> Idaho National Engineering Lab.        EMAIL: [EMAIL PROTECTED]
> P.O. Box 1625, M.S. 3605
> Idaho Falls, ID  83415-3605
> -------------------------------------------------------------------
> 

Reply via email to