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
Building since years successful numerical applications on my laptop I am surprised that my own build for qucs-s is working very well if I see the excerpt output of the cmake command to stdout:
-- Looking for floor
-- Looking for floor - not found
-- Looking for pow
-- Looking for pow - not found
-- Looking for exp
-- Looking for exp - not found
-- Looking for sqrt
-- Looking for sqrt - not found
-- Looking for log10
-- Looking for log10 - not found
-- Looking for log
-- Looking for log - not found
-- Looking for cos
-- Looking for cos - not found
-- Looking for sin
-- Looking for sin - not found
-- Looking for acos
-- Looking for acos - not found
and much more.
This is under ubuntu 22.04.
The text was updated successfully, but these errors were encountered:
I am getting the same warning on all platforms, but everything could be built without problems. Probably the Cmake checks for some specific function versions. I think these warning may be ignored.
Building since years successful numerical applications on my laptop I am surprised that my own build for qucs-s is working very well if I see the excerpt output of the cmake command to stdout:
-- Looking for floor
-- Looking for floor - not found
-- Looking for pow
-- Looking for pow - not found
-- Looking for exp
-- Looking for exp - not found
-- Looking for sqrt
-- Looking for sqrt - not found
-- Looking for log10
-- Looking for log10 - not found
-- Looking for log
-- Looking for log - not found
-- Looking for cos
-- Looking for cos - not found
-- Looking for sin
-- Looking for sin - not found
-- Looking for acos
-- Looking for acos - not found
and much more.
This is under ubuntu 22.04.
The text was updated successfully, but these errors were encountered: