Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3795972
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T13:09:52+00:00 2026-05-19T13:09:52+00:00

I am having a problem with a configure script verifying the presence of some

  • 0

I am having a problem with a configure script verifying the presence of some basic functions,

AC_CHECK_FUNCS([floor gettimeofday memset pow sqrt sin exp])

Under certain criteria, the results are expected (checking for x... yes). Otherwise the math functions above are claimed to be not defined. The difference is a call to verify some lapack routines first. These are checked by, AC_CHECK_LIB([lapack],[dsyev_],.... If these checks are not done first, then the above math functions fail to check (final compilation works).

I’ve reduced the configure script to the following that recreates the issue,

AC_INIT([TEST], [0.0], [none@none.com])
#AC_CHECK_LIB([lapack],[dsyev_], , AC_MSG_FAILURE([Missing lapack]))
AC_CHECK_FUNCS([floor gettimeofday memset pow sqrt sin exp])

Uncommenting the second line results in proper visual results. I imagine that the math library isn’t included or checked for some reason. In fact, AC_CHECK_LIB([m],[exp]) works fine.

What’s the cause of this, and what is the proper way to use this directive? What kind of x-platform considerations should I observe?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T13:09:53+00:00Added an answer on May 19, 2026 at 1:09 pm

    The math functions are in the math library, so if you want them, you need to pull the math library into the link arguments that configure uses. AC_CHECK_LIB([m],[exp]) is one way to do that. The reason that AC_CHECK_LIB([lapack],...) also has that effect is that it quite probably pulls in -lm itself (not knowing the library, but I read it’s for linear algebra).

    I suggest that you avoid AC_CHECK_LIB and instead use AC_SEARCH_LIBS for functions that are potentially not in the standard C library. So

    AC_SEARCH_LIBS(exp, m)
    AC_SEARCH_LIBS(dsyev_, lapack)
    

    (But using AC_CHECK_LIB is not actually wrong.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a problem with QNetworkAccessManager. Here is some brief description of what I
I'm having some strange problems copying files in a custom script in TFS2008 without
I'm having an odd problem while deploying a Django site using Fabric. I've configured
Having problem with the middle Div not expanding to the width http://acs.graphicsmayhem.com/images/middiv.jpg Ok, how
Im having problem in my UIscrollView ,this is what I have done: Whenever a
I am having problem using mvc:resources in spring 3.1 configuration. Initially i was working
I am having problem with previewing custom performance counters with PerflibV2. Performance Monitor shows
I am having problem to get a numerical value for this expression where I
I'm having problem with datagrid view. I have attached an image with the code
I am having problem with drawing multiple lines during repaint. The code is as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.