惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
雷峰网
雷峰网
V
Visual Studio Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
IT之家
IT之家
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
月光博客
月光博客
A
About on SuperTechFans
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale

博客园 - biggates

Linux Screen 超简单用法 ldconfig gdb前端Nemiver 在Ubuntu中使用autofs自动加载Virtual Box数据空间 常用WinXP小工具集合 VritualBox 数据空间使用手记 在 Google Buzz 中使用格式 x64 WAMP + Oracle 环境搭建 查看Oracle Dump文件的结构 解决 Vista 下 IceGrid 调试时的监视错误 - biggates 使用163镜像在线安装CentOS 令人痛苦的SyncML同步协议错误 C#中从WSDL文件生成Web 服务 有图有真相,百度屏蔽网站行为仍在继续 [转]CSS Hacks 浏览器功能一览:IE曾经垃圾,现在垃圾,将来仍然很垃圾 三步实现 OpenSearch 功能 学习笔记 使用 Java 正则表达式解析 VCard
-lm 必须放在 gcc 命令的最后
biggates · 2011-10-14 · via 博客园 - biggates

今天遭遇到的奇怪问题,总是提示math.h中的函数找不到。经过排查最终确定了这个原因……修改了makefile之后编译通过了。

Notice that the -lm option which requests the math library must be placed at the end of the command line.

也不知道是哪个版本加进来的新规定……?