实在不知道怎么弄了,请大家帮帮忙,进来看看!

winterkb 2008-03-29 10:57:24
怎么在VC6.0里面用BDD的buddy2.4这个包呢
下面是一些说明,不明白怎么弄
请大家帮帮忙 ,弄了好几天了 网上也查不到
Installing
1.Edit the file "config" to specify your compiler and install options.
2.Type make to make the binary.
3.Type make install to copy the BDD files to their appropriate directories
4.Type make examples to make the examples

Compiling
This is rather simple.Just inform the compiler of where the binaries and
include files are installed. With Gnu C this is done with the -I and -L
options. Assuming that the binary library libbdd.a is installed in
usr\local\lib and the include file bdd.h is installed in /usr/local/include,
then the compile command should be
cc -I/usr/local/include myfile.c -o myfile -L/usr/include/lib -lbdd
If the above directories are included in your search path already,then you might be able to reduce the command to
cc myfile.c -o myfile -lbdd
...全文
118 5 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
积木 2008-03-29
  • 打赏
  • 举报
回复
怎么google不到这个包?而且貌似这是linux包啊,在VC6下面编译不了吧。
积木 2008-03-29
  • 打赏
  • 举报
回复
那是肯定的了。肯定挺依赖linux库的。除非你能找到所有他依赖的库的windows版本。
winterkb 2008-03-29
  • 打赏
  • 举报
回复
从网上找了半天都没有找到windows版本的
难道真要装个linux才能用?

积木 2008-03-29
  • 打赏
  • 举报
回复
那个make文件都是给linux准备的。你肯定不能直接放在VC6下面直接用的。
winterkb 2008-03-29
  • 打赏
  • 举报
回复
谢谢楼上的
真的是linux下的
看看能不能找到windows 的
确实不太好找,我是在这找到这个包的
http://sourceforge.net/projects/buddy/

24,860

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 工具平台和程序库
社区管理员
  • 工具平台和程序库社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧