automake
[Top][All Lists]
Advanced

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

Bad library name problem with automake-1.4-p2


From: Harlan Stenn
Subject: Bad library name problem with automake-1.4-p2
Date: Wed, 30 May 2001 16:36:06 -0400

I'll make a better report as soon as I can.

The following problem is back:

% make
...
make[2]: Entering directory `/backroom/ntp4/A.whimsy/librsaref'
make[2]: *** No rule to make target `librsaref.a.c', needed by `librsaref.a.o'.
...

Makefile.am:
...
nodist_librsaref_a_SOURCES = \ 
        desc.c \ 
        md2c.c \ 
...

Makefile.in now contains:
...
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
librsaref_a_SOURCES = librsaref.a.c
librsaref_a_OBJECTS =  librsaref.a.o
AR = ar
...

Harlan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]