linux-l: configure und libtool

JSC schlegel at tfh-berlin.de
Mi Nov 10 10:06:18 CET 1999


hi,

ich habe mein problem mit dem libtool loesen koennen.

ursache fuer alle verstrickungen war eine selbstgestrickte
bash, die ich mit folgendem patch "irix inst-tool konform"
gestaltet habe:

--- bash.dir/config.h.orig      Mon Oct 26 13:20:59 1998
+++ bash.dir/config.h   Mon Oct 26 13:24:42 1998
@@ -118,7 +118,7 @@
 /* Define DEFAULT_ECHO_TO_USG if you want the echo builtin to interpret
    the backslash-escape characters by default, like the System V echo.
    This requires that V9_ECHO be defined. */
-/* #define DEFAULT_ECHO_TO_USG */
+#define DEFAULT_ECHO_TO_USG
 #if !defined (V9_ECHO)
 #  undef DEFAULT_ECHO_TO_USG
 #endif

natuerlich war /bin/sh ein symlink auf die modifizierte shell,
so dass echo ueberhaupt nicht korrekt funktionieren konnte.

fix:
symlink auf die original bash gelegt und nun tut es einfach ;-)

gruss
Jens
-- 
 --------------------------------------------------------------
| Jens Schlegel                                                |
| TFH Berlin         email: schlegel at tfh-berlin.de             |
 --------------------------------------------------------------



Mehr Informationen über die Mailingliste linux-l