Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ames!haven!mimsy!mojo!stripes From: stripes@eng.umd.edu (Joshua Osborne) Newsgroups: comp.windows.x Subject: Re: Xtank for C-programming competition on Sun-4's Message-ID: <1990Jul6.211251.7638@eng.umd.edu> Date: 6 Jul 90 21:12:51 GMT References: <1990Jul6.165411.2512@msuinfo.cl.msu.edu> <1685@lectroid.sw.stratus.com> Sender: news@eng.umd.edu (The News System) Organization: College of Engineering, Maryversity of Uniland, College Park Lines: 22 In article <1685@lectroid.sw.stratus.com> mcross@pennies.sw.stratus.com (Matt Cross) writes: >ld: /lib/libX11.a(__.SYMDEF): rd_shsb: can't read struct dynamic for >shared library /lib/libX11.a > >But, here's the command line that xtank passed to ld: > >/bin/ld -x -N -A ~mcross/xwins/xtank/xtank.exe -T (some address) -o >/tmp/xtank.output ~mcross/xwins/xtank/Programs/DJCmove.o -lm -lc > >/tmp/xtank.error 2>&1 > >It doesn't include xtank in the libraries! Might it have something to >do with the -A option - xtank.exe uses libX11.a... HELP! It failed because you linked xtank with a shared lib, the version of xtank you are useing was built before shared libs were available, so it can't parse the headder info. (That is no excuse for the Beta version, but that doesn't yet understand this stuff either). -- stripes@eng.umd.edu "Security for Unix is like Josh_Osborne@Real_World,The Mutitasking for MS-DOS" "The dyslexic porgramer" - Kevin Lockwood "Don't try to change C into some nice, safe, portable programming language with all sharp edges removed, pick another language." - John Limpert