----- Original Message ----- From: "Anthony Jewell" <[EMAIL PROTECTED]> To: "Tony Whitmore" <[EMAIL PROTECTED]> Cc: "VNC List" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 3:19 PM Subject: Re: C++ libraries - critical dependency?
> /lib/cpp is the C Pre-processor > > Anthony > On Sun, 15 Jun 2003, Tony Whitmore wrote: > > Subject: C++ libraries - critical dependency? > > > > ./config/imake/imake: Cannot exec /lib/cpp > Thanks Anthony, Having browsed "man cpp" and found out what it does, I symlinked /usr/local/bin/cpp to /lib/cpp and the compilation got a lot further. Is it just me or does /lib seem an odd place to look for an executable? The next stage the compilation crashed out on was failing to find the zlib libraries. I just symlinked /usr/local/lib/libz.a to /usr/src/vnc-3.3.7-unixsrc/zlib/libz.a and the whole lot compiled OK. So its nothing to do with C++ libraries at all! Thanks again for your input. Tony _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
