Hello! > The errors i obtain are as follows: > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 2: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 3: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: c++wrap: > line 4: syntax error near unexpected token `(' > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: c++wrap: > line 4: `my $pgm = basename($0);' > while compiling (it's the first time that c++wrap is used): > c++wrap -O2 -g -fno-rtti -fno-exceptions -Wall -Wstrict-aliasing > -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD - > Werror -fmerge-constants -ftracer -c -o _cygwin_crt0_common.o > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731- > 1/winsup/cygwin/lib/_cygwin_crt0_common.cc > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731- > 1/winsup/cygwin/../Makefile.common:43: > recipe for target `_cygwin_crt0_common.o' failed
I am horribly sorry but it's completely my fault. After some study i have discovered that i was actually using old, unpatched version of Make. I have carefully examined output of 'cygport make.cygport install': --- cut --- test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/usr/src/make/inst/usr/share/man/man1" test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/make/inst/usr/bin" /usr/bin/install -c make.exe '/usr/src/make/inst/usr/bin' /usr/bin/install -c -m 644 /usr/src/make/src/make-3.82.90/make.1 '/usr/src/make/inst/usr/share/man/man1' --- cut --- The newly built version goes into <my-source-tree>/inst. My cygwin installation does not get updated. So - completely my fault. I have replaced 'make' and reproduced the error. Will try to fix it. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple