Snoop1990
2008-04-07 14:59:50 UTC
Hey,
I downloaded the source code via cvs but now I do not know what to do !
I extracted the package and entered via terminal !
Then I run "make -o makefile.osx" to compile xrdp but I 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
So I tried "make -C vnc -o makefile.osx" but I still get
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: *** [libvnc.so] Error 1
I would be very pleased if you can help me to fix this Error ! I do
not understand it !
Thank you very much for help !
Regrades
Snoop 1990
snoop1990.co.cc
***@gmx.net
I downloaded the source code via cvs but now I do not know what to do !
I extracted the package and entered via terminal !
Then I run "make -o makefile.osx" to compile xrdp but I 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
So I tried "make -C vnc -o makefile.osx" but I still get
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: *** [libvnc.so] Error 1
I would be very pleased if you can help me to fix this Error ! I do
not understand it !
Thank you very much for help !
Regrades
Snoop 1990
snoop1990.co.cc
***@gmx.net