-
Notifications
You must be signed in to change notification settings - Fork 5
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
Compile Error #1
Comments
I looked at the spooles.a library file I created and do not see that symbol. I see FrontMtx_factorInpMtx. |
Got it working. Had to uncomment some lines when building SPOOLES then add MT library when building ccx. Can provide details if anyone interested. |
Hello @fpiergen, |
hello! I would love some help too! thank you very much in advance. |
Hello, following the following steps, things work for me on MACOS 10.15.
as follows LIBS =
|
Hi, @fpiergen & @remijaboeuf, I got some errors when compiling SPOOLES on MacOS Catalina. It seems that I cannot successfully install them by following the instructions in the pdf file. Could you please share some details about this? Thanks! |
It works on 10.15.7 (19H15)! |
Got this error on my MAC.
Undefined symbols for architecture x86_64:
"_FrontMtx_MT_factorInpMtx", referenced from:
_factor_MT in ccx_2.15.a(spooles.o)
"_FrontMtx_MT_solve", referenced from:
_fsolve_MT in ccx_2.15.a(spooles.o)
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [ccx_2.15] Error 1
Any suggestions? Thanks for your efforts.
The text was updated successfully, but these errors were encountered: