[ CnUnix ] in KIDS 글 쓴 이(By): majesty (Bang, B.J.) 날 짜 (Date): 1994년11월14일(월) 20시30분13초 KST 제 목(Title): X11R6를 인스톨하기 ? X11R6를 인스톨하려고 합니다. X11R6의 인스톨 가이드를 보면 Solaris 5.3을 지원하는 것으로 나와 있습니다. 그런데 제가 가지고 있는 컴파일러가 C++ 3.0입니다. 그래서 CC로 컴파일을 하면 에러가 나옵니다. 에러는 다음과 같이 나옵니다. 도움바랍니다. cd ./config/imake; make -f Makefile.ini BOOTSTRAPCFLAGS="-DSVR4" clean; make -f Makefile.ini BOOTSTRAPCFLAGS="-DSVR4" rm -f ccimake imake.o imake rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* making imake with BOOTSTRAPCFLAGS=-DSVR4 CC -o ccimake -DSVR4 -O -I../../include ccimake.c "ccimake.c", line 44: Error: The function write must have a prototype."ccimake.c", line 45: Error: The function exit must have a prototype. "ccimake.c", line 46: Warning (Anachronism): main() is expected to return a value. "ccimake.c", line 46: Note: Type "CC -migration" for more on anachronisms. 2 Error(s) and 1 Warning(s) detected. |