On Wed, Jan 07, 2004, Alexander R. Pruss wrote: > Finally, after changing things so that everything would compile, I get: > ../PalmCUnit/PalmCUnit.o: In function `PilotMain': > PalmCUnit.c:465: multiple definition of `PilotMain'
You haven't configured it correctly; the PilotMain in viewer.c is replaced with the PilotMain from PalmCUnit when HAVE_PALMCUNIT is defined. /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
