[ expat-Patches-576406 ] [ 576396 ] expat 1.95.3 on aix 4.3.3

noreply@sourceforge.net noreply@sourceforge.net
Tue Jul 9 10:28:07 2002


Patches item #576406, was opened at 2002-07-02 10:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=576406&group_id=10127

Category: Build Control
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: José AUGUSTE-ETIENNE (joseae)
Assigned to: Greg Stein (gstein)
Summary: [ 576396 ] expat 1.95.3 on aix 4.3.3

Initial Comment:
[ 576396 ] expat 1.95.3 fails to build on aix 4.3.3

this patch modifies 'configure' by passing $output_objdir
instead of $objdir to AR

I hope there won't be line wrapping problems,
since upload/attachements don't seem to work

José

--- begin of patch ---
--- configure.orig	2002-07-02 
09:33:45.000000000 -0300
+++ configure	2002-07-02 
09:34:44.000000000 -0300
@@ -4881,7 +4881,7 @@
         allow_undefined_flag='${wl}-berok'
         # This is a bit strange, but is similar to how AIX 
traditionally builds
         # it's shared libraries.
-        archive_expsym_cmds="\ $shared_flag"' -o 
$output_objdir/$soname $libobjs $deplibs $compiler_flags 
${allow_undefined_flag} '"\$no_entry_flag \
$exp_sym_flag:\"' ~$AR -crlo $objdir/
$libname$release.a $objdir/$soname'
+        archive_expsym_cmds="\ $shared_flag"' -o 
$output_objdir/$soname $libobjs $deplibs $compiler_flags 
${allow_undefined_flag} '"\$no_entry_flag \
$exp_sym_flag:\"' ~$AR -crlo 
$output_objdir/$libname$release.a $output_objdir/
$soname'
       fi
     fi
     ;;
--- end of patch ---

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-07-09 13:27

Message:
Logged In: YES 
user_id=3066

Closing this and the related bug report as "Won't fix". 
This definately appears to be a bug in autoconf.  I've
emailed a bug report to bug-autoconf@gnu.org, but I don't
see any way to refer to the autoconf bugs database; the one
link to it I found was stale.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-07-02 11:30

Message:
Logged In: YES 
user_id=3066

"configure" is a generated file; "configure.in" is where
changes need to be made.  Unfortunately, this doesn't appear
to have a simple mapping from the configure.in file.

I wonder if this is a problem with autoconf not knowing
enough about AIX?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=576406&group_id=10127