Bruno Haible <[EMAIL PROTECTED]> writes: > If you want to force it to a certain value, I think we can consider a > --enable/--disable-inlining configure option.
Probably not worth the trouble. I can always configure with CC='gcc -fno-inline'. > How would you deal with such a link error situation? Is that something than > can be automated or explained to someone who doesn't know the sources well? It's pretty simple: whenever you get into trouble, just do "make clean" and then make with the CFLAGS you prefer.