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 -------------------------------------------------------------------
