Re: Debian Project Leader election 2022: Second call for votes

2022-04-09 Thread Dale Martin
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> - - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
> 8802d270-eac5-4cbe-b2f4-1c4e4bba968f
> [ 3] Choice 1: Felix Lechner
> [1 ] Choice 2: Jonathan Carter
> [ 3] Choice 3: Hideki Yamane
> [ 2] Choice 4: None Of The Above
> - - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
> 
> - --
> -BEGIN PGP SIGNATURE-
> 
> iQIzBAEBCAAdFiEEF+8H5vWenz4W4MCiWexD1lJGUIsFAmJRocgACgkQWexD1lJG
> UIux7Q/7BPhGtHy1VBHHKQ9RTzBPHh3BNLBGleqjX00ErEqwn+UDua+xcDVeSZTj
> Ejuj1G5SMqqyL3wTevy4YqnaxKOOuggNXpF/LmARtVNUQ/jinTlOW6njsUk5dPFg
> itKBedWvMMZRFqF/BZFLIpE9HYParC8dKfXP/c2MXVkO+OZAb8iAcxcgZiC4fMp0
> 5mEQ3SFkItCkALcUU2pBQmtOPFrsvOiqJojuqOPcP8BWsi1/alVBONzSWzf54rjl
> 9sPwqG7xmM3t3TwcZ0hXgBr+2UDUa+Mtj4A/0/0jsIM2fesSNQPIn+FdwoFWLEPn
> l5brV50lWT2KJkXEeAwFCmxCdTZoXh+WmSi7YiDENAkb8ofQZsFFd9gm+CGftVmC
> YW5w3LvafrU/rZAd1PRptlIp43urddhquqquE4ZE9LUjC5EZol8SJ1210wMOs0I1
> Y8LHqpRRXae/pkCFb3K0ep3lIERnmxVJVK41nvWPf0Z/XP52/1IxsVFotEeK0UXu
> 9TfaxeFYU2GA+/hbjpPEWtwkh58tXsxiX0tIJF4ps9PjmMcdNkNbTnzO59TFd3YP
> /DbMDxShBaUp2vpkYC/pZWu4OcHUMipL5TaOxQtUgD8u+NdXJOLleeAlaLrh57Zi
> 2VrKkuAhKjvoM2TUiKHFhqj3LamP9FRgTaKurgRFtA/n4+vk+28=
> =H5z8
> -END PGP SIGNATURE-



Re: gcc help

1998-06-25 Thread Dale Martin
Chris Massam [EMAIL PROTECTED] writes:

 I'm new to the list,=20
 
 I just installed debian 2, which went through fine, now however when I =
 try and compile anything it says gcc is broke.
 
 when running configure scripts some of them report that gcc cannot =
 create executables.
 
 Anyone else had this kinda problem??
 
 Thanks for any info in advance.
 
 Bel

Post the error message from trying to compile something like:

#include stdio.h

int main( int argc, char *argv[] ){
  printf(Hello, world!\n);
}

My guess is that you need to install libc6-*-dev, where the * depends on
what version of libc6 you have available.  Without an error message it's
hard to debug.

Later,
Dale

+  finger for pgp public key  -+
| Dale E. Martin | University of Cincinnati Savant Research Laboratory |
| [EMAIL PROTECTED]| http://www.ececs.uc.edu/~dmartin   |
+--+


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [?] egcs increases C++ binary size dramatically

1998-04-08 Thread Dale Martin
[EMAIL PROTECTED] (Falk Hueffner) writes:

 It seems that programs are larger even if they do not use exceptions
 at all (possibly even C programs). For those, it seems totally
 resonable to disable exceptions. It should probably even added to the
 policy, since it saves space.
 
   Falk

That would make it unsafe to link code that has exceptions to libraries
that don't support compiled in.  (There is code added to be able to safely
unwind the stack, even if the library in question doesn't have any
exception code in it.)

Later,
Dale
-- 
+  finger for pgp public key  -+
| Dale E. Martin | University of Cincinnati Savant Research Laboratory |
| [EMAIL PROTECTED]| http://www.ececs.uc.edu/~dmartin   |
+--+


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#4395: -ggdb flag doesn't work with gcc

1996-09-04 Thread Dale Martin
The -ggdb flag is supposed to give extra debugging info to gdb.  I've
used it on Solaris, and under RedHat Linux.  When I try to use it on
my Debian box, however, I get:

~/test/c gcc -ggdb hello.c
ld: cannot open -lg: No such file or directory

Using locate, I can't find a libg.a.  On a RedHat install, this
library is found in /usr/lib/libg.a.  Thanks for any info on this
problem.

Dale Martin

++
| Dale E. Martin - University of Cincinnati Computer Architecture Laboratory | 
| [EMAIL PROTECTED]  |   http://www.ece.uc.edu/~dmartin| 
++