On Mon, 2005-03-14 at 15:40 -0700, Nathanael Phillips wrote: > THanks for the tip, JP :) > > I'm getting the following error, now: > > ... > make[3]: Entering directory > `/home/kalek/apps/evolution/evolution-data-server/servers/groupwise' > /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall > -Wmissing-prototypes -Wno-sign-compare -o libegroupwise-1.2.la > -rpath /opt/evo//lib -version-info 5:0:0 e-gw-connection.lo > e-gw-container.lo e-gw-item.lo e-gw-sendoptions.lo e-gw-message.lo > e-gw-filter.lo -pthread -Wl,--export-dynamic -L/usr/lib/mozilla-1.7.5 > -lxml2 -lz -lgnome-2 -lpopt -lbonobo-2 -lgconf-2 -lgnomevfs-2 > -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 > -lgthread-2.0 -lglib-2.0 -lplds4 -lplc4 -lnspr4 -lpthread -ldl > -lpthread -L/usr/local/lib -lsoup-2.2 -lxml2 -lpthread -lz -lm > -lglib-2.0 > grep: /usr/lib/libgnutls.la: No such file or directory > /usr/bin/sed: can't read /usr/lib/libgnutls.la: No such file or directory > libtool: link: `/usr/lib/libgnutls.la' is not a valid libtool archive > make[3]: *** [libegroupwise-1.2.la] Error 1 > make[3]: Leaving directory > `/home/kalek/apps/evolution/evolution-data-server/servers/groupwise' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/kalek/apps/evolution/evolution-data-server/servers' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/kalek/apps/evolution/evolution-data-server' > make: *** [all] Error 2 > > > I checked it out, and I am indeed missing libgnutls.la, but I haven't > been able to find any packages that match the name. I found and > compiled/installed gnutls10-1.0.4 with no issue, but that didn't > change anything. What did I miss? > > Thanks for the answer in advance,
la files are libtool archives. Generally, if a distro ships them, they are in the -devel package. .la files also reference each other, so some other .la file is probably referencing that file. -JP -- JP Rosevear <[EMAIL PROTECTED]> Novell, Inc. _______________________________________________ evolution maillist - [email protected] http://lists.ximian.com/mailman/listinfo/evolution
