OMVS port

2003-11-04 Thread Walker, Aaron L
I'm trying to build libtool on my OS390 2.10 system (libtool 1.4.2), and I'm
getting the following error when running 'configure', so the Makefile comes
up empty:

...
creating libtool
creating ./config.status
[conftest.s2 is NOT being removed] - added by me!
creating Makefile
sed: conftest.s1 (line 9): FSUM7296 newline or end of file found in pattern
creating doc/Makefile
sed: conftest.s1 (line 9): FSUM7296 newline or end of file found in pattern
creating tests/Makefile
sed: conftest.s1 (line 9): FSUM7296 newline or end of file found in pattern
[conftests NOT being removed] - added by me!
configuring in libltdl


And here is the beginning of conftest.s1:

/^. ..*VPATH. ..*=.^:.*$/d
 
[EMAIL PROTECTED]@%/bin/sh%g
[EMAIL PROTECTED]@%-g%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%
-DPACKAGE=\libtool\
-DVERSION=\\1.4.2\\%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%${prefix}%g
[EMAIL PROTECTED]@%/usr/local%g
[EMAIL PROTECTED]@%s,x,x,%g
[EMAIL PROTECTED]@%${exec_prefix}/bin%g
...

line 9 is the '-DPACKAGE=\libtool\' line.  Any suggestions?  Or is there a
MVS port out there?

Thanks,
Aaron



___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


libtool .. [path to shared library] ...

2003-11-04 Thread Albert Chin
If I invoke libtool as so:
  $ libtool ... [path to shared library] ...
is libtool suppose to pass [path to shared library] to the final link
stage? It's ignoring anything on the command line that ends with
*$shrext.

-- 
albert chin ([EMAIL PROTECTED])


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool