Neither do I. Especially since I tend not to use any specific distro. However, if yuk [ sorry.. yum 8o) ] fails, how about trying one or both of the following?
apt-get update apt-get install gcc-c++ All I know, is that a proper install of the gnu c compiler also installs gnu c++ ( aka g++ ) HTH. Regards, Chris. >2009/8/12 LivingDocs <[email protected]>: > Hello again, > > nobody there who can give me an advice how to solve my problems compiling > SWFTools? > > Benedikt > > > Am 06.08.2009 um 10:52 schrieb LivingDocs: > >> After installing libtool, gcc and make I could run ./configure. >> >> When running make I get an error: >> >> make[2]: g++: Command not found >> make[2]: *** [GFXOutputDev.ol Error 127 >> make[2]: Leaving directory '/root/swftools-0.9.0/lib/pdf' >> make[1]: *** [libpdf.al Error 2 >> make[1]: Leaving directory '/root/swftools-0.9.0/lib' >> make: *** [all] Error 2 >> >> I tried yum install g++ >> But it was not found. >> >> For a long-time Mac user this is really a big adventure! >> >> Benedikt >> >> Am 05.08.2009 um 18:24 schrieb Matthias Kramm: >> >>> On Wed, Aug 05, 2009 at 04:44:39PM +0200, LivingDocs >>> <[email protected]> wrote: >>>> >>>> there is no dicerctory '/usr/share/libtool/' on my server. >>>> >>>> When I run cp /usr/share/libtool/config.guess I get the error: >>>> >>>> cp: cannot stat '/usr/share/libtool/config.guess': No such file or >>>> directory >>>> >>>> Same with '/usr/share/libtool/config.sub'. >>> >>> Hm. Try >>> yum install libtool >>> . >>> >>> Matthias >>> >>> >>> >> >> > > > >
