swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sorry, continued problems.


From: Nelson Minar
Subject: Re: Sorry, continued problems.
Date: Mon, 18 Mar 96 14:25:00 MST

>gcc -L../swarm/lib -L/usr/X11R6/lib -L/data/landsim/Swarm/libtclobjc-1.1b2 
>-L/datamnt/scratch/import/src/runtime/XGRAPH.sup/xpm-3.2g/lib -g  -o antsort 
>SortingAnt.o SortSpace.o main.o -lspace -lsimtools -ltkobjc -lactivity 
>-lrandom -lswarmobject -lcollections -ldefobj -ltclobjc -lBLT -ltk -ltcl -lXpm 
>-lX11 -lobjc -lm -lieee
>ld: fatal: library -ltclobjc: not found
>ld: fatal: library -lBLT: not found
>ld: fatal: library -ltk: not found
>ld: fatal: library -ltcl: not found
>ld: fatal: file 
>/datamnt/scratch/import/src/runtime/XGRAPH.sup/xpm-3.2g/lib/libXpm.a: unknown 
>type, unable to process using elf(3E) libraries
>ld: fatal: library -lieee: not found
>ld: fatal: File processing errors.  No output written to antsort
>gmake: *** [antsort] Error 1

Something's wrong with your linker setup. Verify that files like
  /data/landsim/Swarm/libtclobjc-1.1b2/libtclobjc.a
or libtk.a in one of the link paths exist. You might also want to try
linking with "-static", maybe something's wrong with your shared
library setup? You can also try using "-Wl,--verbose" - if you're
using GNU ld, that will cause the link step to spit out a whole bunch
of information about what it's doing.

Is this under Linux? If so which version? If not, you won't need -lieee.
(it's only necessary to cover over a bug in some versions of Linux libc.)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]