Example, what does not work with i386-tcc from current mob.
(on x86_64 linux)

error: include file 'curses.h' not found

Installed by the package manager in /usr/include/curses.h
Workaround for tcc: -I/usr/include

error: library 'curses' not found
Installed by the package manager in /usr/lib/i386-linux-gnu/libcurses.so


On my xubuntu, the installed package is: libncurses-dev:i386

I used the example from "Writing Programs with NCURSES"
(ncurses-intro.pdf) in the section "Using the library"



Am 06.01.24, 13:53 schrieb grischka via Tinycc-devel <tinycc-devel@nongnu.org>:
On 06.01.2024 01:10, Detlef Riekenberg via Tinycc-devel wrote:
>
> Of course, there might be more issues in 0.9.28rc....
> As example, "i386-tcc" on a x86_64 linux machine
> is missing additional search dirs:

Can we see the output of "i386-tcc -vv" ?

> include: "/usr/i686-linux-gnu/include"
> lib: "/usr/i686-linux-gnu/lib"
> crt: "/usr/i686-linux-gnu/lib"
>
> (there are no "crt*.o" files, "libc*" files and similar
> in "/usr/lib/i386-linux-gnu")

>
>
> Please do a release.
> Please ....
> Please .................


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to