From: Treeve J. <tre...@pi...> - 2004-03-31 14:31:16
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 31 March 2004 20:42, vi...@ne... wrote: > Hi, > > I tried to compile ClibPDF many times but I don't never succed with Gcc > 3.3. Anyone can help me ? this script built under gcc-3.3.2 for me. sedit is a wrapper around sed. 'sed -i -e' should be a suitable replacement cd source && cp Makefile.Linux Makefile && sedit "s/libcpdf.sl/libcpdf.so/" Makefile && sedit "s/\(CFLAGS=3D-Wall -g -DLinux\)/\1 $CFLAGS/" Makefile && sedit "s/\(LD_FLAGS=3D\)/\1 $LDFLAGS/" Makefile && sedit "s/\/usr\/local/\/usr/" Makefile && sedit "s/\/local\/ClibPDF/\/usr/" Makefile && sedit 's/mkdir -p $(BINDIR)\/lib//' Makefile && sedit 's/mkdir -p $(BINDIR)\/include//' Makefile && make && > > My regards, > > > Vinh > > ------------------------------------------------------------- > NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, > Toolbar... Web/Wap : www.netcourrier.com > T=E9l=E9phone/Fax : 08 92 69 00 21 (0,34 =80 TTC/min) > Minitel: 3615 NETCOURRIER (0,16 =80 TTC/min) > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users Regards, Treeve=20 =2D --=20 PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24=20 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAatYZlpc0xauSmyQRArW8AJ4pUn6vTJZUcmdkWOKIHxsGPSk+0QCfSgVw zFVUiFRGQm/S4knAE/pdYLY=3D =3DRbSm =2D----END PGP SIGNATURE----- |