This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC compliing from archived sources


Hi Stulov,

> Can compiler use project sources packed in archive?

I think the answer depends on your OS.

If your OS can mount archives as volumes, then the answer is yes.

If your OS cannot mount archives as volumes, then the answer is no.

The compiler would be oblivious that the project sources are packed in an
archive.  If the archive is read-only, you'd be responsible for telling the
compiler to put the output in a suitable output target directory.

Sincerely,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]