Menu

Tree [a6b29e] master MSYS-1_0_19 /
 History

HTTPS access


File Date Author Commit
 config 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 etc 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 include 2001-10-15 Earnie Boyd Earnie Boyd [14ef9f] Merge in cygwin-1.3.3
 libiberty 2001-10-15 Earnie Boyd Earnie Boyd [14ef9f] Merge in cygwin-1.3.3
 newlib 2016-02-09 Cesar Strauss Cesar Strauss [a6b29e] Optimize execvp, considering we already know th...
 winsup 2014-07-13 Cesar Strauss Cesar Strauss [4f63b4] Increment version to 1.0.19.
 .cvsignore 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 COPYING 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 COPYING.LIB 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 CYGWIN_LICENSE 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 ChangeLog 2001-10-15 Earnie Boyd Earnie Boyd [14ef9f] Merge in cygwin-1.3.3
 ChangeLog.MSYS 2003-04-19 Earnie Boyd Earnie Boyd [85756e]
 MAINTAINERS 2001-10-15 Earnie Boyd Earnie Boyd [14ef9f] Merge in cygwin-1.3.3
 MSYS_AGREEMENT 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 MSYS_CONTRIBUTIONS 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 MSYS_LICENSE 2001-11-30 Earnie Boyd Earnie Boyd [91fb4c]
 MSYS_MISSION 2001-11-30 Earnie Boyd Earnie Boyd [91fb4c]
 MSYS_VS_CYGWIN 2001-11-30 Earnie Boyd Earnie Boyd [91fb4c]
 Makefile.in 2001-10-15 Earnie Boyd Earnie Boyd [14ef9f] Merge in cygwin-1.3.3
 README 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 README-maintainer-mode 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 config-ml.in 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 config.guess 2001-11-30 Earnie Boyd Earnie Boyd [91fb4c]
 config.if 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 config.sub 2001-11-30 Earnie Boyd Earnie Boyd [91fb4c]
 configure 2001-10-15 Earnie Boyd Earnie Boyd [d3e2f7] Merge in cygwin-1.3.3
 configure.in 2001-10-15 Earnie Boyd Earnie Boyd [14ef9f] Merge in cygwin-1.3.3
 gettext.m4 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 install-sh 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 libtool.m4 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 ltcf-c.sh 2001-09-28 Earnie Boyd Earnie Boyd [8b1964]
 ltcf-cxx.sh 2001-09-28 Earnie Boyd Earnie Boyd [8b1964]
 ltcf-gcj.sh 2001-09-28 Earnie Boyd Earnie Boyd [8b1964]
 ltconfig 2001-09-28 Earnie Boyd Earnie Boyd [8b1964]
 ltmain.sh 2001-09-28 Earnie Boyd Earnie Boyd [8b1964]
 makefile.vms 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 missing 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mkdep 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mkinstalldirs 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 move-if-change 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mpw-README 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mpw-build.in 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mpw-config.in 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mpw-configure 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 mpw-install 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 setup.com 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 symlink-tree 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import
 ylwrap 2001-08-07 Earnie Boyd Earnie Boyd [120661] Initial Import

Read Me

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.