Rebootstrap after adding some files...
Benjamin Kosnik
bkoz@redhat.com
Mon Mar 5 10:32:00 GMT 2007
> If you have a patch that adds some files how to you remake gcc?
> It seems that you need to set up those soft links from the source
> directory to the build directory.
Hey Ed.
If you are adding includes, you'd add the relevant includes to:
libstdc++-v3/include/Makefile.am
Then, after you've done this, you'd do:
autoreconf
while in:
libstdc++-v3
For source files, you'd add to src/Makefile.am, and then regenerate the
Makefile.in's with autoreconf.
Hope this helps,
benjamin
More information about the Libstdc++
mailing list