The iup install script (two lines below "# Do NOT overwrite for FreeType", 
3.29) contains

  #cp -fv $1libftgl.so $TEC_SYSTEM_LIB 

should that instead be 

  cp -nv $1libftgl.so $TEC_SYSTEM_LIB 

In fact I ended up having to do 'sudo cp iup/ftgl/lib/Linux54_64/libftgl.so 
/lib/x86_64-linux-gnu'
to get it to work. Note that last part c/should be /usr/lib64 and at one point 
actually was, and I 
am the exact opposite of experienced in these strange matters.


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to