Find the answer to your Linux question:
Results 1 to 2 of 2
SUSE Linux 10.1 Now you must install DOSEMU. Make sure you are root and: make install make[1]: Leaving directory `/home/admin/dosemu-1.3.4/src' linux-ahup:/home/admin/dosemu-1.3.4 # make install make[1]: Entering directory `/home/admin/dosemu-1.3.4/src' rm -rf ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    1

    Thumbs down error when installing DOSEMU1.3.4

    SUSE Linux 10.1

    Now you must install DOSEMU. Make sure you are root and:
    make install

    make[1]: Leaving directory `/home/admin/dosemu-1.3.4/src'
    linux-ahup:/home/admin/dosemu-1.3.4 # make install
    make[1]: Entering directory `/home/admin/dosemu-1.3.4/src'
    rm -rf ../tmp
    mkdir -p -m 0755 /home/admin/dosemu-1.3.4/tmp/dosemu
    /usr/bin/install -c -d /usr/local/share/dosemu
    for i in `find ../commands/* -type f`; do \
    /usr/bin/install -c -m 0644 $i /home/admin/dosemu-1.3.4/tmp/dosemu; \
    done
    cd ../commands; for i in `find * -type l`; do \
    ln -sf generic.com /home/admin/dosemu-1.3.4/tmp/dosemu/$i; \
    done
    rm -rf /usr/local/share/dosemu/commands /usr/local/share/dosemu/freedos
    rm -rf /usr/local/share/dosemu/drive_z /usr/local/share/dosemu/*.tgz
    /usr/bin/install -c -d /etc/dosemu
    cd ..; if [ -f dosemu-freedos-bin.tgz ]; then \
    rm -f /usr/local/share/dosemu/drive_z/tmp; \
    tar -C /usr/local/share/dosemu/.. --no-same-owner -xpzf dosemu-freedos-bin.tgz; \
    rm -f /usr/local/share/dosemu/FDchange.log; \
    rm -f /usr/local/share/dosemu/README.bindist; \
    mv /usr/local/share/dosemu/freedos /usr/local/share/dosemu/drive_z; \
    /usr/bin/install -c -m 0644 dist/config.sys /usr/local/share/dosemu/drive_z; \ /usr/bin/install -c -m 0644 dist/autoexec.bat /usr/local/share/dosemu/drive_z; \
    /usr/bin/install -c -m 0644 dist/config.emu /usr/local/share/dosemu/drive_z; \ /usr/bin/install -c -m 0644 dist/autoemu.bat /usr/local/share/dosemu/drive_z; \
    /usr/bin/install -c -d /etc/dosemu/drives; \
    if [ ! -e /etc/dosemu/drives/c ]; then \
    ln -sf /usr/local/share/dosemu/drive_z /etc/dosemu/drives/c; \
    fi; \
    if [ ! -e /etc/dosemu/drives/d ]; then \
    ln -sf /usr/local/share/dosemu/drive_z /etc/dosemu/drives/d; \
    fi; \
    rm -rf /usr/local/share/dosemu/drive_z/tmp; \
    ln -sf /tmp /usr/local/share/dosemu/drive_z/tmp; \
    # legacy symlink; \
    ln -sf drive_z /usr/local/share/dosemu/freedos; \
    fi
    /bin/bash: -c: line 1: syntax error: unexpected end of file
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/home/admin/dosemu-1.3.4/src'
    make: *** [install] Error 2

    please help me fix the problem.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    you can use Wine to execute windows programs. DOSEMU is a bit problematic to install. is there any specific reason to use dosemu?







    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...