Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
These issues mainly occurred due to undefined but required #defines (i.e. see 
the blank -I and -L values in the compile and link lines.

Original comment by [email protected] on 21 Feb 2014 at 3:43

  • Changed state: Invalid

from ledaps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Hello.

I am figuring the same issue. I am trying to compile LEDAPS in UBUNTU 12.4 64 
bits. 

make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndsrbm'
gfortran -m32 -D_BSD_SOURCE -g -o cmrbv1.0 cmrbv1.0.f -I. 
-I/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/incl
ude 
-L/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lib 
-lmfhdf -ldf -ljpeg -lz -lm
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.a when searching for -lgfortran
/usr/bin/ld: cannot find -lgfortran
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.a when searching for -lgfortran
/usr/bin/ld: cannot find -lgfortran
collect2: ld returned 1 exit status
make[1]: *** [cmrbv1.0] Error 1
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndsrbm'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/6sV-1.0B'
gfortran -O -O  -c -o AATSR.o AATSR.f
gfortran -O -O  -c -o ABSTRA.o ABSTRA.f
gfortran -O -O  -c -o AEROSO.o AEROSO.f
gfortran -O -O  -c -o AKTOOL.o AKTOOL.f

Original comment by [email protected] on 22 Jul 2014 at 5:31

from ledaps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Doing the Make Install I have this result:

make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndpm'
cp lndpm 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndpm'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndcal'
cp lndcal 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndcal'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndcsm'
cp lndcsm 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndcsm'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndsr'
cp lndsr 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndsr'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndapp'
cp lndapp 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndapp'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndsrbm'
cp cmrbv1.0 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
cp: cannot stat `cmrbv1.0': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/lndsrbm'
make[1]: Entering directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/6sV-1.0B'
cp sixsV1.0B 
/home/krlos/Desktop/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/bin
make[1]: Leaving directory 
`/media/sf_TerraCongo/LEDAPS/ledapsSrc.20120925/ledapsSrc/src/6sV-1.0B

Original comment by [email protected] on 22 Jul 2014 at 5:34

from ledaps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
It looks like your compiler is unable to find a 64-bit gfortan library.

/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.a when searching for -lgfortran
/usr/bin/ld: cannot find -lgfortran

Original comment by [email protected] on 22 Jul 2014 at 5:36

from ledaps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.