On 5/7/07, David A. Gershman <[EMAIL PROTECTED]> wrote: > > I've been trying to compile FF2.0.0.3 following Mozilla's instructions > and it failed with an error. So I tried following BLFS's method and it > failed with the same error: > > nsStackFrameUnix.cpp: In function 'void DumpStackToFile(FILE*)': > xpcom/base/nsStackFrameUnix.cpp:110: error: 'Dl_info' was not declared > in this scope > xpcom/base/nsStackFrameUnix.cpp:110: error: expected `;' before 'info' > xpcom/base/nsStackFrameUnix.cpp:111: error: 'info' was not declared in > this scope > xpcom/base/nsStackFrameUnix.cpp:111: error: 'dladdr' was not declared in > this scope
What version of gcc are you using? It looks like this is C++ syntax pickiness from gcc. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
