Revision 17271,
1.3 KB
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17270,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | Because a working sed is a prerequisite for running the ``configure'' |
---|
2 | script, I have provided the script ``bootstrap.sh'' which will attempt |
---|
3 | to build a version of sed adequate for running ``configure''. If it |
---|
4 | fails, edit the ``config.h'' file that was created according to the |
---|
5 | comments found therein, and then try running ``bootstrap.sh'' again. |
---|
6 | |
---|
7 | Note: the bootstrap build is quite likely to babble on and on |
---|
8 | with various compiler warnings. You may want to tell bootstrap.sh |
---|
9 | how to invoke your compiler with warnings disabled. For example, |
---|
10 | with a Bourne-like shell and gcc one could use: |
---|
11 | $ CC='gcc -w' sh bootstrap.sh |
---|
12 | or with a csh-like shell, one could try: |
---|
13 | % env CC='gcc -w' sh bootstrap.sh |
---|
14 | |
---|
15 | Once you get a working version of sed, temporarily install sed/sed |
---|
16 | somewhere in your $PATH, and then really re-build the normal way |
---|
17 | (starting with ``sh configure''); the bootstrap version is almost |
---|
18 | certainly more crippled than it needs to be on your machine. |
---|
19 | |
---|
20 | I don't much care to hear about any bugs in ``bootstrap'' versions |
---|
21 | of sed beyond those which actually keep sed's configure script from |
---|
22 | running properly. I am especially uninterested in compiler warnings |
---|
23 | from the bootstrap build. If you do report a bootstapping bug, please |
---|
24 | be sure to include the AM_INIT_AUTOMAKE line from configure.in in your |
---|
25 | bug report. |
---|
Note: See
TracBrowser
for help on using the repository browser.