Processed: Re: hidden symbol `__gcov_init' is referenced by DSO

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 355621 - moreinfo Bug#355621: gcc-4.0: hidden symbol `__gcov_init' is referenced by DSO Tags were: moreinfo Tags removed: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administra

Bug#355621: hidden symbol `__gcov_init' is referenced by DSO

2007-09-20 Thread A Mennucc
tags 355621 - moreinfo thanks hi I tried with $ gcc --version gcc (Debian 20070916-1) 4.3.0 20070916 (experimental) [trunk revision 128522] and it still it does not work, saying /usr/bin/ld: .libs/morph: hidden symbol `__gcov_merge_add' in /usr/lib/gcc-snapshot/lib/gcc/i486-linux-gnu/4.3.0/lib

[bts-link] source package gcc-snapshot

2007-09-20 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-snapshot # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #428868 # * http://gcc.gnu.org/PR32337 # * remote status changed: ASSIGNED -> RESOLVED # * remote reso

[Bug c++/33414] [4.3 regression] segfault

2007-09-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33414 --- You

Processed: [bts-link] source package gcc-snapshot

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # > # bts-link upstream status pull for source package gcc-snapshot > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user [EMAIL PROTECTED] Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]). > # remote status rep

Re: Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Phil Endecott
Arthur Loiret wrote: 2007/9/20, Phil Endecott <[EMAIL PROTECTED]>: Yes. g++ (cross compiler) is installed on my PC. The PC mounts the NSLU2's filesystem using NFS. I want to install libstdc++ on the NSLU2 so that the cross compiler on the PC can use it. I do not plan to use the native g++ on

[bts-link] source package gcc-4.2

2007-09-20 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-4.2 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #442036 # * http://gcc.gnu.org/PR33410 # * remote status changed: UNCONFIRMED -> NEW usertags 442036 - statu

Re: Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Phil Endecott
Arthur Loiret wrote: I haven't built anything. I've just tried to "apt-get install libstdc++6-4.1-dev" on my NSLU2, and it tells me that I must also install g++. Are you telling me you are going to try to use libstdc++-dev without g++? :-) Yes. g++ (cross compiler) is installed on my PC. T

Re: Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Arthur Loiret
2007/9/20, Phil Endecott <[EMAIL PROTECTED]>: > Yes. g++ (cross compiler) is installed on my PC. The PC mounts the > NSLU2's filesystem using NFS. I want to install libstdc++ on the NSLU2 > so that the cross compiler on the PC can use it. I do not plan to use > the native g++ on the NSLU2. Th

Re: Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Phil Endecott
Arthur Loiret wrote: Hello, you might have forgotten to build with DEB_CROSS_INDEPENDENT to also build a cross gcc-4.1-base, see in rules.defs: Hi Arthur, thanks for replying. I haven't built anything. I've just tried to "apt-get install libstdc++6-4.1-dev" on my NSLU2, and it tells me that

Re: Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Arthur Loiret
> I haven't built anything. I've just tried to "apt-get install > libstdc++6-4.1-dev" on my NSLU2, and it tells me that I must also > install g++. Are you telling me you are going to try to use libstdc++-dev without g++? :-) Package: libstdc++CXX_SO`'PV-dev`'LS Depends: BASEDEP, g++`'PV`'TS (=

Re: Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Arthur Loiret
Hello, you might have forgotten to build with DEB_CROSS_INDEPENDENT to also build a cross gcc-4.1-base, see in rules.defs: # when DEB_CROSS_INDEPENDENT is set we build and depend on a # separate -base package for the cross compiler. ifeq ($(DEB_CROSS_INDEPENDENT),yes) with_gccxbase := yes endif

Why must libstdc++-dev depend on gcc?

2007-09-20 Thread Phil Endecott
Dear Experts, It seems that the libstdc++-dev packages depend on a particular version of gcc/g++, e.g. $ dpkg -s libstdc++6-4.1-dev Package: libstdc++6-4.1-dev [snip] Depends: gcc-4.1-base (= 4.1.1-14), g++-4.1 (= 4.1.1-14), libstdc++6 (>= 4.1.1-14), libc6-dev (>= 2.3.6-7) I can understand