This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ncurses-4.2 - makefile fails


OK, I'm trying to build ncurses 4.2.

./configure gets all the way to the last line which calls 
make preinstall

This returns:

/c: /c: No such file or directory
make: *** [preinstall] Error 127

Now, I originally had /bin/sh as sh and not bash, reading the archives
I've tried copying bash into sh. Only difference is the error code (sh
gives 2, bash gives 127).

make -n preinstall gives:

echo ''
echo '** Configuration summary for NCURSES 4.2 980228:'
echo ''
echo '      bin directory: '/usr/local/bin
echo '      lib directory: '/usr/local/lib
echo '  include directory: '/usr/local/include
echo '      man directory: '/usr/local/man
echo ' terminfo directory: '/usr/local/share/terminfo
echo ''
if test "/usr/local/include" != "/usr/local/include" ; then \
                echo '** Include-directory is not in a standard location'; fi

I'm not to strong on shell scripting, but the quotes (lines 5 to 8)
looked out of place, I've tried them at the end of the line but no
change.

make is version 
GNU Make version 3.75-B19, by Richard Stallman and Roland McGrath.

Now, I'm not sure whether it's a shell interaction issue, a makefile
issue, an environmental issue, a configure issue or what. So I'm not
sure what info I need to include in this. (I guess it's not configure
as make does this direct from the bash prompt)

If it helps, I've got b19, Sergey's latest patch, running NT4.

If anyone has any ideas, or even what info will help/is needed I'd be
really grateful.

Thanks in advance.

-- 
Chris Searle - chris@searle1.demon.co.uk

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]