libtool
[Top][All Lists]
Advanced

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

bug in 1.5 branch?


From: Benjamin Reed
Subject: bug in 1.5 branch?
Date: Tue, 17 Aug 2004 17:04:15 -0400

I'm trying to build aRts using the 1.5 branch (as of a day or two ago)
on Mac OS X, and when I build it gives this error:

---(snip!)---
10-0-4-104:/sw/build/arts-1.3.0-1/arts-1.3.0 root# make -j1
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
cd ./flow/ && make artsflow.cc
../mcopidl/mcopidl -t ../flow/artsflow.idl
dyld: /sw/build/arts-1.3.0-1/arts-1.3.0/mcopidl/.libs/mcopidl can't
open library: /sw/lib/libmcop.1.dylib  (No such file or directory,
errno = 2)
make[1]: *** [artsflow.cc] Trace/BPT trap
make: *** [flow/artsflow.cc] Error 2
---(snip!)---

when I edit the mcopidl script to print out DYLD_LIBRARY_PATH, it says:

DYLD_LIBRARY_PATH =
/sw/build/arts-1.3.0-1/arts-1.3.0/mcopidl/./mcop/.libs:/sw/lib

it *should* be /sw/build/arts-1.3.0-1/arts-1.3.0/mcopidl/../mcop/.libs:/sw/lib
(two dots instead of one).

mcopidl's Makefile.am looks like this:

---(snip!)---
bin_PROGRAMS = mcopidl

mcopidl_SOURCES = mcopidl.cc yacc.cc scanner.cc namespace.cc
mcopidl_LDFLAGS = $(all_libraries)
mcopidl_LDADD = ../mcop/libmcop.la
---(snip!)---

...so it's doing the right thing, just somehow it's getting the wrong
path to mcop's .libs directory.  Any ideas?




reply via email to

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