tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Include non-standard library


From: Chen, Xianwen
Subject: [Tinycc-devel] Include non-standard library
Date: Tue, 4 Oct 2016 19:08:14 +0200

Dear developers,

I would like to include a library that is not in standard path under Windows.
Say it's located in C:\foo\bar.h

I tried to compile the prog.c file by
tcc -Idir C:\foo prog.c
. However, I was told
tcc: error: file 'C:\foo' not found.

I understand that it's a simple question. However, after reading the
tcc-doc.html I was not able to find a solution. I will appreciate your
help.

Warm regards,

Xianwen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]