Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: GNU Octave on iPhone

  1. #1
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    201
    Distro
    Ubuntu Development Release

    Wink GNU Octave on iPhone

    .
    Last edited by carlosgs91; March 3rd, 2012 at 09:38 PM.

  2. #2
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    201
    Distro
    Ubuntu Development Release

    Re: GNU Octave on iPhone

    .
    Last edited by carlosgs91; March 3rd, 2012 at 09:38 PM.

  3. #3
    Join Date
    Feb 2008
    Location
    Minnesota, USA
    Beans
    754
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: GNU Octave on iPhone

    Not an iPod expert, but it looks like you're missing headers for glibc ("stdio.h not found"). Either that, or your path is not set correctly.
    Hate fighting with Linux? Buy Preinstalled!
    Love fighting with Linux? Try Gentoo!
    __________________________________________________
    Unanswered Posts Team || Connection problems?

  4. #4
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    201
    Distro
    Ubuntu Development Release

    Re: GNU Octave on iPhone

    .
    Last edited by carlosgs91; March 3rd, 2012 at 09:39 PM.

  5. #5
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GNU Octave on iPhone

    Code:
    sudo apt-get install build-essential
    sudo apt-get install automake
    https://help.ubuntu.com/community/CompilingSoftware
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  6. #6
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    201
    Distro
    Ubuntu Development Release

    Re: GNU Octave on iPhone

    .
    Last edited by carlosgs91; March 3rd, 2012 at 09:39 PM.

  7. #7
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GNU Octave on iPhone

    These programs you need to compile software. See the link I gave you.
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  8. #8
    Join Date
    Mar 2010
    Beans
    15

    Re: GNU Octave on iPhone

    Hi, i had the same issues before, thanks for the comments are very useful

  9. #9
    Join Date
    Feb 2008
    Location
    Minnesota, USA
    Beans
    754
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: GNU Octave on iPhone

    Quote Originally Posted by linuxopjemac View Post
    These programs you need to compile software. See the link I gave you.
    But that is for native compiling. He needs to cross compile, assuming that he is compiling on the PC.

    I have always found building cross toolchains (compiler, linker, etc.) a pain. I always used Getntoo crossdev for that.

    However. I can say that there should be native libraries (i.e. those for the iPod) and their headers. You will need to set variables on the configure script invocation to indicate where they are. How much stuff did you build/download for the cross toolchain?

    If I am mistaken and you are trying to compile on the iPod itself... good luck.
    Hate fighting with Linux? Buy Preinstalled!
    Love fighting with Linux? Try Gentoo!
    __________________________________________________
    Unanswered Posts Team || Connection problems?

  10. #10
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    201
    Distro
    Ubuntu Development Release

    Re: GNU Octave on iPhone

    .
    Last edited by carlosgs91; March 3rd, 2012 at 09:39 PM.

Page 1 of 2 12 LastLast

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
  •