- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在使用 Autoreconf (Autoconf) 时,我如何传递“-lm”标志或指定要包含的库?
程序包括,我可以这样编译:
gcc -std=c99 myprogram -lm
但是当我编译 vi Autoreconf 时,我收到一条错误消息说
undefined reference to 'pow'
undefined reference to 'sqrt'
etc
问题出在 Linux 上,相同的程序在 OSX 上编译没有错误。
我如何编辑 configure.ac 或 Makefile.am 以获得 gcc 的 -lm 标志?
最佳答案
将 AC_SEARCH_LIBS([sqrt], [m])
添加到您的 configure.ac
。
关于c - Linux 上的 Autoreconf 和 <math.h>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34977113/
我正在使用 docker 将 lambda 函数部署到 aws,lambda 函数正在使用 pyjq 库,它需要安装这些库:flex bison libtool make autoconf就是说,建分
这是我的 Dockerfile: FROM node:10-alpine RUN mkdir -p /home/node/salvator/node_modules && chown -R node:
我正在尝试在 Ubuntu 14.04 上安装一个需要以下命令的库: autoreconf -vfi 输出是 Usage: autoreconf [-f] [-h] [--help] [-m dir]
我是Autotools的新手| .根据我的理解,人们会使用以下基本步骤来使用 Autotools 构建软件: autoreconf --install ./configure 制作 但是,我注意到大多
我已经下载了这个tarball我想编译。所以我写了这个: /tmp/libtheoraplayer/trunk/$ autoreconf --force --install 但是我开始了这个: lib
我试图从 sf.net 构建 xtables-addons。 我已经从 SF 克隆了 xtables-addons git repo。它有一个“autogen.sh”来创建配置脚本。 ./autoge
我正在尝试在 Windows 上使用 Cygwin 编译 nDPI 库。当我尝试运行 autogen.sh 文件时,出现以下错误 ./autogen.sh: line 5: autoreconf: c
我正在尝试为其中一个项目编译代码,源文件使用 autoreconf 生成 makefile。 "autoreconf --verbose --force --make " 问题是这会以某种方式生成将编
修改this source code时我从 autoreconf 得到这个错误: $ autoreconf configure.ac:240: warning: macro 'AM_PATH_GLIB
我创建了一个 Makefile.in,在其中读取文件内容并将其传递给 CFLAGS。调用 ./configure ... 将生成 Makefile,一切正常。 Makefile.in: ... MY_
在使用 Autoreconf (Autoconf) 时,我如何传递“-lm”标志或指定要包含的库? 程序包括,我可以这样编译: gcc -std=c99 myprogram -lm 但是当我编译 vi
在 debian wheezy Linux 上运行这些命令需要哪些 .deb 包? cd software_that_builds_with_autotools autoreconf --instal
我尝试在集群系统上安装 pyCOMPSs (v1.4) super 计算机的安装脚本。脚本因以下错误而终止: libtool: link: ranlib .libs/libcbindings.a li
我正在尝试在 Ubuntu 上安装 OpenTSDB,我正在关注 this documentation .但是在运行这些命令之后: git clone git://github.com/OpenTSD
我从以下位置为 Eclipse 安装了 Autotools 插件:http://www.eclipse.org/linuxtools/projectPages/autotools/ . 然后,我首先在
我正在尝试re-install Ruby 1.9.3 with a patch that will allow me to use ruby-debug . 按照说明运行时 rvm reinstall
运行 autoreconf 时出现此错误 parallel-tests: error: required file './test-driver' not found parallel-tests:
我正在使用 Openvswitch 在 mininet 平台上创建 mpls vpn 网络。我正在使用内核版本为 4.4.0-97-generic 的 Ubuntu 14.04 服务器。我正在尝试将我
我的项目有 docker alpine 镜像,我需要安装 gifsicle Node 包,但在安装它时我收到错误 Directory: /var/www/abboom-landing/node_mod
我是一名优秀的程序员,十分优秀!