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

Thread: request - GDL

  1. #1
    Join Date
    Dec 2006
    Location
    1 AU from sun
    Beans
    80
    Distro
    Ubuntu 11.04 Natty Narwhal

    Exclamation request - GDL

    I'm having problems with installation of GDL, what is free alternative to IDL. I would be very gratefull if somebody could make .deb file from it for edgy eft (i have 64bit CPU, so I'm not really sure if its belongs here, but it's sscientific program so I put it here ), so that the installation would be easier. Any help will be appreciated.
    the source and all info is here http://gnudatalanguage.sourceforge.net/

    many thanx in advance
    mostly harmless
    8)
    GS d- s+: a-- C++ UL P L++ E--- W++ N o K w+ O- M- V- PS- PE- Y+ PGP t+ 5++ X++ R+ tv++ b++++ DI- D++G e+++ h-- r-- y-

  2. #2
    Join Date
    May 2005
    Location
    Sao Paulo, Brazil
    Beans
    22
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: request - GDL

    Well, I don't know how to make a Debian package, but I managed to compile and install GDL in my computer (Edgy too). So perhaps I could help you compiling it. What seems to be the trouble? Is it the configuration (dependencies, etc.) or something during the compilation? Did you install the development packages of the dependencies (those with -dev after the name)?

    I must say I'm very impressed with GDL 0.9pre4 so far. Some basic functions of IDL are still missing though.

  3. #3
    Join Date
    Dec 2006
    Location
    1 AU from sun
    Beans
    80
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: request - GDL

    I followed instructions of everything i mean I installed all obligatory and also optional libraries compiled them with no errors and then i tried to compile GDL itself I set-up all the paths to those libraries and then after succesfull ./configure --with-readlinedir=/usr/local/readline-4.3/ --with-plplotdir=/usr/local/plplot/ --with-Magick=/usr/local/ImageMagick-6.3.1/ --with-netcdf=no --with-fftw=no --with-hdf5=no --with-hdf=no --with-python=no
    (i tried to make the simpliest way)
    then I tried make and there was some errors, and I wasn't able to fix them

    every help will be very appreciated
    mostly harmless
    8)
    GS d- s+: a-- C++ UL P L++ E--- W++ N o K w+ O- M- V- PS- PE- Y+ PGP t+ 5++ X++ R+ tv++ b++++ DI- D++G e+++ h-- r-- y-

  4. #4
    Join Date
    May 2005
    Location
    Sao Paulo, Brazil
    Beans
    22
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: request - GDL

    Quote Originally Posted by slaanco View Post
    I followed instructions of everything i mean I installed all obligatory and also optional libraries compiled them with no errors and then i tried to compile GDL itself I set-up all the paths to those libraries and then after succesfull ./configure --with-readlinedir=/usr/local/readline-4.3/ --with-plplotdir=/usr/local/plplot/ --with-Magick=/usr/local/ImageMagick-6.3.1/ --with-netcdf=no --with-fftw=no --with-hdf5=no --with-hdf=no --with-python=no
    (i tried to make the simpliest way)
    then I tried make and there was some errors, and I wasn't able to fix them

    every help will be very appreciated
    Well, if I remember correctly, if you installed the right packages for the libraries, you don't need to pass this information to ./configure using --with-whatever=/usr/local/whatever. You may try to get this instructions off and see if ./configure still works. If it doesn't, you may still need to install some development libraries using synaptic.

    Then you could post the lines in make where the compiling fails, maybe it could give us some idea of what is missing.

    Good luck!

  5. #5
    Join Date
    Dec 2006
    Location
    1 AU from sun
    Beans
    80
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: request - GDL

    I've tried to reinstall all of the libraries and I've got error after make of HDF4 >

    hdiff_array.o: In function `array_diff':
    hdiff_array.c.text+0x183f): undefined reference to `sqrt'
    collect2: ld returned 1 exit status
    make[2]: *** [hdiff] Error 1
    make[2]: Leaving directory `/home/slaanco/HDF4.2r1/mfhdf/hdiff'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/slaanco/HDF4.2r1/mfhdf'
    make: *** [all-recursive] Error 1

    any ideas how can I fixed it ?
    EDIT
    i tried and managed to get thru with ./configure with no errors with ./configure --with-netcdf=/usr/local/netcdf-3.6.1/ --with-hdf=no --with-hdf5=/usr/local/hdf5-1.6.5/hdf5/ --with-python=no
    what is funny, becasue no matter what I did the configure wasn't able to find my python and my python is installed from the deb files with apt-get so I assume that it should be placed somewhere where you can usually would look for it. anyway i tied make and result was >
    dimension.hpp: In member function ‘SizeT dimension::Remove(SizeT)’:
    dimension.hpp:164: error: ‘assert’ was not declared in this scope
    make[3]: *** [gdl-assocdata.o] Error 1
    make[3]: Leaving directory `/home/slaanco/gdl-0.8.11/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/slaanco/gdl-0.8.11/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/slaanco/gdl-0.8.11'
    make: *** [all] Error 2

    any ideas ?
    Last edited by slaanco; February 2nd, 2007 at 10:54 PM.
    mostly harmless
    8)
    GS d- s+: a-- C++ UL P L++ E--- W++ N o K w+ O- M- V- PS- PE- Y+ PGP t+ 5++ X++ R+ tv++ b++++ DI- D++G e+++ h-- r-- y-

  6. #6
    Join Date
    May 2005
    Location
    Sao Paulo, Brazil
    Beans
    22
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: request - GDL

    Quote Originally Posted by slaanco View Post
    EDIT
    i tried and managed to get thru with ./configure with no errors with ./configure --with-netcdf=/usr/local/netcdf-3.6.1/ --with-hdf=no --with-hdf5=/usr/local/hdf5-1.6.5/hdf5/ --with-python=no
    Well, i can tell you what I did. I managed to configure, compile and install in Edgy using only:

    ./configure --with-python=no
    make


    So, if taking out the netcdf, hdf, and hdf5 flags cause some problem in ./configure, I would say you still need to install some development libraries using apt-get or synaptic.

  7. #7
    Join Date
    Dec 2006
    Location
    1 AU from sun
    Beans
    80
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: request - GDL

    thanx | i will try it
    mostly harmless
    8)
    GS d- s+: a-- C++ UL P L++ E--- W++ N o K w+ O- M- V- PS- PE- Y+ PGP t+ 5++ X++ R+ tv++ b++++ DI- D++G e+++ h-- r-- y-

  8. #8
    Join Date
    Nov 2006
    Location
    Perth, Western Australia
    Beans
    57
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: request - GDL

    I had the same problems.

    I am running 32bit edgy.

    sudo apt-get install netcdfg-dev libhdf5-serial-dev libplplot-dev plplot9-driver-xwin libhdf4g-dev libreadline5-dev gsl-bin libgsl0-dev

    then

    ./configure --with-python=no --with-Magick=no
    make
    cd src
    ./gsl

    hope it helps!

  9. #9
    Join Date
    Dec 2006
    Location
    1 AU from sun
    Beans
    80
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: request - GDL

    thanx but no change at all i ended up with 2 errors, her§s the log.

    make[3]: Entering directory `/home/slaanco/gdl-0.8.11/src'
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/netcdf-3 -I/usr/include/hdf -I/usr/include/hdf -g -O2 -MT gdl-assocdata.o -MD -MP -MF ".deps/gdl-assocdata.Tpo" -c -o gdl-assocdata.o `test -f 'assocdata.cpp' || echo './'`assocdata.cpp; \
    then mv -f ".deps/gdl-assocdata.Tpo" ".deps/gdl-assocdata.Po"; else rm -f ".deps/gdl-assocdata.Tpo"; exit 1; fi
    dimension.hpp: In member function ‘SizeT dimension::Remove(SizeT)’:
    dimension.hpp:164: error: ‘assert’ was not declared in this scope
    make[3]: *** [gdl-assocdata.o] Error 1
    make[3]: Leaving directory `/home/slaanco/gdl-0.8.11/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/slaanco/gdl-0.8.11/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/slaanco/gdl-0.8.11'
    make: *** [all] Error 2
    mostly harmless
    8)
    GS d- s+: a-- C++ UL P L++ E--- W++ N o K w+ O- M- V- PS- PE- Y+ PGP t+ 5++ X++ R+ tv++ b++++ DI- D++G e+++ h-- r-- y-

  10. #10
    Join Date
    Nov 2006
    Location
    Perth, Western Australia
    Beans
    57
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: request - GDL

    i forgot to mention that i downloaded the latest version GDL-0.9pre4.

    I don't know if that would make a difference

Page 1 of 2 12 LastLast

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
  •