--- php-4.0.1pl2/ltconfig Wed Jun 28 11:37:22 2000 +++ php-4.0.1pl2-mpe/ltconfig Sun Aug 20 11:08:53 2000 @@ -663,6 +663,8 @@ link_static_flag='-static' case "$host_os" in + mpeix*) + ;; beos* | irix5* | irix6* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; @@ -1262,6 +1264,12 @@ else # PORTME fill in a description of your system's linker (not GNU ld) case "$host_os" in + mpeix*) + archive_cmds='$LD -b $libobjs $deplibs $linkopts -o $objdir/$soname' + shared_flag='-b' + hardcode_direct=unsupported + ;; + aix3*) allow_undefined_flag=unsupported always_export_symbols=yes @@ -1809,6 +1817,12 @@ # whether `pass_all' will *always* work, you probably want this one. echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6 case "$host_os" in +mpeix*) + soname_spec='$libname.so' + library_names_spec='$libname.so $libname.sl' + postinstall_cmds='chmod 755 $lib' + ;; + aix3*) version_type=linux library_names_spec='${libname}${release}.so$versuffix $libname.a'