Thread: tintin++
View Single Post
Old 10-19-2003, 02:03 PM   #3
Delerak
Senior Member
 
Join Date: Apr 2003
Name: Dan
Location: New York
Posts: 716
Delerak is on a distinguished road
Send a message via ICQ to Delerak Send a message via AIM to Delerak Send a message via MSN to Delerak Send a message via Yahoo to Delerak
[delerak@216-115 src]$ ./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for POSIXized ISC... no
checking for AIX... no
checking for minix/config.h... (cached) no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lcurses... (cached) yes
checking for socket in -lsocket... (cached) no
checking for gethostbyname in -lnsl... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/termio.h... (cached) no
checking for sys/ioctl.h... (cached) yes
checking for termcap.h... (cached) no
checking for param.h... (cached) no
checking for sys/ptem.h... (cached) no
checking for net/errno.h... (cached) no
checking for readline/readline.h... (cached) no
checking for ctype.h... (cached) yes
Please Note: Readline wasn't found in either of the normal spots.
(/usr/include or /usr/local/include) You will need to specific
the location of the readline library to configure with --libdir and
--includedir then do a make clean;configure from the tintin++ src tree.
Please take a look at the INSTALL file for instructions.

Please Note: Readline wasn't found in either of the normal spots.
(/usr/include or /usr/local/include) You will need to specific
the location of the readline library to configure with --libdir and
--includedir then do a make clean;configure from the tintin++ src tree.
Please take a look at the INSTALL file for instructions.

checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking return type of signal handlers... (cached) void
checking for strcasecmp... (cached) yes
checking for gmake... (cached) gmake
checking for getmntent in -lsun... (cached) no
checking for getmntent in -lseq... (cached) no
checking for getmntent in -lgen... (cached) no
checking for getmntent... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for strftime... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged

Configure has finished. To compile, type: make

[delerak@216-115 src]$

The install help file asks to use --libdir= and --includedir=
Like I said I try using those commands with ./configure but it gives me the above output EVERY time. help!

-Delerak
Delerak is offline   Reply With Quote