Please submit a patch against SVN trunk to [EMAIL PROTECTED] with
ChangeLog entries
I regret that I cannot spend more time on this than I already have. If
you don't want to use my diffs, then please just consider it as a bug
report. If you don't want to do that either, then I guess the
rms asked me to try systematize the Texinfo dir categories to match the
Free Software Directory where possible. So I hope you will be ok
with changing the gcc manuals to say
@dircategory Software development
instead of
@dircategory Programming
(and "Software libraries" instead of "GNU libraries" f
Maybe there is something funny about your environment, like an
auto-mounted NFS src directory which got auto-unmounted during the build?
No, it's all local.
However ... it must have been some craziness left over from a previous
build, even though I did make distclean in srcdir and remove
Greetings,
In gcc-4.0.0 (and all previous releases), the C++ shared libraries (for
example) are not found without adding specific link flags. For example,
compiling a C++ hello,world (source below, not that it matters):
$ which g++
g++ is /usr/local/gnu/bin/g++
$ g++ hello.cc
$ ldd a.out
With gcc-4.0.0 on GNU/Linux (specifically, Red Hat WS 4), GNU make 3.80,
I get an error when trying to build with srcdir = objdir. Since the
documentation says this "should" work, even though it recommends
compiling with srcdir != objdir, I'm reporting it. (The problem does
not happen when srcdir