gEDA-user: PCB compilation wipeout on OpenBSD
Jeff Webb
jeff.webb at nta-inc.net
Tue Jul 11 14:11:30 EDT 2006
Karel Kulhavy wrote:
>>>> I wonder
>>>> what the error is. You might try GNU make for building and see if that
>>>> does any better. I just added that to the INSTALL notes because I
>>>
>>> I already have alias make=gmake
>>>
>> really? The log you sent didn't quite look like GNU make output. Does
>> 'make --version' tell you anything interesting? (like GNU vs not GNU)?
>> Either way, the circular dependency bug has been fixed in cvs.
>
> clock at kestrel:~/links-current$ make --version
> GNU Make 3.80
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
Does the build process invoke sub-makes (make -C subdir)? In that case, your alias command would cause "gmake" to be invoked on the command line, but any sub-makes would not be aliased, and use the "make" program that is in your path. Maybe I'm missing something, but this would explain the discrepancy.
-Jeff
More information about the geda-user
mailing list