[aspectc-user] Compilation issues
Olaf Spinczyk
olaf at ivs.cs.uni-magdeburg.de
Thu Aug 8 20:24:12 CEST 2002
Hi,
On Thursday, 8. August 2002 11:52, you wrote:
> Dear all,
>
> How do I compile a set of files spread over a few directories. Like for
> example we have,
>
> Parent Directory
>
> |--------Child 1----------Some header files
> |
> |
> |--------Child 2----------Some source files
>
> I go to the parent directory and say ac++ -p . ./out-files -Iinc -v9
>
> It doesn't work. How do I compile in such a case?
>
> Thanks in advance
> Murali
You can specify more than one input and output directory. Normally,
ac++ -p child1 child1-out -p child2 child2-out -I...
should work in your case.
Yours,
Olaf
More information about the aspectc-user
mailing list