This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bad library name problem with automake-1.4-p2


Hi Harlan,

Don't forget that 1.4-p2 is simply a branch of the 2 year old 1.4 with a 
small number of commonly reported bugs fixed.  If the fault you are seeing 
was fixed in mainline CVS after 1.4 was released, you could backport that fix 
to branch-1-4 in case 1.4-p3 arrives before 1.5 =)O|

Cheers,
	Gary.

On Wednesday 30 May 2001  9:36 pm, Harlan Stenn wrote:
> 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

-- 
  ())_.  Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist  http://www.oranda.demon.co.uk        ,_())____
  / )=   GNU Hacker          http://www.gnu.org/software/libtool   \'      `&
`(_~)_   Tech' Author        http://sources.redhat.com/autobook    =`---d__/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]