31 Oct
2008
31 Oct
'08
7 p.m.
Hello,
i have to try compile some programs under grml 1.1. After running make, i become some error messages memset was not declared in this scope.
any ideas wht to do? google shows a bug in the gcc, but nothing what to do, to fix that.
Regards.
Dietmar
31 Oct
31 Oct
6:38 p.m.
Dietmar Segbert wrote:
i have to try compile some programs under grml 1.1. After running make, i become some error messages memset was not declared in this scope.
either user an older compiler e.g gcc 4.1 or add #include <string.h> to the code where it is missing.
any ideas wht to do? google shows a bug in the gcc, but nothing what to do, to fix that.
no gcc bug, just broken code.
michael
6463
Age (days ago)
6463
Last active (days ago)
1 comments
2 participants
Teilnehmer (2)
-
didi.segbert@arcor.de -
Michael Gebetsroither