Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failing on Mac #13

Open
emolter opened this issue Aug 24, 2016 · 4 comments
Open

Compilation failing on Mac #13

emolter opened this issue Aug 24, 2016 · 4 comments

Comments

@emolter
Copy link

emolter commented Aug 24, 2016

Dear Dr. Conroy,

I installed fsps and tried running the makefile according to the instructions in doc/install. I got the following error:

emolter% make
gfortran -O -cpp -o compsp.o -c compsp.f90
/var/folders/n5/1jbgx2wd1bb0jklpmpgj8qz00000gp/T//ccTPwlZr.s:167:suffix or operands invalid for `movq'

(the final line, the one with the error, repeated itself 13 times)

My gfortran is up-to-date with version 6.1.0. The line I added to my .tcshrc is the following:
setenv SPS_HOME /Users/emolter/Python/fsps

What can I do to get the makefile to work?

Thanks!

Ned

@emolter
Copy link
Author

emolter commented Aug 24, 2016

Also FYI I'm running OS X 10.11.6, if that helps at all.

@cconroy20
Copy link
Owner

Hi Ned

I’ve never tried compiling with such a recent version of gfortran - I know it works with 4.9.2 and similar versions. I’d recommend first trying to compile with gfortran v4.9.2 to rule any other possible issues out.

cheers,
Charlie

On Aug 23, 2016, at 11:01 PM, emolter notifications@github.com wrote:

Dear Dr. Conroy,

I installed fsps and tried running the makefile according to the instructions in doc/install https://github.com/cconroy20/fsps/blob/master/doc/INSTALL. I got the following error:

emolter% make
gfortran -O -cpp -o compsp.o -c compsp.f90
/var/folders/n5/1jbgx2wd1bb0jklpmpgj8qz00000gp/T//ccTPwlZr.s:167:suffix or operands invalid for `movq'

(the final line, the one with the error, repeated itself 13 times)

My gfortran is up-to-date with version 6.1.0. The line I added to my .tcshrc is the following:
setenv SPS_HOME /Users/emolter/Python/fsps

What can I do to get the makefile to work?

Thanks!

Ned


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #13, or mute the thread https://github.com/notifications/unsubscribe-auth/AHEQeoeg3YZHdMDrhFF51xJFUk7RnUhtks5qi7PsgaJpZM4Jrlxr.

@emolter
Copy link
Author

emolter commented Aug 24, 2016

Compilation worked with version 4.9.2, but not with 4.9.3 or later. Thanks for the help!

@bd-j
Copy link
Collaborator

bd-j commented Oct 19, 2016

Just to add another data point, I can successfully compile with gfortran 5.3.0 on OSX 10.10.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants