摘要:
常见gcc编译警告整理 http://my.oschina.net/mickelfeng/blog/112415 阅读全文
posted @ 2013-03-08 20:29
lexus
阅读(195)
评论(0)
推荐(0)
|
摘要:
常见gcc编译警告整理 http://my.oschina.net/mickelfeng/blog/112415 阅读全文
posted @ 2013-03-08 20:29
lexus
阅读(195)
评论(0)
推荐(0)
摘要:
google c++ 命名规范 http://my.oschina.net/hejiula/blog/112457 阅读全文
posted @ 2013-03-08 20:28
lexus
阅读(166)
评论(0)
推荐(0)
摘要:
[组图] 科技圈最具权势 25 大女工程师 http://www.oschina.net/news/38376/top-25-women-it-enginers 阅读全文
posted @ 2013-03-08 20:26
lexus
阅读(179)
评论(0)
推荐(0)
摘要:
AnySQL.net » Blog Archive » 静态编译的MySQL易挂起« 静态编译的MySQL易挂起 » MySQL » http://www.anysql.net/mysql/mysql-hang-with-static-ldflags.html 2009-06-22 准备试用MySQL, 先用它来存放收集的一些性能数据, 就找了一台16GB的x86_64机器, 自已下载了源代码进... 阅读全文
posted @ 2013-03-08 17:37
lexus
阅读(247)
评论(0)
推荐(0)
摘要:
/usr/bin/ld: cannot find -lgcc_s 问题解决小记 - cassvin - 博客园/usr/bin/ld: cannot find -lgcc_s 问题解决小记由于之前用wubi装的ubuntu并且只给了它10G的硬盘空间,随着学习的深入这种配备已经无法满足我的需求了。今天索性把ubuntu从windows上“卸载了”,划了20G -_-的空余空间准备安装ubuntu双... 阅读全文
posted @ 2013-03-08 17:33
lexus
阅读(424)
评论(0)
推荐(0)
摘要:
Linux下静态编译的一个TIP | 素包子Linux下静态编译的一个TIP2010年3月28日 baoz 阅读评论linux下静态编译好处很多,一来是可以跨发行版(debian redhat gentoo),跨版本,跨架构(x86 x64)运行程序,可以联想到一些邪恶的东西;二来是可以避免动态库被修改影响程序输出,后门检测工具一般最好可以静态编译。在linux里静态编译一些东西的时候,ld会报... 阅读全文
posted @ 2013-03-08 17:31
lexus
阅读(160)
评论(0)
推荐(0)
摘要:
c++ - mysqlclient library linkage problem - Stack Overflow 1 down vote accepted-L/usr/lib64/mysqlThe ld.so.conf stuff is only used at runtime, not compile time. 阅读全文
posted @ 2013-03-08 16:54
lexus
阅读(238)
评论(0)
推荐(0)
摘要:
与MySQL客户端库的链接问题 - MySQL官方教程A.3.1.与MySQL客户端库的链接问题当你链接到应用程序以使用MySQL客户端库时,可能会遇到以mysql_开始的未定义引用错误,如下所示:/tmp/ccFKsdPa.o: 在函数`main'中:/tmp/ccFKsdPa.o(.text+0xb): 对`mysql_init'的未定义引用。/tmp/ccFKsdPa.o(.text+0x3... 阅读全文
posted @ 2013-03-08 16:47
lexus
阅读(234)
评论(0)
推荐(0)
摘要:
MySQL :: MySQL 5.0 Reference Manual :: 20.6.16.1 Problems Linking to the MySQL Client Library20.6.16.1.Problems Linking to the MySQL Client LibraryWhen linking with the C API, the following errors may... 阅读全文
posted @ 2013-03-08 16:25
lexus
阅读(375)
评论(0)
推荐(0)
摘要:
linux 静态链接 mysql glibc 库的悲催过程 - mango的日志 - 网易博客linux 静态链接 mysql glibc 库的悲催过程 2012-12-29 19:09:31|分类: 默认分类 |标签:linux静态链接staticlinkingglibc |字号大中小订阅这两天需要把项目做成静态链接版本,便于在各公司的各种linux平台上运行。我想这还不简单,链接参数加一个-... 阅读全文
posted @ 2013-03-08 16:21
lexus
阅读(1717)
评论(0)
推荐(0)
摘要:
linux静态链接库与动态链接库的区别及动态库的创建(转) - 周飞 - 博客园linux静态链接库与动态链接库的区别及动态库的创建(转)一、引言 通常情况下,对函数库的链接是放在编译时期(compile time)完成的。所有相关的对象文件(object file)与牵涉到的函数库(library)被链接合成一个可执行文件(executable file)。程序在运行时,与函数库再无瓜葛,因为... 阅读全文
posted @ 2013-03-08 15:46
lexus
阅读(196)
评论(0)
推荐(0)
摘要:
gcc常用参数 - hahapro的专栏 - 博客频道 - CSDN.NET-Ldir 制定编译的时候,搜索库的路径。比如你自己的库,可以用它制定目录,不然 编译器将只在标准库的目录找。这个dir就是目录的名称。 -O0 -O1 -O2 -O3 编译器的优化选项的4个级别,-O0表示没有优化,-O1为缺省值,-O3优化级别最Linux下Gcc生成和使用静态库和动态库详解(转) - 一路向北 - C... 阅读全文
posted @ 2013-03-08 14:43
lexus
阅读(221)
评论(0)
推荐(0)
摘要:
如何对链接了mysqlclient的程序静态编译? - C/C++ - ChinaUnix.net -[C] 如何对链接了mysqlclient的程序静态编译? --> [复制链接] 0 0 -->南非蜘蛛南非蜘蛛 当前离线空间积分0 信誉积分279 UID35035阅读权限200积分6782帖子12085精华117可用积分6783 专家积分338 在线时间1738 小时注册时间2002-... 阅读全文
posted @ 2013-03-08 14:20
lexus
阅读(389)
评论(0)
推荐(0)
摘要:
(Linux ) gcc 编译失败:/usr/bin/ld: cannot find -lxxx-浮生-搜狐博客gcc xx.c -o abc -lxxx的时候出现如下错误:/usr/bin/ld: cannot find -lxxxcollect2: ld returned 1 exit status原因:gcc找不到需要链接的lib解决方案:1. 不要用 -l ,而直接把libmysqlcli... 阅读全文
posted @ 2013-03-08 14:12
lexus
阅读(527)
评论(0)
推荐(0)
摘要:
MySQL :: MySQL 5.1 Reference Manual :: 21.8.3 C API Function Descriptions[+/-]21.8.3.1. mysql_affected_rows()21.8.3.2. mysql_autocommit()21.8.3.3. mysql_change_user()21.8.3.4. mysql_character_set_name... 阅读全文
posted @ 2013-03-08 13:34
lexus
阅读(259)
评论(0)
推荐(0)
摘要:
C++操作MySQL,有用的朋友顶下,辛苦的原创啊. - 天下 - C++博客C++操作MySQL,有用的朋友顶下,辛苦的原创啊.向google大神搜 :mysql-connector得http://www.mysql.com/products/connector/这些就是mysql所谓的连接器吧.一路向下看到:C++ Wrapper for MySQL C API (MySQL++) Downl... 阅读全文
posted @ 2013-03-08 11:50
lexus
阅读(257)
评论(0)
推荐(0)
摘要:
Lean and extensible mySQL C++ wrapper - CodeProjectLean and extensible mySQL C++ wrapper 阅读全文
posted @ 2013-03-08 11:46
lexus
阅读(193)
评论(0)
推荐(0)
摘要:
MySQL Programming: C APIMySQL Programming: C API 阅读全文
posted @ 2013-03-08 11:32
lexus
阅读(117)
评论(0)
推荐(0)
摘要:
21.4.5.1.MySQL Connector/C++ Connecting to MySQL21.4.5.1.MySQL Connector/C++ Connecting to MySQLA connection to MySQL is established by retrieving an instance of sql::Connection from a ... 阅读全文
posted @ 2013-03-08 11:28
lexus
阅读(191)
评论(0)
推荐(0)
摘要:
SQL C++代码自动生成器(sql2class)介绍 - Newzai的专栏 - 博客频道 - CSDN.NETSQL C++代码自动生成器(sql2class)介绍 分类: UNIX/LINUX C/C++/VC 2008-11-11 22:51 941人阅读 评论(0) 收藏 举报sqlclassc++数据库api数据库相关sql2class 是一个工具,用于把数... 阅读全文
posted @ 2013-03-08 11:18
lexus
阅读(365)
评论(0)
推荐(0)
|