Re: debugging a make/dependency issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The first thing to do is reconfigure, as that will regenerate the
Makefile.

Otherwise, the thing I can think of is if someone mixed up INCLUDE and
SOURCE in a build.info.  The following in crypto/bn/build.info
would probably generate that kind of fault:

    SOURCE[../../libcrypto]=../include

The correct line would be:

    INCLUDE[../../libcrypto]=../include

(or well, if there's a '../include' somewhere in a SOURCE directive,
it should be removed)

Cheers,
Richard

On Tue, 04 Jun 2019 22:12:09 +0200,
Salz, Rich via openssl-users wrote:
> 
> 
> I am importing some code into openssl and getting a strange build error:
> 
> make[1]: *** No rule to make target 'crypto/bn/crypto/include.o', needed by 'libcrypto.a'.  Stop.
> 
> Any common ideas on what to look for (e.g., missing header file, wrong INCLUDE settings in
> build.info, etc) ?
> 
> 
-- 
Richard Levitte         levitte@xxxxxxxxxxx
OpenSSL Project         http://www.openssl.org/~levitte/



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux