Hi there,

this thime I remained in "main/trunk", issued a "./configure", "make"
and then "sudo make install" with the following output:

    r...@ronylinux:~/dev/oorexx/main/trunk$ sudo make install
    cp ./extensions/rxregexp/rxregexp.cls ./
    cp ./extensions/rxftp/rxftp.cls ./
    cp ./extensions/csvStream/csvStream.cls ./
    cp ./extensions/rxsock/socket.cls ./
    cp ./extensions/rxsock/streamsocket.cls ./
    make  install-recursive
    make[1]: Entering directory `/home/rony/dev/oorexx/main/trunk'
    make[2]: Entering directory `/home/rony/dev/oorexx/main/trunk'
    make[3]: Entering directory `/home/rony/dev/oorexx/main/trunk'
    test -z "/opt/ooRexx/bin" || /bin/mkdir -p "/opt/ooRexx/bin"
      /bin/bash ./libtool   --mode=install /usr/bin/install -c rxapi rexximage 
rexx rexxc rxqueue rxsubcom '/opt/ooRexx/bin'
    libtool: install: /usr/bin/install -c rxapi /opt/ooRexx/bin/rxapi
    libtool: install: warning: `librexx.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: warning: `librexxapi.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: /usr/bin/install -c .libs/rexximage 
/opt/ooRexx/bin/rexximage
    libtool: install: warning: `librexx.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: warning: `librexxapi.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: /usr/bin/install -c .libs/rexx /opt/ooRexx/bin/rexx
    libtool: install: warning: `librexx.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: warning: `librexxapi.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: /usr/bin/install -c .libs/rexxc /opt/ooRexx/bin/rexxc
    libtool: install: warning: `librexx.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: warning: `librexxapi.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: /usr/bin/install -c .libs/rxqueue /opt/ooRexx/bin/rxqueue
    libtool: install: warning: `librexx.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: warning: `librexxapi.la' has not been installed in 
`/opt/ooRexx/lib/ooRexx'
    libtool: install: /usr/bin/install -c .libs/rxsubcom 
/opt/ooRexx/bin/rxsubcom
    echo  is destdir
    is destdir
    echo /opt/ooRexx is prefix
    /opt/ooRexx is prefix
    echo /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c rexx.img 
/opt/ooRexx/bin/rexx.img
    if test -z "/usr/bin/gencat"; then \
                echo "No rexx.cat to install"; \
        else \
                /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
rexx.cat /opt/ooRexx/bin/rexx.cat; \
        fi
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./platform/unix/oorexx-config /opt/ooRexx/bin/oorexx-config
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/rxregexp/rxregexp.cls /opt/ooRexx/bin/rxregexp.cls
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/rxftp/rxftp.cls /opt/ooRexx/bin/rxftp.cls
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/csvStream/csvStream.cls /opt/ooRexx/bin/csvStream.cls
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/rxsock/socket.cls /opt/ooRexx/bin/socket.cls
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/rxsock/streamsocket.cls /opt/ooRexx/bin/streamsocket.cls
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/rxsock/mime.cls /opt/ooRexx/bin/mime.cls
    /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./extensions/rxsock/smtp.cls /opt/ooRexx/bin/smtp.cls
    if test "LINUX" != "AIX" -a "LINUX" != "MACOSX"; then \
                /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./rexxapi/server/platform/unix/rxapid /opt/ooRexx/bin/rxapid; \
        fi
    if test "LINUX" = "MACOSX"; then \
                /bin/bash /home/rony/dev/oorexx/main/trunk/install-sh -c 
./platform/unix/macosx/org.rexxla.oorexx.rxapid.plist \
                        /opt/ooRexx/bin/org.rexxla.oorexx.rxapid.plist; \
                mkdir ./platform/unix/macosx/scripts; \
                sed -e "s/^VER=/VER=4/" -e "s/^REL=/REL=0/" -e "s/^MOD=/MOD=2 \
                    -e "s-^PREFIX=-PREFIX=/opt/ooRexx-" 
./platform/unix/macosx/postflight.in \
                    >./platform/unix/macosx/scripts/postflight; \
                sed -e "s-^PREFIX=-PREFIX=/opt/ooRexx-" 
./platform/unix/macosx/preflight.in \
                    >./platform/unix/macosx/scripts/preflight; \
                sed -e "s/^VER=/VER=4/" -e "s/^REL=/REL=1/" -e "s/^MOD=/MOD=0/" 
\
                    -e "s-^PREFIX=-PREFIX=/opt/ooRexx-" -e 
"s-^BLD_DIR=-BLD_DIR=.-" \
                    ./platform/unix/macosx/MakeRexxPackage.in 
>./platform/unix/macosx/MakeRexxPackage; \
                sed -e "s-#PREF#-/opt/ooRexx-" 
./platform/unix/macosx/PackageInfo.in >./platform/unix/macosx/PackageInfo; \
                chmod 755 ./platform/unix/macosx/scripts/preflight 
./platform/unix/macosx/scripts/postflight \
                      ./platform/unix/macosx/MakeRexxPackage; \
        fi
    /bin/bash: -c: line 12: unexpected EOF while looking for matching `"'
    /bin/bash: -c: line 16: syntax error: unexpected end of file
    make[3]: *** [install-exec-local] Error 1
    make[3]: Leaving directory `/home/rony/dev/oorexx/main/trunk'
    make[2]: *** [install-am] Error 2
    make[2]: Leaving directory `/home/rony/dev/oorexx/main/trunk'
    make[1]: *** [install-recursive] Error 1
    make[1]: Leaving directory `/home/rony/dev/oorexx/main/trunk'
    make: *** [install] Error 2
    r...@ronylinux:~/dev/oorexx/main/trunk$ 
      

What am I missing, is there an omission/error in the process?

---rony

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to