Compiling cygwin1.dll
Andrey Repin
anrdaemon@yandex.ru
Wed Jun 4 17:35:00 GMT 2014
Greetings, Michael Wild!
> You tell me. I just checked out the source and followed the
> instructions as I said in my first message. When doing so, there is a
> dependency and binutils gets built.
> If the instructions are outdated, I did something obviously wrong, or
> there is a better way, please let me know.
I've used this script to rebuild it.
--------------------------------------------------------
#!/bin/sh
SUITE_ROOT=/c/dev/sdc1/cygwin
BUILD_PATH="$SUITE_ROOT/build"
INSTALL_PATH="$SUITE_ROOT/install"
BUILD_MODULE="$SUITE_ROOT/src${PWD##$BUILD_PATH}"
{
"$BUILD_MODULE/configure" -v --prefix="$INSTALL_PATH"
LANG=C make
} |& tee rebuild.log
--------------------------------------------------------
Checked out the repository into $SUITE_ROOT/src, recreated the necessary paths
in $SUITE_ROOT/build and restarted the script from certain paths until I
succeed in building required portions of suite. (I was mainly intersted in
winsup.)
--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 04.06.2014, <21:29>
Sorry for my terrible english...
--
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
More information about the Cygwin
mailing list