Lots of warnings from gdb 7.2

Richard Stanton stanton at haas.berkeley.edu
Mon Apr 11 10:04:00 PDT 2011


I just installed gcc 4.5 and gdb 7.2 on my Snow Leopard machine (which
also has Xcode installed), and used gcc_select to make gcc 4.5 the default
compiler. I can now compile and run programs fine, but when I try to debug
them using gdb 7.2, while the debugging itself seems to work OK, I get a
huge number of warnings about missing files. For example:


mortgage:miscprog stanton$ gdb amput
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin10.6.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /Users/stanton/miscprog/amput...done.
(gdb) break main
Breakpoint 1 at 0x100000a85: file amput.c, line 32.
(gdb) run 100
Starting program: /Users/stanton/miscprog/amput 100
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/__m
ain_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ab
svdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ab
svsi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ad
dvdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ad
dvsi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_as
hldi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_as
hrdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_bs
wapdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_bs
wapsi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_cl
ear_cache_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_cl
z_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_cl
zdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_cl
zsi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_cm
pdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ct
zdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ct
zsi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_di
vdc3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_di
vdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_di
vsc3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_di
vxc3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_en
able_execute_stack_s.o': can't open to read symbols: No such file or
directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ff
sdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ff
ssi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xdfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xdfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xsfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xsfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunsdfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunsdfsi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunsdfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunssfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunssfsi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunssfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunsxfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunsxfsi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xunsxfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xxfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fi
xxfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatdidf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatdisf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatdixf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oattidf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oattisf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oattixf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatundidf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatundisf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatundixf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatuntidf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatuntisf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_fl
oatuntixf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ls
hrdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mo
ddi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mu
ldc3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mu
ldi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mu
lsc3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mu
lvdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mu
lvsi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_mu
lxc3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ne
gdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ne
gvdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ne
gvsi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_pa
ritydi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_pa
ritysi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_po
pcount_tab_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_po
pcountdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_po
pcountsi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_po
widf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_po
wisf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_po
wixf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_su
bvdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_su
bvsi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_uc
mpdi2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ud
iv_w_sdiv_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ud
ivdi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_ud
ivmoddi4_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/_um
oddi3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/add
tf3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/dar
win-64_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/div
tf3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/emu
tls_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/eqt
f2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/ext
enddftf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/ext
endsftf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/ext
endxftf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/fix
tfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/fix
tfsi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/fix
tfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/fix
unstfdi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/fix
unstfsi_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/fix
unstfti_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/flo
atditf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/flo
atsitf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/flo
attitf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/flo
atunditf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/flo
atunsitf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/flo
atuntitf_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/get
f2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/let
f2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/mul
tf3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/neg
tf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/sub
tf3_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/tru
nctfdf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/tru
nctfsf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/tru
nctfxf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/uno
rdtf2_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/unw
ind-c_s.o': can't open to read symbols: No such file or directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/unw
ind-dw2-fde-darwin_s.o': can't open to read symbols: No such file or
directory.
warning:
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor
ts.org_release_ports_lang_gcc45/work/build/x86_64-apple-darwin10/libgcc/unw
ind-dw2_s.o': can't open to read symbols: No such file or directory.

Breakpoint 1, main (argc=2, argv=0x7fff5fbff6f0) at amput.c:32
32          i = atoi (argv[1]);
(gdb)


>From here, I seem to be able to debug fine, but that's a lot of warnings
to wade through every time I fire up gdb! Is there any way to turn these
off?

Thanks.

Richard Stanton



More information about the macports-users mailing list