urgent

2002-11-02 Thread Markus Chuka
URGENT AND EXTREMELY COMFIDENTIAL Director sir, It is with trust and confidentiality, that I make this urgent and important business proposal to you. It gives me so much enthusiasm to write this letter to you. It is all in a view to soliciting for assis

installing gcc package on potato barebone

2002-11-02 Thread victor
Dear sirs,   I have a question on the titled installation.   I have successfully installed debian 2.2.20 on sparc10 and am now installing the packages one by one from the breakdown of the .iso image binary-sparc-1.iso   (debian 2.2 rev7 at fifi.org).   All I could see are the debian binar

Bug#167439: [fixed in gcc-3.x] stdbool.h broken

2002-11-02 Thread Falk Hueffner
Package: gcc-2.95 Version: 1:2.95.4-12 Severity: normal "bool" from stdbool.h doesn't have proper semantics with 2.95: [EMAIL PROTECTED]:/tmp% cat test.c #include #include int main() { bool b =3D 23; if (b =3D=3D true) puts("good"); else puts("bad"); return 0;