This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: Problem making rxvt


Did you read /usr/doc/Cygwin/rxvt-2.7.10.README ? It says to configure like so:

./configure --enable-utmp --enable-wtmp --enable-lastlog \
--enable-xpm-background  --enable-menubar --enable-rxvt-scroll \
--enable-next-scroll --enable-xterm-scroll --enable-frills \
--enable-linespace --enable-mousewheel --enable-keepscrolling \
--enable-old-selection --enable-transparency \
--with-xpm-includes=`pwd`/W11/X11 --with-xpm-library=`pwd`/W11/lib \
--with-x-library=`pwd`/W11/lib \
--enable-languages --with-encoding=noenc \
CFLAGS="-O -g -W -I`pwd`/W11" \
LDFLAGS="-mwindows -Wl,--subsystem,console" \
DLIB=`pwd`/W11/wrap/rxvt_res.o

When I configure like that the output looks more like this:

configuring for rxvt 2.7.10

checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for AIX... no
checking for library containing strerror... none required
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
[snip]



David A. Cobb wrote:


My configure/make score is just barely above zero. I'd be sure it was all me if it was indeed zero - but not quite.

Latest attempt: rxvt-2.7.10
My file layout: ~/Build/rxvt/rxvt-2-7-10=untarred package; ~/Build/rxvt/i686-pc-cygwin=build directory
configure & make are run from outside the source tree - I know it sometimes matters.


Configure shows nothing exciting. [log attached]
Make gets into a loop in subdirectory W11 ! Unlimited recursive makes here.


------------------------------------------------------------------------

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/




-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


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