小编Sap*_* BH的帖子

如何在 ./configure 中放置多个 -I、-L 和 -l 标志?

我正在尝试使用./configure.

我有

  1. 三个包含目录

    -I/path1/include
    -I/path2/include
    -I/path3/include
    
    Run Code Online (Sandbox Code Playgroud)
  2. 两个链接目录

    -L/path1/lib
    -L/path2/lib
    
    Run Code Online (Sandbox Code Playgroud)
  3. 两个-l标志选项

    -ltensorflow
    -lasan
    
    Run Code Online (Sandbox Code Playgroud)
  4. 两个编译标志

    -O3
    -g
    
    Run Code Online (Sandbox Code Playgroud)

我怎样才能有效地将所有这些标志作为选项放入./configure

compiling make automake configure autoconf

4
推荐指数
1
解决办法
1139
查看次数

标签 统计

autoconf ×1

automake ×1

compiling ×1

configure ×1

make ×1