tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Include non-standard library


From: Christian Jullien
Subject: Re: [Tinycc-devel] Include non-standard library
Date: Tue, 4 Oct 2016 20:10:06 +0200

What about?
tcc -I C:/foo prog.c

-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of Chen, Xianwen
Sent: mardi 4 octobre 2016 19:08
To: address@hidden
Subject: [Tinycc-devel] Include non-standard library

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

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




reply via email to

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