coin-or / CppAD

A C++ Algorithmic Differentiation Package: Home Page
https://cppad.readthedocs.io
Other
446 stars 94 forks source link

Undefined reference to temp_file #172

Closed zrd1234 closed 1 year ago

zrd1234 commented 1 year ago

Hello, after installing CppAD on arm architecture, I wrote a test file to test it. When I compiled it, I encountered the following error.

1680470580041
bradbell commented 1 year ago

How did you solve your problem ? It seems from the message above that you were missing -lcppad_lib on the link line ?

zrd1234 commented 1 year ago

How did you solve your problem ? It seems from the message above that you were missing -lcppad_lib on the link line ? Just connect the library to the terminal prompt.