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]

Problems building cygwin from source


I'm interested in building the cygwin DLL from the source, but I'm having
problems.

I've attached my cygcheck output. I tried the following sequence under my
home directory...

$ mkdir cygwin-src
$ cd cygwin-src
$ export CVSROOT=:pserver:anoncvs@sources.redhat.com:/cvs/src
$ cvs -z3 co winsup
$ mkdir Build
$ cd Build
$ ../src/winsup/configure --prefix=/usr/install --enable-debugging -v 2>&1 |
tee configure.log
$ make 2>&1 | tee make.log

but make breaks. configure.log is also attached, but make.log is too large
to send to the list. The last lines that indicate the make breakage are

gcc -c -gstabs+ -O2 -MMD ... v8_regsub.c
g++ -c -gstabs+ -O2 -MMD ... wait.cc
g++ -c -gstabs+ -O2 -MMD ... wincap.cc
g++ -c -gstabs+ -O2 -MMD ... window.cc
gcc -c -gstabs+ -O2 -MMD ... longjmp.c
gcc -c -gstabs+ -O2 -MMD ... setjmp.c
make: *** /home/pete/cygwin-src/libiberty: No such file or directory.  Stop.
make: Entering an unknown directorymake: Leaving an unknown
directorymake[1]: **
* [/home/pete/cygwin-src/libiberty/random.o] Error 2
make[1]: Leaving directory `/home/pete/cygwin-src/Build/cygwin'
make: *** [cygwin] Error 1


What am I doing wrong?

Thanks in advance for pointing out my stupidy,
Pete

Attachment: configure.log
Description: Binary data

Attachment: cygcheck.txt
Description: Text document

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