> 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. >
Thanks for the help! I went to install the rpm and it's already installed! root # locate libstdc /home/cpins/installd/java/compat-libstdc++-6.2-2.9.0.14.i386.rpm /usr/lib/libstdc++.so.5.0.1 /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.2.9 /usr/lib/libstdc++.so.2.8 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so /usr/lib/libstdc++.so.2.7.2.8 /usr/lib/libstdc++.so.2.8.0 /usr/lib/libstdc++.so.2.9.dummy /usr/lib/libstdc++.so.2.7.2 /usr/lib/libstdc++-libc6.1-1.so.2 root # Could I perhaps add a configure option or setenv something to tell it where to look? Is the file it's trying to link to listed in my locate above? OR could I get a binary verison and just put the binaries whereever and skip the whole make dance? Any ideas? TIA Dan > > /usr/bin/install -c xpdf/pdftops /usr/local/bin/pdftops > > /usr/bin/install: cannot stat `xpdf/pdftops': No such file or > > directory ------------------------------------------------------- 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

