Albert Chin wrote: > And, if $compile_command can be libtool, you'll definitely run into > problems, especially on AIX with -export-dynamic.
This is a non-issue: $compile_command comes from $RELOC_COMPILE_COMMAND, which is set (in m4/relocatable.m4) to "$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)" - this does not contain $(LIBTOOL). Bruno
