Results 1 to 3 of 3

Thread: Trouble with older Linux software

  1. #1
    Join Date
    Jan 2010
    Beans
    4

    Lightbulb Trouble with older Linux software

    Hello Ladies and Gents,

    I'm having a spot of trouble with some older Linux connectionist modeling software (which I'm trying to install on Ubuntu).

    It can be found here: ftp://ftp.crl.ucsd.edu/pub/neuralnets/tlearn_src/

    I have a basic understanding of makefiles and so forth--I'm able to change the "EXP_LOC=/usr/local/lib/exp/exp_table" in the makefile to one that actually exists. But even when I do this, I'm not able to run the binaries.

    Any assistance would be *much* appreciated!

    Best,
    Steph

  2. #2
    Join Date
    Jan 2010
    Beans
    4

    Re: Trouble with older Linux software

    I think it may have to do with the "exponential look-up table," if that helps. Not sure what an exponential look-up table is, though.

  3. #3
    Join Date
    Feb 2010
    Location
    Silicon Valley
    Beans
    1,898
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Trouble with older Linux software

    What problem are you having exactly?

    I had no trouble compiling and running the software, although I don't know what to do with it.

    The steps I followed:

    • Edit Makefile to change EXP_LOC variable to an existing directory
    • make
    • make exp
    • ./tlearn

    And then tlearn runs and gives "ERROR: No -s specified: Invalid argument" because I have not supplied a required argument. Have you gotten as far as this point?

Tags for this Thread

Bookmarks

Posting Permissions

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