Bug#1065359: libstdc++-13-dev: missing libstdc++_libbacktrace.a for stacktrace

2024-03-03 Thread Marius Mikucionis
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_

Bug#812858: g++-5: C++ segfault when cross-compiling for -m32 -static

2016-01-27 Thread Marius Mikucionis
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

Bug#631926: /usr/bin/ld: cannot find -lgcc_s

2011-06-28 Thread Marius Mikucionis
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

Bug#631926: /usr/bin/ld: cannot find -lgcc_s

2011-06-28 Thread Marius Mikucionis
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

Bug#418565: libgfortran1: broken version dependencies, impossible to install

2007-04-10 Thread Marius Mikucionis
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

Bug#291374: gcc-3.3: found a duplicate of this bug

2005-01-21 Thread Marius Mikucionis
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 (

Bug#291374: g++-3.3: nested struct with arrays initialisation asked for bugreport

2005-01-20 Thread Marius Mikucionis
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