cp -nv  =>  no file overwrite

Our ftgl is different from the ftgl in the distributions. You must
overwrite it to use it.



Em qua., 2 de fev. de 2022 às 11:22, Pete Lomax via Iup-users <
iup-users@lists.sourceforge.net> escreveu:

> I was also thinking about adding a new /etc/ld.so.conf.d/iup.conf
> containing /usr/lib64 (ie a simple ten byte text file),
> and running sudo ldconfig and rebooting immediately after running the
> install scripts, might be a good suggestion?
> On Wednesday, 2 February 2022, 02:57:59 GMT, Pete Lomax via Iup-users <
> iup-users@lists.sourceforge.net> wrote:
>
>
> 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
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to