lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV is "--with-cfg-file" autoconf option working?


From: Nelson Henry Eric
Subject: LYNX-DEV is "--with-cfg-file" autoconf option working?
Date: Wed, 29 Oct 1997 17:59:35 +0900 (JST)

I can't seem to get autoconf to put lynx.cfg where I want it.  What
I did and what I got are appended.  This is on SunOS4.1.3 using gcc-2.7.2.
Lynx source is ac-0.89.  Still have config.log around if you need it.

__Henry

option on command line for configure:
        --with-cfg-file=$HOME/.usr/lib \

cut-n-paste from screen when configure is running (seems fine here):
checking for location of config-file... /home/nelsonhe/.usr/lib

cut-n-paste from screen after "make install":
mv: /home/nelsonhe/lib/lynx.cfg: Cannot access: No such file or directory
*** Error code 1 (ignored)
/usr/bin/install -c -c -s -m 755 lynx /home/nelsonhe/.lynx/lynx
/usr/bin/install -c -m 644 lynx.man /home/nelsonhe/.man/man1/lynx.1
/usr/bin/install -c -m 644 lynx.cfg /home/nelsonhe/lib/lynx.cfg
install: /home/nelsonhe/lib/lynx.cfg: No such file or directory
*** Error code 1

excerpt from top-level "makefile":
## Where you want the lynx.cfg file installed
libdir= ${exec_prefix}/lib

excerpt from "config.log":
configure:4848: gcc -o conftest -O2 -DSUN -DSUN4 -DNSL_FORK -I/home/nelson
he/.slang/src -I/home/nelsonhe/.usr/include  conftest.c -lslang -lm -L/hom
e/nelsonhe/.slang/lib -L/home/nelsonhe/.usr/lib  -ltermlib 1>&5
configure:4914: checking for location of config-file
configure:4950: checking for ANSI C header files
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]