Hi Marilyn, For interactors, if you're not compiling current (CVS), it should be fairly simple: e.g. in /usr/local/dx/samples/supervise/simpledemo/interactors you would: make -f module_make This translates rougly to: gcc -e DXEntry --shared -o myinteractors myinteractors.o
If you are using a binary distribution, you can use current cvs's dxsamples/supervise/simpledemo/interactors/module_make.in as a template. You can get this through our cvsweb setup (follow links from http://www.research.ibm.com/dx ). The included arch.mak won't exist, so substitute sensible values for CC, e.g. --shared for DX_RTL_LDFLAGS, etc. DXABI is a relevant/familiar issue for SGI users. For those compiling current cvs, CCLD may not be defined, change it to $(CC) in module_make (or $(LD) if $(CC) fails). Pete Marilyn E Noz wrote: > Does anyone have know how to compile dynamically loaded libraries > (such as for the interactors) under solaris gcc? > > Thank you. > > Marilyn
