home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!fub!geminix.in-berlin.de!zikzak!amk
- From: amk@zikzak.in-berlin.de (Andreas M. Kirchwitz)
- Newsgroups: de.comp.sys.amiga.misc
- Subject: Re: Initialisierung, C-Experte gesucht
- Message-ID: <u3hor*6+1@zikzak.in-berlin.de>
- Date: Wed, 22 Jul 1992 10:09:02 GMT
- Reply-To: amk@zikzak.in-berlin.de (Andreas M. Kirchwitz)
- References: <1992Jul10.204019.337@cs.tu-berlin.de> <sticht.0786@edith.deg.sub.org>
- <sgilr*PJ1@zikzak.in-berlin.de> <sticht.07b6@edith.deg.sub.org> <zYMmr*bR1@zikzak.in-berlin.de>
- <3671@babylon.rmt.sub.org>
- Organization: Department of Fun & Games
- X-Newsreader: Arn V1.00 beta rel2
- Lines: 26
-
- > > Link das Programm zusaetzlich mit SMALLDATA. Du wirst ein
- > > defektes Executable erhalten :-(
- >
- > Das kann ich nicht reproduzieren:
-
- Hmpf, anscheinend ist das vorm Source abhaengig:
- Probier mal folgendes (aehnliches Problem):
-
- #include <stdio.h>
- #include <stdlib.h>
-
- int main(int argc, char *argv[])
- {
- char text[] = "Hello World\n";
- printf(text);
- exit(10);
- }
-
- Keine Optionen: lc test.c
- blink FROM LIB:cres.o test.o TO test LIB LIB:lc.lib SC SD ND
-
-
- Auf dem A3000 kommt eine Art "Memory Dump" beim printf(), auf anderen
- Systemen ist das Programm wohl gar nicht erst ausfuehrbar...
-
- Daher auch meine Skepsis gegenueber der Warning... Andreas
-