leefreeopen
Results
2
comments of
leefreeopen
$> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig PKG_CONFIG_PATH should set to cgo. pkgconfig will give proper link options to build math lib. I spent 2 days figuring out why ubuntu failed to make go-python....
in cgoflags_unix.go file // +build !windows package python **// #cgo pkg-config: python-2.7** // #include "go-python.h" import "C" cgo pkg-config: python-2.7 --> pkg-config should know to find python-2.7.pc file path sudo...