Re: pre-release available for testing

Richard Verhoeven (rcb5@win.tue.nl)
Thu, 5 Nov 1998 16:36:44 +0100 (MET)

Scott J. Kramer wrote:

>On Wed, 4-Nov-1998 @ 22:07, Martin Huber wrote:
>
> [...]
>
>> With SUN's original printf I get a coredump with Solaris 2.6 too.
>
>Whoops -- not fixed in Sol_2.6. :-( Tnx for the verification.

Perhaps the following patch might solve the problem. I was not
able to reproduce the problem on Solaris 2.5.1, but I've had
similar problems with libtool before.

Richard.

--- sane-pre1.00/ltmain.sh Tue Nov 3 06:05:05 1998
+++ sane-pre1.00a/ltmain.sh Tue Nov 4 16:39:33 1998
@@ -1448,12 +1448,16 @@

# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
-if test \"\${CDPATH+set}\" = set; then CDPATH=; export CDPATH; fi
+if test \"\${CDPATH+set}\" = set; then CDPATH=; export CDPATH; fi\
+"
+ $echo >> $output "\

# This environment variable determines our operation mode.
if test \"\$libtool_install_magic\" = \"$magic\"; then
# install mode needs the following variables:
- link_against_libtool_libs='$link_against_libtool_libs'
+ link_against_libtool_libs='$link_against_libtool_libs'\
+"
+ $echo >> $output "\
finalize_command=\"$finalize_command\"
else
# When we are sourced in execute mode, \$file and \$echo are already set.

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com