On Wed, 6 Nov 2002, monweb wrote: > Hello group!! > > I've downloaded abiword-1.0.3 source to compilate it > under solaris 8. I've ejecuted following commands: > > ./autogen.sh > ./configure --with-libiconv=peer CC=gcc \ > LDFLAGS="-L/usr/local/lib -L/usr/lib" > make > > But make doesn't finish, I got a error because -ldl > library isn't founded. libdl.so and libdl.so.1 exits > in /usr/lib directory, but libdl.a doesn't exits (I've > been readed this anywhere). > Then how do I compile abiword-1.0.3 under solaris 8?
easier if you get CVS STABLE where "./configure --disable-static" has been fixed. Follow the instructions for getting CVS here: http://www.abisource.com/developers/download.phtml#cvs and get abi & wv from the STABLE branch: cvs -z3 co -r ABI-1-0-0-STABLE abi wv you can use the 1.0.3 tar-ball for the rest of the distribution. Regards, Frank Francis James Franklin [EMAIL PROTECTED] `Medium atomic weights are available: Gold, Lead, Copper, Jet, Diamond, Radium, Sapphire, Silver and Steel. `Sapphire and Steel have been assigned...' ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
