This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ada/6767: make gnatlib-shared fails on -laddr2line


I've managed to bootstrap 3.3 on another machine and the problem is
gone.

I traced the change to Makefile.in revision 1.22 (2002-03-08) when
"ro" merged in changes from ACT.  Now, the GNAT libraries (either
static or shared) no longer include the file g-trasym.o (package
GNAT.Traceback.Symbolic), so the feature is unavailable, but "make
gnatlib-shared" succeeds.

There is still a message "ld: cannot find -laddr2line" when trying to
link a program that uses GNAT.Traceback.Symbolic, but that is
expected.

--
Ludovic Brenta.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]