Base64 <base640 <at> gmail.com> writes: > > configure scripts come with a specific package or source you are > trying to compile. Usually these packages come in a .tar.gz or .bz2 > file. After extracting this, in the directory there may be a > configure script which would be executed by running ./configure and > this would optimize the make settings and other options for your > system (in this case cygwin). If there is no configure file, then > just try typing make as the package doesnt contain one. > > On Mon, 14 Mar 2005 09:06:32 -0600, Paulo Sequeira > <psequeira <at> racsa.co.cr> wrote: > > Donald wrote: > > > I am a newbie for cygwin.When I try to typed ./configure, it shows that. > > > > > > "$ ./configure" > > > "bash: ./configure: No such file or directory" > > > > > > Is there missing some packages of cygwin? > > > > > > Thanks for your help > > > > > > > where are you running that command from? Most likely, you won't find a > > configure file in home, unless you've deliverately put one there. > > > > what are you trying to configure? > > > > -- > > Paulo > > > > > > -- > > 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/ > > > > > >
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. I also give more information of the program this time. 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/