[ CnUnix ] in KIDS 글 쓴 이(By): basalt (조현무) 날 짜 (Date): 1994년10월31일(월) 14시20분19초 KST 제 목(Title): [Q] 왓콤 C에서 ... Watcom c 9.01 컴파일러를 사용하여 수치계산 프로그램을 짜는데요... 프로그램을 돌리면 정상적으로 계산이 되거든요... 그런데 컴파일,링크할때 다음과 같은 경고메세지가 나와요... 메모리가 부족하다는데 무슨 말인지요.... 제 PC는 486DX2-66에 16M 램이 있고요... 도스의 mem명령으로 메모리를 보면 기본메모리가 544K 정도 남아 있어요.. 물론 Himem.sys를 사용하고 확장메모리는 14M정도 있구요... 혹시 Watcom c 를 사용해 보신 분이 계시면 가르쳐주세요... 다음이 그 메세지입니다.... C:\> wcl386 testinit.c WATCOM C 386 Compile and Link Utility Version 9.01 Copyright by WATCOM Systems Inc. 1988, 1992. All rights reserved. WATCOM is a trademark of WATCOM Systems Inc. wcc386 testinit.c WATCOM C 386 Optimizing Compiler Version 9.01 Copyright by WATCOM Systems Inc. 1984, 1992. All rights reserved. WATCOM is a trademark of WATCOM Systems Inc. testinit.c: 395 lines, included 296, 0 warnings, 0 errors testinit.c(95): Information I2000: Not enough memory to fully optimize ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ procedure 'cseg3d' ^^^^^^^^^^^^^^^^^ 위의 메세지가 무슨 말인지요.... Code size: 5846 WATCOM Linker Version 8.0 Copyright by WATCOM Systems Inc. 1985, 1992. All rights reserved. WATCOM is a trademark of WATCOM Systems Inc. loading object files searching libraries creating an OS2 flat model executable 그럼 미리 감사... |