Thanks to your lead I figured it out! 
libstdc was installed but there was no plain old libstdc++.so
So I did this:
        ln -s /usr/lib/libstdc++.so.5.0.1 /usr/lib/libstdc++.so
And viola it got installed!!!

Thanks for your help, Perez!

Now to set htdig up to parse and index the pdf files....

> Your problem is here:
> 
> > /usr/bin/ld: cannot find -lstdc++
> 
> You need GNU libstdc installed to link the binaries. Just get 
> the libstdc package, install it and make again. That should work.
> 
> > /usr/bin/install -c xpdf/pdftops /usr/local/bin/pdftops
> > /usr/bin/install: cannot stat `xpdf/pdftops': No such file or
> > directory
> 
> It's the pdftops file what can't be found. It was not linked 
> because the stdc++ library was not in your system.
> 
> I hope this solves your problem.
> 
> Regards.
> 
>       Angel Luis P�rez Hern�ndez
>       Centro de Competencia Arquitecturas Avanzadas
> 
>       Avenida de Bruselas 35, M�dulo Violeta, 2� Planta
>         28108 - Alcobendas
>         Madrid (ESPA�A)
>         Tel: +34-91-480.91.13
>         Fax: +34-91-480.61.47  
>       [EMAIL PROTECTED]
>       www.indra.es  
> 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to