mw.....0.89pre8_arm_xscale 를 이용해서

컴파일 하는데요..

걍 풀어서 하면 컴파일도 잘 되고 마이크로 윈도우도 잘 뜹니다..

####################################################################
#
# Libraries to build: microwin, nano-X, nanowidget, object frameworks
#
####################################################################
MICROWIN = Y
NANOX = Y
SHAREDLIBS = N
OBJFRAMEWORK = N

이렇게 NANOX 를 Y 했더니..


다음과 같은 에러가 납니다..

mpiling clientfb.c ...
Compiling nxproto.c ...
Compiling error.c ...
error.c: In function `GdError':
error.c:22: warning: implicit declaration of function `strlen'
Compiling nxdraw.c ...
Compiling nxutil.c ...
Creating library /project/ez-x5/test/microwindows-
0.89pre8_arm_xscale/src/lib/libnano-X.a ...
Compiling srvmain.c ...
Compiling srvfunc.c ...
Compiling srvutil.c ...
Compiling srvevent.c ...
Compiling srvclip.c ...
Compiling srvnet.c ...
srvfunc.o(.text+0x2740): In function `GrDrawImageFromBuffer':
: undefined reference to `GdDrawImageFromBuffer'
srvfunc.o(.text+0x275c): In function `GrLoadImageFromBuffer':
: undefined reference to `GdLoadImageFromBuffer'
srvfunc.o(.text+0x27c0): In function `GrLoadImageFromBuffer':
: undefined reference to `GdFreeImage'
collect2: ld returned 1 exit status
make[1]: *** [/project/ez-x5/test/microwindows-
0.89pre8_arm_xscale/src/bin/nano-X] Error 1
make: *** [subdirs] Error 2
[root@ppp src]#

아고 이 프로젝트 내일까지 해가야 하는데. 클났네염..

좀 알려주세요~!!