Victor Omark wrote: > > I used a makefile that comes with these CTC modules. Do you know how can I > compile these > module in a different way so they can work? Do you know where can I learn > more about how > to compile outboard modules using DX? > > Thanks, > V.Omark > > ballard andrews wrote: > > > Did you compile the CTC modules using OpenDX? > > because if you used the commercial DX > > modules, they wouldn't work with OpenDX. > > > > -ba
I gave up on getting outboards to compile under the new OpenDX (for now) and have been using loadables instead (which are more efficient anyway). I've put a new compressed tar archive on ftp.tc.cornell.edu in pub/Data.Explorer/by_discipline/chemistry/CMSP_SGI_6.5_loadable.tar.gz which will compile correctly under Irix 6.5 as loadables. Loadables are a little more fussy than regular modules to get working, but worth it. Here are the environment variables I set: setenv DXMODULES /u/tc/richard/CMSP/bin setenv DXMACROS /u/tc/richard/CMSP/macros alias dx 'dx -edit -mdf /u/tc/richard/CMSP/CMSP.mdf' setenv LD_LIBRARY_PATH /u/tc/richard/CMSP/bin set path=(./ /usr/local/app/opendx /usr/local/app/opendx/bin /usr/local/app/opendx/bin_sgi $path) Sorry, I do not have an equivalent makefile for any other platform at the moment, but this should be a start. Hopefully you would only need to change a few compile options. If you get it to work, let me know and I'll put the makefile in the "official" distribution. Richard
