comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Callable IDL on Fedora 1
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Callable IDL on Fedora 1 [message #38901] Tue, 06 April 2004 13:52 Go to previous message
Michael Wallace is currently offline  Michael Wallace
Messages: 409
Registered: December 2003
Senior Member
Problem solved! RSI tech support pointed me to a variation of the
compile I hadn't tried yet and I can now compile calltest.

Here's a section of the RSI provided Makefile for calltest that defines
all of the linker flags.

LDFLAGS= -L$(BINDIR) -lidl -Wl,-rpath,. -Wl,-rpath $(BINDIR)\
/usr/X11R6/lib/libXm.a \
-lXp -L/usr/X11R6/lib -lXpm -lXext -lXt -lSM -lICE -lX11 -ldl \
-ltermcap -lrt -lm -lpthread

I changed the reference to libXm.a to refer to the libXm.so shared
object instead. Replacing /usr/X11R6/lib/libXm.a with -lXm was the
first trick. At this point I still couldn't compile with gcc 3.x. The
second trick was to use the gcc 2.96 compiler instead of gcc 3.x. Using
gcc296 and -lXm finally got me a clean compile and an executable that
wouldn't segfault.

w00t

-Mike
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: automated file input possible?
Next Topic: volume transparency in iVolume

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 17:10:27 PDT 2025

Total time taken to generate the page: 1.36086 seconds