Two questions:

1) Why aren't you just installing the plugins via Fink?

% fink list gkrell
Information about 2699 packages read in 3 seconds.

     gkrellkam                  0.3.4-1              Gkrellm plugin - Webcam
viewer
     gkrellkam2                 2.0.0-1              Gkrellm2 plugin -
Webcam viewer
     gkrellm                    1.2.13-3             System monitor stack
for GTK
     gkrellm-mailwatch          2.4.1-1              Mailwatcher plugin for
GKrellM2
     gkrellm2                   2.1.14-1             System monitor stack
for GTK+2
     gkrellmms                  0.5.8-1              XMMS-controlling module
for GKrellM
     gkrellmms2                 2.1.9-1              XMMS-controlling module
for GKrellM
     gkrellmoon2                0.6-1                Moon Phase Module for
GKrellM2
     gkrellmouse                0.0.2-1              Gkrellm plugin - mouse
odometer
     gkrellmss                  2.2-1                Gkrellm2 plugin - ESD
Sound Scope
     gkrellstock                0.4-2                Gkrellm plugin - stock
ticker
     gkrellstock2               0.5.1-1              Stock Module for
GKrellM2
     gkrellweather              0.2.7-1              Weather Module for
gkrellm
     gkrellweather2             2.0.6-2              Weather Module for
GKrellM2

If you don't see them in Fink Commander, then follow the instructions in

http://fink.sourceforge.net/faq/usage-fink.php#unstable

2)  Did you set up your build environment as per 

http://fink.sourceforge.net/faq/usage-general.php#compile-myself

so that your Fink paths get used?

Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
� 
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shawn Owens
Sent: Tuesday, July 08, 2003 8:17 PM
To: [EMAIL PROTECTED]
Subject: [Fink-beginners] Make errors

I have tried to make/install several things from source code (supposedly
ported) but haven�t had much success outside of installing what is available
through the FINK Commander.

Here is a couple of examples of what I am seeing. 

Installing Gkrellm plugins:

ash-2.05a$ sudo make
gcc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags`
-DPACKAGE="\"gkrellweather\"" -DPREFIX=\"/usr/local\" -DVERSION=\"2.0.6\" -c
gkrellweather.c
(cd po && make all )
make[1]: Nothing to be done for `all'.
gcc gkrellweather.o -DVERSION=\"2.0.6\" -o gkrellweather.so -shared
`pkg-config gtk+-2.0 --libs` -lpthread
gcc: unrecognized option `-shared'
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) 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
/sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic library
/sw/lib/libintl.1.dylib(localcharset.lo)
... blah blah blah 
symbol _FT_Glyph_Transform used from dynamic library
/usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic
library /sw/lib/libfreetype.6.dylib(ftglyph.lo)
ld: Undefined symbols:
_main
_GK
_gkrellm_add_meter_style
_gkrellm_chart_new0
...blah blah blah
_gkrellm_panel_create
_gkrellm_panel_new0
make: *** [gkrellweather.so] Error 1

Here is another:

ash-2.05a$ sudo make
gcc �-O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` ���-c -o gkrellmoon.o
gkrellmoon.c
gcc �-O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` ���-c -o MoonRise.o
MoonRise.c
gcc �-O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` ���-c -o CalcEphem.o
CalcEphem.c
CalcEphem.c: In function `DayofWeek':
CalcEphem.c:50: warning: implicit declaration of function `strcpy'
gcc �-O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` ���-c -o Moon.o Moon.c
gcc �-O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` gkrellmoon.o MoonRise.o
CalcEphem.o Moon.o -o gkrellmoon.so -shared `pkg-config gtk+-2.0 --libs`
gcc: unrecognized option `-shared'
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) 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
/sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic library
/sw/lib/libintl.1.dylib(localcharset.lo)
...blah blah blah
symbol _FT_Glyph_Transform used from dynamic library
/usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic
library /sw/lib/libfreetype.6.dylib(ftglyph.lo)
ld: Undefined symbols:
_main
_GK
_gkrellm_add_meter_style
_gkrellm_chart_width
...blah blah blah
_gkrellm_panel_new0
_gkrellm_scale_piximage_to_pixmap
make: *** [gkrellmoon.so] Error 1





-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to