From: stephan b. <st...@ei...> - 2003-11-17 22:12:23
|
Until i do a couple file renames in lib/s11n, here's a workaround to build s11nconvert. configure cd lib make subdir-{cl,toolbox,s11n} make SHARED_LIBS (that must be two separate makes) export LD_LIBRARY_PATH=$PWD:$PWD/cl cd ../client/s11nconvert make ./s11nconvert [-?|--help] e.g.: ./s11nconvert -f in.s11n -d -v -cldebug -nodedebug will load + deserialize in.s11n and show a bunch of debug output. To see something familiar, try: ./s11nconvert -f in.s11n [-of|-ox] If you want to build without s11n, to avoid this problem altogether, just config with --disable-s11n. -- ----- st...@ei... - http://www.einsurance.de Student: "Master, you must teach me the way of liberation!" Master: "Tell me who it is that binds you." Student: "No one binds me!" Master: "Then why do you seek liberation?" |