Skip to content

Instantly share code, notes, and snippets.

@offby1
Created December 14, 2009 07:03
Show Gist options
  • Save offby1/255853 to your computer and use it in GitHub Desktop.
Save offby1/255853 to your computer and use it in GitHub Desktop.
configure:30224: checking for pkg-config
configure:30242: found /usr/bin/pkg-config
configure:30254: result: /usr/bin/pkg-config
configure:30279: checking pkg-config is at least version 0.9.0
configure:30282: result: yes
configure:30293: checking for BDW_GC
configure:30301: $PKG_CONFIG --exists --print-errors "bdw-gc"
Package bdw-gc was not found in the pkg-config search path.
Perhaps you should add the directory containing `bdw-gc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bdw-gc' found
configure:30304: $? = 1
configure:30319: $PKG_CONFIG --exists --print-errors "bdw-gc"
Package bdw-gc was not found in the pkg-config search path.
Perhaps you should add the directory containing `bdw-gc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bdw-gc' found
configure:30322: $? = 1
No package 'bdw-gc' found
configure:30360: error: Package requirements (bdw-gc) were not met:
No package 'bdw-gc' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BDW_GC_CFLAGS
and BDW_GC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment