OK I'm probably an idiot here, but my entire command sequence here is

cd build
bunzip2 -c ../ tigervnc-1.3.0.tar.bz2 | tar xf -
tar xfz ../fltk-1.3.2-source.tar.gz
cd fltk-1.3.2
bash ~/patch-fltk
./configure --prefix=/usr/local/fltk-1.3.2-patched
make
make install
cd ~/build/tigervnc-1.3.0
export PATH=/usr/local/fltk/1.3.2-patched/bin:$PATH
cmake -G "Unix Makefiles"
make

...so I don't understand how or where I'm asking for a statically linked 
binary.  This is my interpretation of the instructions in the BUILDING file.

--
David Mackintosh

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to