Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!maverick.ksu.ksu.edu!proot From: proot@ksuvax1.cis.ksu.edu (Paul T. Root) Newsgroups: comp.windows.x Subject: Contool 2.0 on Sun4's Message-ID: <1990Oct19.120457.21239@maverick.ksu.ksu.edu> Date: 19 Oct 90 12:04:57 GMT Sender: news@maverick.ksu.ksu.edu (The News Guru) Organization: Kansas State University, Dept. of Computing and Information Sciences Lines: 26 Hi, I pulled contool 2.0 off the net a few weeks ago and compiled it with out problem on the Sun3 (running 3.5 4.0.3 and 4.1). But when I try to compile it on a Sparc, linking give me this error: cc -O -o contool contool.o contool_ui.o error.o expand.o filters.o load.o load_ icon.o logging.o misc.o parse.o props.o regexp.o store.o window_misc.o -L/usr/li b -lX11 -lolgx -lxview ate; rerun ranlib(1) ld: Undefined symbol _icon_load_svrim *** Error code 2 make: Fatal error: Command failed for target `contool' I checked libxview.a and libxview.so.2.0 and icon_load_svrim is there. I tried to compile/link it statically, and I get a bunch more missing functions (libolgx is dynamic only, or something). Anybody hit this problem? Anybody got a solution? BTW, contool is a great program, at least on the Sun3. Thanks, Paul.