readline won't compile with gcc3 on 10.1 because of the way the patch was
made.  An extra library to link to has to be specified when the gcc3
compiler is being used to build shared libraries, in this instance,
and the (non-libtool) custom build-system of readline is specifying those
libraries in a section of the code which is divided into cases according
to operating system.  So Chris Z. divided darwin into darwin[0-5] and 
darwin6, and only put the extra lib in the darwin6 section.

Of course it would be better to test for the version of the compiler 
instead; that might be possible with a further investigation of the
readline build system.

  -- Dave

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to