Hi,
The library in question should be built by "make install".  Your list
includes a number of intermediate libraries that should be only in the
source/build directories.  However, several of the "make install"
libraries were built incorrectly up to and including 4.0.9.  How those
libraries are built is fixed in 4.0.10 .  The makefiles may need tweaking
as well.  The sample makefiles are changed and some are possibly fixed in
cvs.  All told, you'll be closer to successful building of the module
samples with 4.0.10 or the current development from our cvs .  If you
checkout and build from cvs, your testing results could be useful to us.
That would perhaps best go to the opendx-dev list.

Hope this helps, and if not, please elaborate.
Pete

Chaman Singh Verma wrote:

> Hello,
>
> I am using OpenDX 4.0.6 on solaris platform. I have been
> trying to use OpenDX module, but I am facing some problem
>
> 1.   I tried to test a sample program provided in
>      dxsamples-4.0/callmodule/Simple.c
>
> 2.   The makefile for this program uses -lDXcallm for linking.
>      But OpenDX4.0.6 created the following libs:
> libBASE.a
> libDXL.a
> libDXUI.a
> libHW.a
> libOPENGL.a
> libcallm.a
> libDPEXEC.a
> libDXMODS.a
> libDXlite.a
> libLIBDX.a
> libWIDGETS.a
>
>     There is no libDXcallm.a. So I modified it to -lcallm. Still
> the program shouted to unreasolved symbols. So after adding each
> library to the level of
>
> -L$(BASE)/lib_solaris -lDXL -lDXlite -lcallm -lDPEXEC
>
> I got the following result
>
> ld: fatal: symbol `_dxf_initloader' is multiply defined:
>         (file /usr/local/dx/lib_solaris/libDXlite.a(renderstubs.o) and
> file /usr/local/dx/lib_solaris/libDPEXEC.a(loader.o));
> ld: fatal: File processing errors. No output written to Simple
> *** Error code 1
> make: Fatal error: Command failed for target `Simple'
>
> Now from this how should I proceed. Please help me.
>
> Thanks
>
> Chaman Singh
>
> ***************************************************************
>                         Chaman Singh Verma
>              Centre for Development of Advanced Computing
>                   Pune University Campus, Ganeshkhind
>                       Pune-411007 ( Maharastra)
>                               INDIA
>                   E-mail : [EMAIL PROTECTED]
>                   Tel    : (020) 577402
>                   Fax    : 91-212-357551
>              Home town : Ajmer( Rajasthan)   Tel. 0145-427253
> ****************************************************************
>

Reply via email to