[Box Backup] Solaris 10 install of Box Backup

Martin Ebourne boxbackup@fluffy.co.uk
Thu, 26 May 2005 18:43:25 +0100


Doh. Sent from the wrong address again.

On Thu, 2005-05-26 at 10:23 -0700, Nicole Sherburne wrote:
> PATH=$PATH:/usr/local/include/:/usr/local/include/readline/

PATH is for running executables only.

> # g++ readline.cpp -o readline
> readline.cpp:1:31: readline/readline.h: No such file
> or directory

g++ -I /usr/local/include -L/usr/local/lib readline.cpp -o readline

> I'm not sure how to tell g++ or configure where the
> libraries are. Can anyone help get me unstuck? Please
> let me know if I should include more details. 

For box try:

./configure compile:-I/usr/local/include link:-L/usr/local/lib

Cheers,

Martin