View Single Post
Old 10-30-2018, 02:17 PM   #110
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
@NiLuJe, I understand that

but a shared compile expectedly gives
Code:
[root@kindle tcc]# tcc -Iinclude -Iinclude/freetype2/freetype -Iinclude/freetype2 -Iinclude/fbink -L/mnt/us/linkfonts/lib/autohint -lfreetype -L/mnt/us/usbnet/bin -lfbink -o  fbinkpantspatrol fbinkpantspatrol.c
tcc: undefined symbol 'fbink_init'
tcc: undefined symbol 'fbink_print_raw_data'
and a static compile seems to now need a static freetype lib
Code:
[root@kindle tcc]# tcc -Iinclude -Iinclude/freetype2/freetype -Iinclude/freetype2 -Iinclude/fbink -L/mnt/us/linkfonts/lib/autohint -lfreetype -L/mnt/us/usbnet/bin -lfbink -static -o  fbinkpantspatrol fbinkpantspatrol.c
tcc: cannot find -lfreetype
I don't want to hijack the thread with C compilation noobe stuff. Lemme learn more. Go in peace for now.

Last edited by PoP; 10-30-2018 at 02:19 PM. Reason: j -> J
PoP is offline   Reply With Quote