On Wednesday 15 March 2006 06:15, tanujit medhi wrote: > But while building the package using "make" we got the > following error:
Been there, done that :-)
> Undefined first referenced
> symbol in file
> ReCheckSerialReaders pcscd-pcscdaemon.o
> HPReCheckSerialReaders pcscd-pcscdaemon.o
Two options:
First, edit hotplug_generic.c and add definitions for these two symbols, like:
---
char ReCheckSerialReaders = FALSE;
void HPReCheckSerialReaders(void)
{
ReCheckSerialReaders = TRUE;
}
---
Second, upgrade to 1.2.9-beta10 or, better yet, 1.3.0, both of which fix this
problem.
Shawn.
pgpKmiF0NTAAP.pgp
Description: PGP signature
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
