Thanks. I have tried again with /usr/sfw/bin/gcc for a 64bit build. The
configure is fine, but gmake fails on something that seems like it would be
easy to fix, but I am not sure how. I would very much like any suggestions on
how to get past this. Apparently it has been compiled for Belenix, not sure if
it was a 64bit build though (there is a graphviz-develop package). Thanks.
gcc -shared -Wl,-h -Wl,libgvplugin_gtk.so.5 -o .libs/libgvplugin_gtk.so.5.0.0
.libs/gvplugin_gtk.o .libs/gvdevice_gtk.o .libs/support.o .libs/interface.o
.libs/callbacks.o -R/usr/X11/lib -R/lib -L/opt/local/lib -L/usr/X11/lib -L/lib
-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2
-lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0
-lgdk-x11-2.0 -lXi -lXext -lX11 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm
-lmlib -lpangocairo-1.0 -lgio-2.0 -lXrandr -lXcursor -lXcomposite -lXdamage
-lcairo -lXfixes -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0
-lpthread -lthread -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lc -m64
ld: fatal: library -lgnomeui-2: not found
ld: fatal: library -lbonoboui-2: not found
ld: fatal: library -lgnomevfs-2: not found
ld: fatal: library -lgnomecanvas-2: not found
ld: fatal: library -lgnome-2: not found
ld: fatal: library -lart_lgpl_2: not found
ld: fatal: file processing errors. No output written to
.libs/libgvplugin_gtk.so.5.0.0
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libgvplugin_gtk.la'
Current working directory /fitz/pei/src/graphviz-2.20.3/plugin/gtk
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='core gd pango dot_layout neato_layout xlib gtk ming devil gdk_pixbuf rsvg
quartz gdiplus glitz'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /fitz/pei/src/graphviz-2.20.3/plugin
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libltdl lib plugin cmd tclpkg doc contrib share graphs rtest'; for subdir
in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /fitz/pei/src/graphviz-2.20.3
*** Error code 1
make: Fatal error: Command failed for target `all'
--
This message posted from opensolaris.org