Package: libstdc++-13-dev
Version: 13.2.0-13
Severity: normal
Dear maintainer,
I'm trying a stacktrace feature from C++23:
g++-13 can compile my program because is present,
but fails to link with errors:
undefined reference to `__glibcxx_backtrace_create_state'
undefined reference to `__glibcxx_
Package: g++-5
Version: 5.3.1-7
Severity: important
Dear Maintainer,
I cannot compile static binaries of C++ programs for 32bit architectures.
Here is my program:
#include
int main(){
std::cout << "Hello test" << std::endl;
return 0;
}
I compile like this:
g++-5 -m32 -static -ggdb test.cp
On Tue, Jun 28, 2011 at 1:11 PM, Matthias Klose wrote:
> On 06/28/2011 12:54 PM, Marius Mikucionis wrote:
> > Package: gcc-4.5
> > Version: 4.5.3-3
> > Severity: important
> >
> > Basically after recent upgrade I cannot compile anything.
>
> update to gcc-4
Package: gcc-4.5
Version: 4.5.3-3
Severity: important
Basically after recent upgrade I cannot compile anything.
Here is a simple procedure:
Get a small C program (there is nothing special about it):
$ wget "http://burtleburtle.net/bob/c/jenny.c";
Compile:
$ gcc-4.5 jenny.c
/usr/bin/ld: cannot
Package: libgfortran1
Version: 4.1.1-21
Severity: important
while doing "apt-get install libgfortran1":
The following packages have unmet dependencies:
libgfortran1: Depends: gcc-4.1-base (= 4.1.1-21) but 4.1.2-1 is to be
installed
then "apt-get install libgfortran1 gcc-4.1-base=4.1.1-21" sug
Package: gcc-3.3
Version: 1:3.3.5-6
Followup-For: Bug #291374
it's actually already in gcc bugzilla:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18926
sorry...
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (
Package: g++-3.3
Version: 1:3.3.5-6
Severity: normal
g++ choke-up on the following code and asked for bugreport.
The code is not neccesserelly correct, but I could not work arround it
(I want to initialize an array of strings in structure).
struct mystruct {
int i;
char* s[];
};
struct myst
7 matches
Mail list logo