The Following User Says Thank You to m4r0v3r For This Useful Post: | ||
![]() |
2014-10-04
, 22:42
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#2
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
![]() |
2014-10-04
, 22:48
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#3
|
/opt/cross/bin/i486-meego-linux-gnu-ld: cannot find -lvncclient
The Following User Says Thank You to m4r0v3r For This Useful Post: | ||
The first error is an issue with the jpeg dependency:
"/opt/cross/bin/i486-meego-linux-gnu-ld: cannot find -ljpeg"
So removing that the next error is
LIBS += -lz -Llibvnc/libvncclient/.libs -llibvnc/libvncclient/.libs/libvncclient.a
but the libvncclient.a doesn't exist.
Do I actually have to do something to statically link libvnc?