Bug#1027065: marked as done (GM2 does not compile "Hello, world!")

2024-07-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Jul 2024 15:35:35 + with message-id and subject line Bug#1076503: Removed package(s) from unstable has caused the Debian Bug report #1027065, regarding GM2 does not compile "Hello, world!" to be marked as done. This means that you claim that the proble

Bug#1027065: GM2 does not compile "Hello, world!"

2022-12-27 Thread Ioann
Package: gm2-10 Version: 102.1-6 $ cat hello.mod FROM StrIO IMPORT WriteString, WriteLn; BEGIN WriteString('hello world'); WriteLn END hello. $ gm2 hello.mod /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/m2/m2pim/libm2pim.so: undefined reference to `RTco_select' /usr/bin/l

Bug#934192: marked as done (gdc compile hello world fails compiler-internal err msg)

2020-05-14 Thread Debian Bug Tracking System
Your message dated Thu, 14 May 2020 15:32:42 +0200 with message-id <6e77f4fd-0e4f-3c31-1e23-60ca46934...@debian.org> and subject line closing issue, reported for GCC 4.6 has caused the Debian Bug report #934192, regarding gdc compile hello world fails compiler-internal err msg to be marked a

Bug#934192: gdc compile hello world fails compiler-internal err msg

2019-08-07 Thread Cecil Ward
Package: gdc Version: 4:6.3.0-4 Severity: important Dear Maintainer, entering a minimal hello world d src file, gdc -O3 -frelease then fails with internal compiler error msg. my system : -- A raspberry pi 3B+ running raspbian stretch 32-bit with a containerised guest o/s inside it using

hello

2008-05-05 Thread Munteanu Olimpiu Andrei
You seem to be the maintainer of the package: http://packages.debian.org/sid/libffi4 depends of gcc-4.3-base/4.3.0-3 gcc-4.3-base has been updated to version 4.3.0-4 recently, and libffi blocks several important packages like: deluge-torrent (official debian package) compiz-fusion-all /

Bug#406550: Hello

2007-09-08 Thread Hírlevél Szolgálat
Szia! Találtam egy jó letöltő oldalt legolcsóbb, és nagy tartalom van rajta Filmek, Játékok, Zenék stb... http://speed-ware.no-ip.org Bocsi a zavarásért. Szia, Dóri U.i: én már töltök!. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#421252: marked as done (Hello says `goodbye')

2007-08-23 Thread Debian Bug Tracking System
Your message dated Fri, 24 Aug 2007 01:46:30 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#421252: Hello says `goodbye' has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it

Bug#421252: Hello says `goodbye'

2007-04-27 Thread B. Lazarov
Package: gfortran Version:4.1.1-21 When I try to compile lapack 3.1.1 from netlib I am getting serious errors in the testing routines. These problems does not exists in SUSE 10.1 with gfortran 4.1.0. I tried also to install different versions of gcc/gfortran and compile lapack with the

!!!!!!HELLO COMPANY REPRESENTATIVE NEEDED URGENTLY!!!!!!

2007-01-08 Thread HALLIBURTON INTERNATIONAL
HALLIBURTON INTERNATIONAL IMPORT AND EXPORT COMPANY Halliburton International is a company based in the United Kingdom. We are into raw materials import and export into America,Canada and South American Countries. We need representatives who can help us establish a medium of getting to our

Re: hello,what is the gcc problem? etch gcc 4.1 no stdio.h?

2006-10-12 Thread Adam D. Barratt
Hi, On Thu, 2006-10-12 at 05:58 -0400, lantian ai wrote: > grandi:~# cat hello.c > #include > int main() > { > printf("hello world\n"); > } > grandi:~# gcc -o hello hello.c > hello.c:1:19: error: stdio.h: No such file or directory > hello.c: In

hello,what is the gcc problem? etch gcc 4.1 no stdio.h?

2006-10-12 Thread lantian ai
grandi:~# cat hello.c #include int main() { printf("hello world\n"); } grandi:~# gcc -o hello hello.c hello.c:1:19: error: stdio.h: No such file or directory hello.c: In function 'main': hello.c:4: warning: incompatible implicit declaration of built-in function '

Bug#192135: Fw[60]: Hello Wed, 08 Feb 2006 15:53:46 +0200 [EMAIL PROTECTED]

2006-02-08 Thread Mark Williams
Do You have enough pwoer to provide your patrner high quality SE-X on St. Valentine day? Get a MOONSTER pwoer, nothing can bring your ererction down! Show your partner the PWOER of your LOEV and she will always remember You. Loev will ALWAYS be associated with YOU! Your order will be PRI

Hello,

2005-02-18 Thread Mrs Kaiser
Heyyy, it's me Sarah... husband left me home alone I have a on-line profile you can check it out...if you want, we can have a= date and get to know each other much closer http://sssmama.com/d/b/8.php -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: Hello and some toolchain questions

2004-07-12 Thread Jeff Bailey
On Fri, 2004-07-09 at 16:24, Nikita V. Youshchenko wrote: > Shouldn't we have some sort of coordination on debian cross-toolchain > related works? Probably, but these are really quite minor patches. > It's great that different people contribute and bugs are getting fixed, I > really appreciate

Re: Hello and some toolchain questions

2004-07-09 Thread Nikita V. Youshchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Fri, 2004-07-09 at 12:39, Erik Andersen wrote: > > gcc uses glibc internals when compiling libstdc++, and must be > > taught to use uClibc instead. gcc patches are available from > > uclibc.org, > > I applied those patches to gcc 3.3.4 stock and

Re: Bug? can't compile hello world

2001-12-22 Thread Phil Edwards
On Sat, Dec 22, 2001 at 08:20:38AM +0100, J.H.M. Dassen (Ray) wrote: > On Fri, Dec 21, 2001 at 23:34:20 -0500, Aaron Bentley wrote: > > [EMAIL PROTECTED]:~/programming$ g++ -V 3.0.2 hello.cpp > > Do "g++-3.0 hello.cpp" instead. Also, if you're using the "new-style" headers, you need to call std::

Re: Bug? can't compile hello world

2001-12-22 Thread J.H.M. Dassen \(Ray\)
On Fri, Dec 21, 2001 at 23:34:20 -0500, Aaron Bentley wrote: > [EMAIL PROTECTED]:~/programming$ g++ -V 3.0.2 hello.cpp Do "g++-3.0 hello.cpp" instead. HTH, Ray -- Brought to you by Microsoft .NOT technology: just say No.

Bug? can't compile hello world

2001-12-21 Thread Aaron Bentley
Hi there, I've installed the g++-3.0 package (and everything it depends on, of course), and I can't compile a hello world program. Everything works fine when I compile with 2.95. I think this must be a bug. . . Here's the code: -- #include int main(void) { printf(

Hello

2001-09-10 Thread Brian Elias
Dear Neighbor: I'm having a tax problem and I want you to be the beneficiary instead of the IRS... My business has had a phenomenal year so far in 2001. In fact, we've done so well I'm probably going to pay 2½ times more corporate taxes than I did last year. And if we make any

Hello

2001-09-04 Thread Brian Elias
Dear Neighbor: I'm having a tax problem and I want you to be the beneficiary instead of the IRS... My business has had a phenomenal year so far in 2001. In fact, we've done so well I'm probably going to pay 2½ times more corporate taxes than I did last year. And if we make any

Hello

2001-09-04 Thread Brian Elias
Dear Neighbor: I'm having a tax problem and I want you to be the beneficiary instead of the IRS... My business has had a phenomenal year so far in 2001. In fact, we've done so well I'm probably going to pay 2½ times more corporate taxes than I did last year. And if we make any

Hello, your friend recommended openxxx to you

2001-07-14 Thread friends
You have been invited to check out this adult site by one of your friends who visited us. our URL is http://www.openxxx.net/ enjoy, OpenXXX TEAM 2001