This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug gdb/11132] GDB does not install properly, missing files


http://sourceware.org/bugzilla/show_bug.cgi?id=11132

Simon Wright <simon at pushface dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon at pushface dot org

--- Comment #7 from Simon Wright <simon at pushface dot org> 2011-10-21 14:50:57 UTC ---
(In reply to comment #6)
> warning: `/Users/gkhanna/build/i386-apple-darwin9.5.0/libgcc/trunctfxf2_s.o':
> can't open to read symbols: No such file or directory.
> 
> This is not a gdb installation problem.
> That file does not come from gdb, it comes from gcc.
> 
> There is a gdb problem here; afaik it is fixed in cvs.
> Could you try cvs head, or a (very) recent snapshot?
> Thanks.

On Mac OS X Lion, this problem is present with GCC 4.6.0.

With GCC 4.7.0 r180238 it's cleared; I only get

(gdb) run
Starting program: /Users/simon/tmp/plplot-exp/helloworld 
warning: can't find section '*UND*' in OSO file
/Users/simon/tmp/gcc-build/x86_64-apple-darwin11/libgcc/_clz_s.o
warning: can't find section '*UND*' in OSO file
/Users/simon/tmp/gcc-build/x86_64-apple-darwin11/libgcc/_popcount_tab_s.o
hello world!
[Inferior 1 (process 1985) exited normally]

I don't know what it would have done if the GCC build tree hadn't been present,
but anyway this is clearly a different problem.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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