swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] Using Expat XML Parser In CYGWIN


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] Using Expat XML Parser In CYGWIN
Date: Wed, 03 Sep 2003 10:14:58 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5b) Gecko/20030827

William Adam wrote:

gcc -g -O2 -o TestRun005.exe Test005ParseRun.o StringKeyedHashElement.o StringKe
yedHashTable.o TestHashTableData.o FearlusXMLElement.o FearlusXMLParseTree.o Fea
rlusXMLParser.o FearlusXMLString.o -L/Swarm-2.1.1/lib -L/usr/local/lib -lswarmdl
l -lobjcdll /usr/local/lib/libexpat.a /usr/local/lib/libexpat.a -lexpatobjc -Wl,
--rpath -Wl,/Swarm-2.1.1/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/Swa
rm-2.1.1/lib -Wl,--rpath -Wl,/usr/local/lib
/usr/local/lib/libexpatobjc.a(XMLParser.o.b): In function `end_prefix_mapping_ha
ndler':
/fearlus/expat/expatobjc-1.0/XMLParser.m:117: undefined reference to `__objc_cla
ss_name_Object'
collect2: ld returned 1 exit status
A couple suggestions:

1) Try Swarm 2.2 pretest 9. Swarm 2.1.1 is ancient history and completely unsupported.

2) Try putting the -lobjcdll after the -lexpatobjc. Btw, In the new version, the "-l*dll" library names are no more and they are replaced with libtool libraries. In that case, use "-lexpatobjc -lswarm -lswarmobjc".



reply via email to

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