libtool
[Top][All Lists]
Advanced

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

FAIL: demo-make.test


From: Patrick Welche
Subject: FAIL: demo-make.test
Date: Mon, 12 Mar 2001 19:08:14 +0000
User-agent: Mutt/1.2i

Using source updated Mar 12 11:42 GMT on NetBSD-1.5S/i386 I have a few
failed tests. In directory tests running demo-conf.test then demo-make.test
gives...

creating hell
/bin/sh ./libtool --mode=link gcc  -g -O2   -o hell.static -static main.o 
libhello.la 
gcc -g -O2 -o hell.static main.o  ./.libs/libhello.a -lm
gmake: *** No rule to make target `helldl', needed by `all-am'.  Stop.


In demo/Makefile:

BUILD_helldl = helldl
bin_PROGRAMS = hell hell.static $(BUILD_helldl)
helldl_SOURCES = dlmain.c
helldl_LDFLAGS = -export-dynamic -dlpreopen libhello.la
helldl_DEPENDENCIES = libhello.la

etc, so I don't really see why...

Is it worth trying the multi-language-branch instead?

Cheers,

Patrick



reply via email to

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