On 1/5/02 4:28 PM, "Jeremy Higgs" <[EMAIL PROTECTED]> wrote:

> On 30/4/02 9:58 PM, "Ben Hines" <[EMAIL PROTECTED]> wrote:
> 
>> At 9:07 PM +1000 4/30/02, Jeremy Higgs wrote:
>>> Hi everyone!
>>> 
>>> I'm trying to package graphviz, and I'm getting the following error:
>>> 
>>> cc -dynamiclib -flat_namespace -undefined suppress -o
>>> .libs/libgdtclft.0.0.0.dylib  gdtclft.lo -all_load
>>> ../tclhandle/.libs/libtclhandle.al ../gd/.libs/libgd.al
>>> ../tclstubs/.libs/libtclstubs.al  -L/sw/lib
>> 
>> 
>> Did you perform any libtool patches? This looks like it might be "the
>> convenience library bug".
>> 
>> http://fink.sourceforge.net/doc/porting/libtool.php
>> 
>> -Ben
> 
> I only added the '-flat_namespace' to the configure script.
> 
> Thanks for that, I'll try it out!
> 
> 
> 

OK... I patched the ltmain.sh file according to the 'convenience libraray'
bug section on the page, but I eventually got this:

cc -dynamiclib -flat_namespace -undefined suppress -o
.libs/libtcldgl.0.0.0.dylib  dgl.lo dglayout.lo dglshape.lo dglutil.lo
-all_load  ../tclhandle/.libs/libtclhandle.al ../agraph/.libs/libagraph.al
../cdt/.libs/libcdt.al ../fdp/.libs/libfdp.al ../dag/.libs/libdag.al
../geo/.libs/libgeo.al ../grid/.libs/libgrid.al ../incr/.libs/libincr.al
../pathplan/.libs/libpathplan.al ../agutil/.libs/libagutil.al
../shape/.libs/libshape.al ../ns/.libs/libns.al
../tclstubs/.libs/libtclstubs.al  -L/sw/lib -lc -lm -lc -install_name
/sw/lib/graphviz/libtcldgl.0.dylib -compatibility_version 1 -current_version
1.0
ld: multiple definitions of symbol ___eprintf
dgl.lo definition of ___eprintf in section (__TEXT,__text)
/usr/lib/libcc_dynamic.a(_eprintf.o) private external definition of
___eprintf in section (__TEXT,__text)
/usr/bin/libtool: internal link edit command failed
make[3]: *** [libtcldgl.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### make failed, exit code 2
Failed: compiling graphviz-1.8.5-1 failed

Any ideas on how I'd fix that...? The errors just keep on coming! :)

Thanks!


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to