sdss / idlutils

IDL utilities for SDSS
0 stars 0 forks source link

Compile error (library not found) #6

Open joel-roediger opened 1 year ago

joel-roediger commented 1 year ago

Hello,

I just downloaded version 6.2.0 to my Mac Pro (Big Sur 11.7.1) and have encountered an error during compilation which I do not understand. I am attaching a text file which shows the terminal output from executing the ``evilmake all'' command. Could someone please help me figure out how to resolve this error?

Regards, Joel Roediger

joelbrownstein commented 1 year ago

Hello Joel R.,

evilmake is a slight variant of make that was created many years ago to support the variations of compilers available at that time. It has not been tested on Mac Big Sur let alone Apple Silicone CPUs, but if you want to try to run it, you can find it at https://github.com/sdss/idlutils/blob/master/bin/evilmake, so you would be able to add it to your PATH by doing (e.g. in bash): export PATH=$PATH:/path/to/idlutils/bin where /path/to/idlutils is your local idlutils checkout directory.

Thanks, Joel B.

albireox commented 1 year ago

Hi @joel-roediger. I don't think you attached the error. Can you send it?

joel-roediger commented 1 year ago

D'oh! Thanka @albireox.

idlutils_compilationError.txt

joel-roediger commented 1 year ago

@joelbrownstein: I do have evilmake on my machine (obtained via the idlutils repo) and have run it (without success).

joel-roediger commented 1 year ago

Hi @joelbrownstein, @albireox. Any ideas on my compilation error?