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

Fortran version won't build #19

Open
jzakiya opened this issue Apr 29, 2021 · 1 comment
Open

Fortran version won't build #19

jzakiya opened this issue Apr 29, 2021 · 1 comment

Comments

@jzakiya
Copy link
Contributor

jzakiya commented Apr 29, 2021

I'm trying to build the Fortran version and have run into some problems.

raytracer> gfortran --version
GNU Fortran (PCLinuxOS 10.3.0-1pclos2021) 10.3.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

When I use the build instructions I get this error.

raytracer> gfortran.exe main.f95 -O3 -o FRay.exe
zsh: command not found: gfortran.exe

When I ran it without the .exe it gives a missing library error.

raytracer> gfortran main.f95 -O3 -o FRay.exe 
/usr/bin/ld: cannot find -lquadmath
collect2: error: ld returned 1 exit status
@edin
Copy link
Owner

edin commented Apr 29, 2021

I've tested in ubuntu 20.04 and it works with GCC 9.3, I'll try later with 10.3

GNU Fortran (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

2 participants