astromatic / sextractor

Extract catalogs of sources from astronomical images
http://astromatic.net/software/sextractor
GNU General Public License v3.0
148 stars 43 forks source link

Problem with "make -j" during installation Sextractor #40

Open tahereparto opened 1 year ago

tahereparto commented 1 year ago

Hello, I successfully run ./configure on my Ubuntu, but with make -j I get the following error and I can not proceed with "sudo make install" and installing the Sextractor.

collect2: error: ld returned 1 exit status make[3]: [Makefile:573: sex] Error 1 make[3]: Leaving directory '/home/reza/Tahere/sextractor-2.25.0/src' make[2]: [Makefile:663: all-recursive] Error 1 make[2]: Leaving directory '/home/reza/Tahere/sextractor-2.25.0/src' make[1]: [Makefile:530: all-recursive] Error 1 make[1]: Leaving directory '/home/reza/Tahere/sextractor-2.25.0' make: [Makefile:437: all] Error 2

YushengEdward commented 11 months ago

Hi, I have a problem with "make -j" during installation Sextractor, too. Do you solve the problem finally? I will appreciate it if you can give me some assitances!

tahereparto commented 11 months ago

Hi. No not really. I'm sorry. Finally I upgraded my linux and I used apt-get sextractor ( or dnf sextractor for Fedora) to install it properly.

YushengEdward commented 11 months ago

Hello, what i use is Ubuntu 20.04, which means i also use linux system. However, when i run the cmd "apt-get sextractor", it turns out error "E: Invalid operation sextractor". How did you upgrade your linux? It matters very much and thanks!

tahereparto commented 11 months ago

Try (sudo apt-get install sextractor). I hope this would help. Your linux version is fine I guess. After installation try the command (sex) in terminal. If it is installed properly you see the sextractor version and you can use it. Currently I'm using Fedora 37 not Ubuntu. The installation on Fedora was very easy.

YushengEdward commented 11 months ago

I have solved the problem by following the way on another issue named "apt-get install sextractor does not place or creates the binary correctly",it works now. Thanks for your enthusiasm!