Please, let's move this thread over to the GARNOME mailing list, too. And seriously, do not forward questions to announce lists...
On Sat, 2008-03-01 at 12:59 -0500, Brad Allison wrote: > The following is still true of release candidate 1 as well: > > ---------- Forwarded message ---------- > From: Brad Allison <[EMAIL PROTECTED]> > Date: Sun, Feb 24, 2008 at 11:18 PM > Subject: Request for help: garnome > To: fink-users <[EMAIL PROTECTED]> > > > Sorry if this is the wrong place to ask this question, but I'm trying > to install gnome2 via garnome ( http://www.gnome.org/projects/garnome/ ). > > I got through the first road block of libtool not building (checking > for gcc... cc) by removing -Wl,--export-dynamic from LDFLAGS in > gar.conf.mk. That worked. > > However I'm now getting stuck on the glitz build part of it. > > According to http://www.mail-archive.com/[EMAIL PROTECTED]/msg16067.html > "This is a new issue that was introduced with Leopard, and it has to > be fixed package by package." > > And according to http://www.mail-archive.com/[EMAIL PROTECTED]/msg16105.html > the fix is to add > LDFLAGS="-dylib_file [...]" > But I can't figure out where to add that in to make it work. I've > tried adding it to gar.conf.mk and to the Makefile inside glitz. > Neither took. Well, since changing LDFLAGS worked around the previous issue on Mac OS, and you changed LDFLAGS for this issue just like before -- my guess is, that the above mentioned fix does not apply to your problem. guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
