[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: Make fails on OSX
From: |
Werner LEMBERG |
Subject: |
[Groff] Re: Make fails on OSX |
Date: |
Thu, 03 Jun 2004 08:34:38 +0200 (CEST) |
> On MacOS X 10.2.8, configure runs into trouble just finding libXaw,
> even though it's where it should be:
I forgot to intialize the proper compiler flags before the check.
> [...] and there's no completed Makefile in src/devices/xditview --
> so what's the deal?
Normally, there is just Makefile.sub. If you want a real Makefile in
this directory for testing purposes (to avoid recursion over all other
directories), say
make subdir_Makefile subdir=src/devices/xditview
in the top directory.
Werner