This is the mail archive of the cygwin 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: ./configure


Oh~ thanks all ^^
I can "./configure" it. But a new problem happened ><




bash-2.05b$ ./configure
Directories: /usr/bin /usr/sbin /usr/man
Looking for a C compiler... gcc
Checking if gcc accepts gcc warnings... yes
Looking for a C++ compiler... gcc
Checking if gcc accepts gcc warnings... yes
Checking if gcc accepts -O2... yes
Checking if gcc accepts -fno-rtti... yes
Checking if gcc accepts -fno-exceptions... yes
Checking for BSD signal semantics... yes
Checking for ncurses... no
Checking for traditional termcap... -ltermcap
Checking for GNU libc... no
Checking for forkpty... yes
Checking for logwtmp... yes
Checking for snprintf declaration... ok
Checking for snprintf implementation... ok
Generating MCONFIG...
bash-2.05b$ make
cd telnet ; make
make[1]: Entering directory `/usr/src/mudtelnet-1.03-1/src/telnet'
gcc -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-
prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -
Winline  -DUSE_TERMIO -DKLUDGELINEMODE -I../ ../mudtelnet/muddb.c -c
../mudtelnet/muddb.c:184:25: bits/signum.h: No such file or directory
../mudtelnet/muddb.c: In function `mudscript_stop':
../mudtelnet/muddb.c:1051: warning: implicit declaration of function `waitpid'
../mudtelnet/muddb.c:1051: error: `WNOHANG' undeclared (first use in this 
function)
../mudtelnet/muddb.c:1051: error: (Each undeclared identifier is reported only 
once
../mudtelnet/muddb.c:1051: error: for each function it appears in.)
make[1]: *** [muddb.o] Error 1
make[1]: Leaving directory `/usr/src/mudtelnet-1.03-1/src/telnet'
make: *** [telnet/mudtelnet] Error 2



After configure I can't "make" the file , 2 error happened.
This time I also give more information of the program.

readme:
Build
-----

Goto the "src" directory and run "./configure". When this finishs
successfully, run "make".

Install
-------

Either copy the "mudtelnet" binary in the "bin" directory to your
chosen location, or run "make install" which will copy it to the
"/usr/local/bin" directory.


software: mudtelnet
http://www.itechsc.com/software/free/mudtelnet/

Brothers, thank you for your help





--
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]