Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
//系统版本
Linux version 3.10.0-957.21.3.el7.x86_64 (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Tue Jun 18 16:35:19 UTC 2019
go build编译报错:
github.com/winlinvip/go-fdkaac/fdkaac
../github.com/winlinvip/go-fdkaac/fdkaac/../fdk-aac-lib/objs/lib/libfdk-aac.a(genericStds.o):在函数‘FDKsqrt’中:
../github.com/winlinvip/go-fdkaac/fdk-aac-lib/libSYS/src/genericStds.cpp:358:对‘sqrt’未定义的引用
../github.com/winlinvip/go-fdkaac/fdkaac/../fdk-aac-lib/objs/lib/libfdk-aac.a(genericStds.o):在函数‘FDKpow’中:
../github.com/winlinvip/go-fdkaac/fdk-aac-lib/libSYS/src/genericStds.cpp:357:对‘pow’未定义的引用
../github.com/winlinvip/go-fdkaac/fdkaac/../fdk-aac-lib/objs/lib/libfdk-aac.a(genericStds.o):在函数‘FDKatan’中:
../github.com/winlinvip/go-fdkaac/fdk-aac-lib/libSYS/src/genericStds.cpp:359:对‘atan’未定义的引用
../github.com/winlinvip/go-fdkaac/fdkaac/../fdk-aac-lib/objs/lib/libfdk-aac.a(genericStds.o):在函数‘FDKlog’中:
../github.com/winlinvip/go-fdkaac/fdk-aac-lib/libSYS/src/genericStds.cpp:360:对‘log’未定义的引用
../github.com/winlinvip/go-fdkaac/fdkaac/../fdk-aac-lib/objs/lib/libfdk-aac.a(genericStds.o):在函数‘FDKsin’中:
(此处省略一堆重复错误)
collect2: 错误:ld 返回 1