[Libcgi-general] How to use for arm.?
Brought to you by:
rafaelsteil
From: HS8JCV <hs...@gm...> - 2005-05-13 21:33:44
|
I will libcgi for arm linux. How to install it. I try about this. make CC=3Darm-linux-gcc This process complie ok. and cp src/cgi.h /usr/local/arm/2.95.3/arm-linux/include/ cp src/session.h /usr/local/arm/2.95.3/arm-linux/include/ cp src/libcgi.a /usr/local/arm/2.95.3/arm-linux/lib/ cp src/libcgi.so /usr/local/arm/2.95.3/arm-linux/lib/ and I try complie sourcecode in example/simple_form/ with make CC=3Darm-linux-g= cc I not complete.It show about this. arm-linux-gcc -Wall -lcgi form1.c -o ./form1.cgi /usr/local/arm/2.95.3/arm-linux/lib/libcgi.so: undefined reference to `va_c= opy' collect2: ld returned 1 exit status make: *** [all] Error 1 why. How to install it for arm-linux. best regard X@ARM |