Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: wksilva on May 17, 2017, 11:01:58 PM
-
Trying to compile ZILE for x86_64, but ./configure show this error:
--------------8<---------------
checking for LIBGC... no
configure: error: Package requirements (bdw-gc >= 7.2) 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 LIBGC_CFLAGS
and LIBGC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------8<---------------
I installed gc.tcz but something is still missing.
-
Hi wksilva
The first question that comes to mind when someone has compilation issues is did you install compiletc.tcz?
The other package you might need is gc-dev.tcz.
-
configure: error: Package requirements (bdw-gc >= 7.2) were not met:
No package 'bdw-gc' found
When you get an error like this, it means that the pkg-config file bdw-gc.pc cannot be found.
If you use the "provides" feature of the apps gui, you can see that bdw-gc.pc is provided by the gc-dev extension.
-
zile posted