LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems installing glib-2.2.0 (https://www.linuxquestions.org/questions/linux-software-2/problems-installing-glib-2-2-0-a-129690/)

ooagentbender 12-29-2003 02:34 AM

Problems installing glib-2.2.0
 
So the problem im having is that the damn thing isn't seeing pkg-config even though its in /usr/local/bin if it needs to be somewhere else will someone tell me. Also I can't run it outside of that folder even though I chmodded it with -x and I included the folder in PATH. If somone could help me out with all this stuff It would be awesome, I'm trying to get the open source c# compiler installed on my system.

thanks.

ooagentbender 12-29-2003 03:21 AM

figured it out myself, sorry to bother everyone

but now im getting this when I do the make on getlib.... anyone?

/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o timeloop-closure timeloop-closure.o ../glib/libglib-2.0.la ../gobject/libgobject-2.0.la -lintl
gcc -g -O2 -Wall -o .libs/timeloop-closure timeloop-closure.o -L../glib/.libs -L../gobject/.libs -lgobject-2.0 -L/Users/ooagentbender/desktop/glib-2.2.0/glib/.libs -lglib-2.0 -L/usr/local/lib -lintl -L/usr/lib -liconv -lc
ld: warning multiple definitions of symbol _locale_charset
/usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/usr/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
symbol _locale_charset used from dynamic library /usr/lib/libiconv.dylib(localcharset.o) not from earlier dynamic library /usr/local/lib/libintl.2.dylib(localcharset.o)
creating timeloop-closure
Making all in build
Making all in win32
Making all in dirent
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
Making all in po
make[2]: *** No rule to make target `azNONE', needed by `all-yes'. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


All times are GMT -5. The time now is 05:16 AM.