John Benito wrote:
Martin,
Thanks for the quick and correct response. By specifying the full path
for BUILDDIR, I get a lot farther in the process. I am now hitting a
makefile
issue in that mapfile.gcc-4 and no rule to make the target, and in fact
I do
not seem to have a mapfile.gcc-4. Do I need to download a mapfile.gcc-4?
No, I'm afraid there isn't one. The project wasn't fully ported to gcc
4 at the time of the snapshot, and this bit still isn't implemented
today (you should be able to build and use an archive library with gcc
without needing this file). You should also be able to avoid this error
when building a shared library by deleting the line that defines the
MAPFILE make variable from the generated $BUILDDIR/makefile.in file.
Is there an archive I can go to see past questions, I tried
http://issues.apache.org/jira/secure/IssueNavigator.jspa?
with a search for mapfile.gcc-4, but no hits.
We don't have an issue for this yet -- thanks for raising it! Let me
go ahead and enter it in the bug database. (I'm CC'ing the lists as
a cross-reference).
As for past stdcxx discussions, you can view list archives here
http://mail-archives.apache.org/mod_mbox/ but AFAIK there is no
search capability. I think Apache relies on other sites for this
functionality: http://www.apache.org/foundation/mailinglists.html
As before, if there's anything else you need help with feel free
to ask!
Martin