Hi Daniel,

Daniel Macks wrote:

> Are there any DYLD* env variables being set? What's the actual
> compiler command that leads to the missing-symbols error message?

I have not set any DYLD* env variables myself.

Would it help if I posted the whole configure and make process?

d.

macumbista:/usr/src/blop-0.2.8 derek$ sudo ./configure 
--with-ladspa-prefix=/usr/local -with-libintl-prefix=/sw 
--with-libiconv-prefix=/sw
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether NLS is requested... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /sw/bin/xgettext
checking for msgmerge... /sw/bin/msgmerge
./configure: line 1999:   111 Trace/BPT trap          $GMSGFMT 
--statistics /dev/null >/dev/null 2>&1
found gmsgfmt program is not GNU msgfmt; ignore it
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... powerpc-apple-darwin8.7.0
checking host system type... powerpc-apple-darwin8.7.0
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... -L/sw/lib -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -L/sw/lib -lintl -liconv -lc
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /usr/local/include/ladspa.h usability... yes
checking /usr/local/include/ladspa.h presence... yes
checking for /usr/local/include/ladspa.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for strdup... yes
checking for sinf... yes
checking for getopt_long... yes
checking for lrint... yes
checking for lrintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default-2 commands

macumbista:/usr/src/blop-0.2.8 derek$ sudo make
cd . \
   && CONFIG_FILES= CONFIG_HEADERS=config.h \
      /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands
make  all-recursive
Making all in doc
make[2]: Nothing to be done for `all'.
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in po
make[2]: Nothing to be done for `all'.
Making all in src
Making all in include
make[3]: Nothing to be done for `all'.
source='wavegen.c' object='wavegen.o' libtool=no \
depfile='.deps/wavegen.Po' tmpdepfile='.deps/wavegen.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include -Iinclude -I. 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/sw/include  -pipe -Wall -O3 
-Wno-unused -DNO_DEBUG -DPIC -fPIC             -ffast-math 
-fomit-frame-pointer -funroll-loops -c `test -f wavegen.c || echo 
'./'`wavegen.c
source='wdatutil.c' object='wdatutil.o' libtool=no \
depfile='.deps/wdatutil.Po' tmpdepfile='.deps/wdatutil.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include -Iinclude -I. 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/sw/include  -pipe -Wall -O3 
-Wno-unused -DNO_DEBUG -DPIC -fPIC             -ffast-math 
-fomit-frame-pointer -funroll-loops -c `test -f wdatutil.c || echo 
'./'`wdatutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include -Iinclude -I. 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/sw/include  -pipe -Wall -O3 
-Wno-unused -DNO_DEBUG -DPIC -fPIC             -ffast-math 
-fomit-frame-pointer -funroll-loops -lc -lm -o wavegen  wavegen.o 
wdatutil.o
source='adsr_1653.so.c' object='adsr_1653.so.o' libtool=no \
depfile='.deps/adsr_1653.so.Po' tmpdepfile='.deps/adsr_1653.so.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include -Iinclude -I. 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/sw/include  -pipe -Wall -O3 
-Wno-unused -DNO_DEBUG -DPIC -fPIC             -ffast-math 
-fomit-frame-pointer -funroll-loops -c `test -f adsr_1653.so.c || echo 
'./'`adsr_1653.so.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include -Iinclude -I. 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/sw/include  -pipe -Wall -O3 
-Wno-unused -DNO_DEBUG -DPIC -fPIC             -ffast-math 
-fomit-frame-pointer -funroll-loops -nostartfiles -bundle -lc -o 
adsr_1653.so  adsr_1653.so.o
/usr/bin/ld: Undefined symbols:
_libintl_bindtextdomain
_libintl_gettext
_libintl_textdomain
dyld_stub_binding_helper
collect2: ld returned 1 exit status
make[3]: *** [adsr_1653.so] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 43:
"Destroy nothing; Destroy the most important thing"

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to