Jean-François Mertens wrote:

> for a quick fix, you can just try "export LDFLAGS=-lintl" before you build.

OK. Tried that without success.

> But you really should clean up your system, and know what is in it.

Without knowing exactly what is safe to remove from /usr/lib, I'd have 
to say that this would require a complete reinstall. A bit extreme just 
for one set of plugins, to be sure.

> And then you can look in the build-dir _ the config.log, the generated
> Makefiles _ for the cause of the problems.

Here is the part of the config.log dealing with libintl. I've posted the 
whole thing below, let me know if it would also be helpful to see the 
Makefiles as well.

thx,
d.

--------------------------------begin libintl section of config.log

configure:3813: gcc -o conftest -g -O2 -I/sw/include -lintl conftest.c  >&5
/usr/bin/ld: Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
collect2: ld returned 1 exit status
configure:3819: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "blop"
| #define VERSION "0.2.8"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }

--------------------------------end libintl section of config.log

--------------------------------begin config.log


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.58.  Invocation command line was

   $ ./configure --with-ladspa-prefix=/usr/local 
-with-libintl-prefix=/sw --with-libiconv-prefix=/sw

## --------- ##
## Platform. ##
## --------- ##

hostname = macumbista.local
uname -m = Power Macintosh
uname -r = 8.7.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; 
root:xnu-792.6.76.obj~1/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
         Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; 
root:xnu-792.6.76.obj~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 2.00 gigabytes
Default processor set: 61 tasks, 178 threads, 1 processors
Load average: 0.83, Mach factor: 0.37
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/include
PATH: /sw/include
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1383: checking for a BSD-compatible install
configure:1438: result: /usr/bin/install -c
configure:1449: checking whether build environment is sane
configure:1492: result: yes
configure:1526: checking for gawk
configure:1542: found /sw/bin/gawk
configure:1552: result: gawk
configure:1562: checking whether make sets $(MAKE)
configure:1582: result: yes
configure:1685: checking whether to enable maintainer-specific portions 
of Makefiles
configure:1694: result: no
configure:1723: checking whether NLS is requested
configure:1732: result: yes
configure:1770: checking for msgfmt
configure:1801: result: /sw/bin/msgfmt
configure:1810: checking for gmsgfmt
configure:1828: found /usr/bin/gmsgfmt
configure:1841: result: /usr/bin/gmsgfmt
configure:1880: checking for xgettext
configure:1911: result: /sw/bin/xgettext
configure:1951: checking for msgmerge
configure:1981: result: /sw/bin/msgmerge
configure:1995: result: found gmsgfmt program is not GNU msgfmt; ignore it
configure:2041: checking for style of include used by make
configure:2069: result: GNU
configure:2119: checking for gcc
configure:2135: found /usr/bin/gcc
configure:2145: result: gcc
configure:2389: checking for C compiler version
configure:2392: gcc --version </dev/null >&5
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 
5341)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2395: $? = 0
configure:2397: gcc -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure 
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib 
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 
--target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)
configure:2400: $? = 0
configure:2402: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2405: $? = 1
configure:2428: checking for C compiler default output file name
configure:2431: gcc   -lintl conftest.c  >&5
configure:2434: $? = 0
configure:2480: result: a.out
configure:2485: checking whether the C compiler works
configure:2491: ./a.out
configure:2494: $? = 0
configure:2511: result: yes
configure:2518: checking whether we are cross compiling
configure:2520: result: no
configure:2523: checking for suffix of executables
configure:2525: gcc -o conftest   -lintl conftest.c  >&5
configure:2528: $? = 0
configure:2553: result:
configure:2559: checking for suffix of object files
configure:2580: gcc -c   conftest.c >&5
configure:2583: $? = 0
configure:2605: result: o
configure:2609: checking whether we are using the GNU C compiler
configure:2633: gcc -c   conftest.c >&5
configure:2639: $? = 0
configure:2643: test -z
                         || test ! -s conftest.err
configure:2646: $? = 0
configure:2649: test -s conftest.o
configure:2652: $? = 0
configure:2665: result: yes
configure:2671: checking whether gcc accepts -g
configure:2692: gcc -c -g  conftest.c >&5
configure:2698: $? = 0
configure:2702: test -z
                         || test ! -s conftest.err
configure:2705: $? = 0
configure:2708: test -s conftest.o
configure:2711: $? = 0
configure:2722: result: yes
configure:2739: checking for gcc option to accept ANSI C
configure:2809: gcc  -c -g -O2  conftest.c >&5
configure:2815: $? = 0
configure:2819: test -z
                         || test ! -s conftest.err
configure:2822: $? = 0
configure:2825: test -s conftest.o
configure:2828: $? = 0
configure:2846: result: none needed
configure:2864: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before 'me'
configure:2870: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3005: checking dependency style of gcc
configure:3067: result: gcc3
configure:3078: checking build system type
configure:3096: result: powerpc-apple-darwin8.7.0
configure:3104: checking host system type
configure:3118: result: powerpc-apple-darwin8.7.0
configure:3150: checking for ld used by GCC
configure:3213: result: /usr/bin/ld
configure:3222: checking if the linker (/usr/bin/ld) is GNU ld
configure:3234: result: no
configure:3240: checking for shared library run path origin
configure:3253: result: done
configure:3670: checking whether NLS is requested
configure:3679: result: yes
configure:3697: checking for GNU gettext in libc
configure:3721: gcc -o conftest -g -O2  -lintl conftest.c  >&5
/usr/bin/ld: Undefined symbols:
__nl_domain_bindings
collect2: ld returned 1 exit status
configure:3727: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "blop"
| #define VERSION "0.2.8"
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|   ;
|   return 0;
| }
configure:3752: result: no
configure:3786: checking for iconv
configure:3813: gcc -o conftest -g -O2 -I/sw/include -lintl conftest.c  >&5
/usr/bin/ld: Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
collect2: ld returned 1 exit status
configure:3819: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "blop"
| #define VERSION "0.2.8"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:3864: gcc -o conftest -g -O2 -I/sw/include -lintl conftest.c 
-L/sw/lib -liconv >&5
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may 
result in errors or different symbols being used
symbol _locale_charset used from dynamic library 
/sw/lib/libiconv.dylib(localcharset.o) not from earlier dynamic library 
/sw/lib/libintl.3.dylib(localcharset.o)
configure:3870: $? = 0
configure:3874: test -z
                         || test ! -s conftest.err
configure:3877: $? = 0
configure:3880: test -s conftest
configure:3883: $? = 0
configure:3898: result: yes
configure:3908: checking how to link with libiconv
configure:3910: result: -L/sw/lib -liconv
configure:4299: checking for GNU gettext in libintl
configure:4331: gcc -o conftest -g -O2 -I/sw/include  -lintl conftest.c 
  -L/sw/lib -lintl -liconv -lc >&5
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
configure:4337: $? = 0
configure:4341: test -z
                         || test ! -s conftest.err
configure:4344: $? = 0
configure:4347: test -s conftest
configure:4350: $? = 0
configure:4422: result: yes
configure:4451: checking whether to use NLS
configure:4453: result: yes
configure:4456: checking where the gettext function comes from
configure:4467: result: external libintl
configure:4475: checking how to link with libintl
configure:4477: result: -L/sw/lib -lintl -liconv -lc
configure:4588: checking how to run the C preprocessor
configure:4623: gcc -E -I/sw/include conftest.c
configure:4629: $? = 0
configure:4661: gcc -E -I/sw/include conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:4667: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "blop"
| #define VERSION "0.2.8"
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4706: result: gcc -E
configure:4730: gcc -E -I/sw/include conftest.c
configure:4736: $? = 0
configure:4768: gcc -E -I/sw/include conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:4774: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "blop"
| #define VERSION "0.2.8"
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4818: checking for egrep
configure:4828: result: grep -E
configure:4833: checking for ANSI C header files
configure:4858: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:4864: $? = 0
configure:4868: test -z
                         || test ! -s conftest.err
configure:4871: $? = 0
configure:4874: test -s conftest.o
configure:4877: $? = 0
configure:4963: gcc -o conftest -pipe -Wall -O3 -Wno-unused -DNO_DEBUG 
-DPIC -fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include -lintl conftest.c  >&5
conftest.c: In function 'main':
conftest.c:32: warning: implicit declaration of function 'exit'
conftest.c:32: warning: incompatible implicit declaration of built-in 
function 'exit'
configure:4966: $? = 0
configure:4968: ./conftest
configure:4971: $? = 0
configure:4986: result: yes
configure:5010: checking for sys/types.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for sys/stat.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for stdlib.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for string.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for memory.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for strings.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for inttypes.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for stdint.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5010: checking for unistd.h
configure:5026: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5056: result: yes
configure:5079: checking /usr/local/include/ladspa.h usability
configure:5091: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5097: $? = 0
configure:5101: test -z
                         || test ! -s conftest.err
configure:5104: $? = 0
configure:5107: test -s conftest.o
configure:5110: $? = 0
configure:5120: result: yes
configure:5124: checking /usr/local/include/ladspa.h presence
configure:5134: gcc -E -I/sw/include conftest.c
configure:5140: $? = 0
configure:5160: result: yes
configure:5195: checking for /usr/local/include/ladspa.h
configure:5202: result: yes
configure:5218: checking for an ANSI C-conforming const
configure:5285: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:54: warning: 't' is used uninitialized in this function
conftest.c:69: warning: 'b' is used uninitialized in this function
configure:5291: $? = 0
configure:5295: test -z
                         || test ! -s conftest.err
configure:5298: $? = 0
configure:5301: test -s conftest.o
configure:5304: $? = 0
configure:5315: result: yes
configure:5325: checking for inline
configure:5346: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5352: $? = 0
configure:5356: test -z
                         || test ! -s conftest.err
configure:5359: $? = 0
configure:5362: test -s conftest.o
configure:5365: $? = 0
configure:5377: result: inline
configure:5396: checking for size_t
configure:5420: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5426: $? = 0
configure:5430: test -z
                         || test ! -s conftest.err
configure:5433: $? = 0
configure:5436: test -s conftest.o
configure:5439: $? = 0
configure:5450: result: yes
configure:5468: checking for strdup
configure:5525: gcc -o conftest -pipe -Wall -O3 -Wno-unused -DNO_DEBUG 
-DPIC -fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include -lintl conftest.c  >&5
conftest.c:49: warning: conflicting types for built-in function 'strdup'
configure:5531: $? = 0
configure:5535: test -z
                         || test ! -s conftest.err
configure:5538: $? = 0
configure:5541: test -s conftest
configure:5544: $? = 0
configure:5556: result: yes
configure:5566: checking for sinf
configure:5623: gcc -o conftest -pipe -Wall -O3 -Wno-unused -DNO_DEBUG 
-DPIC -fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include -lintl conftest.c  >&5
conftest.c:50: warning: conflicting types for built-in function 'sinf'
configure:5629: $? = 0
configure:5633: test -z
                         || test ! -s conftest.err
configure:5636: $? = 0
configure:5639: test -s conftest
configure:5642: $? = 0
configure:5654: result: yes
configure:5742: checking for getopt_long
configure:5799: gcc -o conftest -pipe -Wall -O3 -Wno-unused -DNO_DEBUG 
-DPIC -fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include -lintl conftest.c  >&5
configure:5805: $? = 0
configure:5809: test -z
                         || test ! -s conftest.err
configure:5812: $? = 0
configure:5815: test -s conftest
configure:5818: $? = 0
configure:5830: result: yes
configure:5921: checking for lrint
configure:5947: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:5953: $? = 0
configure:5957: test -z
                         || test ! -s conftest.err
configure:5960: $? = 0
configure:5963: test -s conftest.o
configure:5966: $? = 0
configure:5977: result: yes
configure:5987: checking for lrintf
configure:6013: gcc -c -pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC 
-fPIC             -ffast-math -fomit-frame-pointer -funroll-loops 
-I/sw/include conftest.c >&5
configure:6019: $? = 0
configure:6023: test -z
                         || test ! -s conftest.err
configure:6026: $? = 0
configure:6029: test -s conftest.o
configure:6032: $? = 0
configure:6043: result: yes
configure:6150: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.58.  Invocation command line was

   CONFIG_FILES    =
   CONFIG_HEADERS  =
   CONFIG_LINKS    =
   CONFIG_COMMANDS =
   $ ./config.status

on macumbista.local

config.status:722: creating Makefile
config.status:722: creating doc/Makefile
config.status:722: creating m4/Makefile
config.status:722: creating po/Makefile.in
config.status:722: creating src/Makefile
config.status:722: creating src/include/Makefile
config.status:826: creating config.h
config.status:948: config.h is unchanged
config.status:1109: executing default-1 commands
config.status:1109: executing default-2 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin8.7.0
ac_cv_build_alias=powerpc-apple-darwin8.7.0
ac_cv_c99_lrint=yes
ac_cv_c99_lrintf=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lintl
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_getopt_long=yes
ac_cv_func_sinf=yes
ac_cv_func_strdup=yes
ac_cv_header__usr_local_include_ladspa_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin8.7.0
ac_cv_host_alias=powerpc-apple-darwin8.7.0
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_MSGFMT=/sw/bin/msgfmt
ac_cv_path_MSGMERGE=/sw/bin/msgmerge
ac_cv_path_XGETTEXT=/sw/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_lib_iconv=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/src/blop-0.2.8/missing --run aclocal'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/blop-0.2.8/missing --run tar'
AUTOCONF='${SHELL} /usr/src/blop-0.2.8/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/blop-0.2.8/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/blop-0.2.8/missing --run automake'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC -fPIC 
-ffast-math -fomit-frame-pointer -funroll-loops'
CPP='gcc -E'
CPPFLAGS='-I/sw/include'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GMSGFMT=':'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS='-L/sw/lib -lintl -liconv -lc'
LDFLAGS='-lintl'
LIBICONV='-L/sw/lib -liconv'
LIBINTL='-L/sw/lib -lintl -liconv -lc'
LIBOBJS=''
LIBS=''
LTLIBICONV='-L/sw/lib -liconv -R/sw/lib'
LTLIBINTL='-L/sw/lib -lintl -L/sw/lib -liconv -lc -R/sw/lib'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/src/blop-0.2.8/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MSGFMT='/sw/bin/msgfmt'
MSGMERGE='/sw/bin/msgmerge'
OBJEXT='o'
PACKAGE='blop'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/bin/sh'
USE_NLS='yes'
VERSION='0.2.8'
XGETTEXT='/sw/bin/xgettext'
ac_ct_CC='gcc'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.7.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.7.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
first_note='12'
gibbs='1.0'
host='powerpc-apple-darwin8.7.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.7.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/src/blop-0.2.8/install-sh'
ladspa_plugin_dir='/usr/local/lib/ladspa'
ladspa_prefix='/usr/local'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
min_table_size='128'
note_step='1'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sample_rate='48000'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
wavedata_subdir='blop_files'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define ENABLE_NLS 1
#define HAVE_DCGETTEXT 1
#define HAVE_GETTEXT 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_LRINT 1
#define HAVE_LRINTF 1
#define HAVE_MEMORY_H 1
#define HAVE_SINF 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "blop"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.2.8"

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.58.  Invocation command line was

   CONFIG_FILES    =
   CONFIG_HEADERS  = config.h
   CONFIG_LINKS    =
   CONFIG_COMMANDS =
   $ ./config.status

on macumbista.local

config.status:826: creating config.h
config.status:948: config.h is unchanged
config.status:1109: executing default-1 commands
config.status:1109: executing default-2 commands

  --------------------------------end config.log


-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 39:
"Cut a vital connection"

-------------------------------------------------------------------------
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