You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to install pgplot using your method on an Intel based Macbook (Sequioa 15.0). I am getting the following error:
Last 15 lines from /Users/sanikakhadkikar/Library/Logs/Homebrew/pgplot/02.make: lxdriv in lxdriv.o lxdriv in lxdriv.o lxdriv in lxdriv.o lxdriv in lxdriv.o lxdriv in lxdriv.o
...
"__gfortran_transfer_real_write", referenced from: lxdriv in lxdriv.o lxdriv in lxdriv.o psdriv in psdriv.o psdriv in psdriv.o psdriv in psdriv.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [libpgplot.dylib] Error 1
Could you help me troubleshoot it? Any help would be appreciated.
PS: It's not a gfortran error as gfortran --version shows the correct version of gfortran installed (14.2.0).
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. Unfortunately, I do not have MacOS 15, so I probably can't reproduce the issue. Nevertheless, I'll take a look at this issue when I get the chance. Due to other commitments, it will likely happen a few days from now.
@sanikakhadkikar I unfortunately, wasn't able to reproduce the issue in my Apple Silicon mac machine with Sonoma (14.6). Next week I will bollow an intel mac from my colleagues to see if I can reproduce the issue. I would guess this may happen with the latest Xcode available for 15.0.
Just for heads up, I confirmed that this issue doesn't exist in macOS 14 both intel and Apple Silicon. I will explore a way to test it in macOS 15.
As you can see in the above issue, apparently this is not a common issue among intel mac users of macOS 15. Perhaps you could update your environment and retry if the issue is gone.
Hi! I am trying to install pgplot using your method on an Intel based Macbook (Sequioa 15.0). I am getting the following error:
Last 15 lines from /Users/sanikakhadkikar/Library/Logs/Homebrew/pgplot/02.make:
lxdriv in lxdriv.o
lxdriv in lxdriv.o
lxdriv in lxdriv.o
lxdriv in lxdriv.o
lxdriv in lxdriv.o
...
"__gfortran_transfer_real_write", referenced from:
lxdriv in lxdriv.o
lxdriv in lxdriv.o
psdriv in psdriv.o
psdriv in psdriv.o
psdriv in psdriv.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [libpgplot.dylib] Error 1
Could you help me troubleshoot it? Any help would be appreciated.
PS: It's not a gfortran error as
gfortran --version
shows the correct version of gfortran installed (14.2.0).The text was updated successfully, but these errors were encountered: