[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]
[Hilos de Discusión] [Fecha] [Tema] [Autor]Hola, Estoy creando una libreria con el compilador de SUN para Solaris, para plataforma solaris: compilo y listo, solo que cuando la aplicacion que manda llamar la libreria me despliega esto y no se que hacer para resoverlo pues ni idea de por donde atacar esto: --------------------------------------------------- Initializing executor process(es)... Done. TCE_Server: Control Services: The test port library /pub/adm/TTCN/SCS/lib/TTCN/config/libPlex_Emu.so cannot be linked in dynamically because: ld.so.1: ttcn_executed: fatal: relocation error: file /pub/adm/TTCN/SCS/lib/TTCN/config/libPlex_Emu.so: symbol __1cTTFSuccessIndicationHsuccess_: referenced symbol not found --------------------------------------------------- Estare atento a sus cometarios y sugerencias, y es que me urge sacar esto, a continuacion, les mando el Makefile: --------------------------------------------------- TTCNINCLUDE = $(SDS_ROOT)/lib/TTCN/include/tpgen TELIBINCLUDE = /proj/T/TT/PROJECTS/TTCN/SCS/development/prog_pack/tenux/Solaris CC = /opt/local/SW3.0/SUNWspro/bin/CC .cc.o : CC -pic -c -g -DUNIX -DSOLARIS -I$(TTCNINCLUDE) -I$(TELIBINCLUDE) $< # Note: In SunOs you should replace -DSOLARIS with -DSUNOS # Use the following switches if you use a debugging version of the # TCE, EXTEL, and TFCommon libraries: # -DTFOUTLINE -DTTOUTLINE -DEXEXOUTLINE -DDEBUG libPlex_Emu.so: Plex_EmuMain.o Plex_Emu.o Plex_EmuBase.o \ Plex_EmuImplementation.o TFConfig.o -rm libPlex_Emu.so # Note: In SunOS the next command is ld -assert pure-text ... CC -G -g -z text -o libPlex_Emu.so Plex_EmuMain.o Plex_Emu.o Plex_EmuBase.o \ TFConfig.o Plex_EmuImplementation.o $(TELIBINCLUDE)/libtepic.a --------------------------------------------------- Gracias!/Fco __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ -- Para desuscribirse, mande correo a: ayuda-unsubscribe en linux org mx Para comandos adicionales, envíelo a: ayuda-help en linux org mx