Compile on Mac OS X.5 Leopard
Status: Beta
Brought to you by:
jsorg71
I get the following error:
I type : "make" and get :
make -C vnc
gcc -Wall -O2 -I../common -fPIC -c -o vnc.o vnc.c
gcc -Wall -O2 -I../common -fPIC -c -g ../common/os_calls.c
gcc -Wall -O2 -I../common -fPIC -c -g ../common/d3des.c
gcc -shared -o libvnc.so vnc.o os_calls.o d3des.o -ldl
Undefined symbols:
"_main", referenced from:
start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [libvnc.so] Error 1
make: *** [base] Error 2
Please help !