[Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 30 17:38:54 CET 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69874

--- Comment #6 from Shriram V <shri314 at yahoo.com> ---
bin_PROGRAMS = abc
abc_SOURCES  = sub/main.c sub/abc.c

When you set subdir-objects, it always creates object files in the same dir as
the source file. E.g: sub/main.o, sub/abc.o

So, its working as expected, however this is BROKEN when I configure under a
different directory. Eg: mkdir config1; cd config1; ../configure. I expect all
*.o in a parallel hierarchy under config1, but with subdir-objects it is still
creating object files alongside the source. Effectively then we can't anymore
have multiple coexisting configurations.

Let me know if this has some workaround, (or if my understanding is wrong).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131030/3501e38e/attachment.html>


More information about the mesa-dev mailing list