Hello,
I'm trying to compile some test code like this:
libintl exists and is found by
Thanks for any suggestions.
sprock
I'm trying to compile some test code like this:
cc -Wall -g -o tutorial main.c `pkg-config --cflags --libs gtk+-2.0` -export-dynamic but the linker complains:
Code:
/usr/bin/ld: cannot find -lintl
ldconfig -r. This follows having run pkg delete -f gettext and pkg upgrade as per the most recent /usr/ports/UPDATING file.Thanks for any suggestions.
sprock