On 16/08/05, Surrel Thomas <[EMAIL PROTECTED]> wrote: > Hi, Hello,
> I'm trying to compile pcsc-lite for a mips target, but with no much > success, I have to admit. > The configure script says it needs lex library, whereas flex is installed : > > ./configure --host=mipsel --enable-syslog --enable-daemon --enable-debug > --enable-debugatr CC=mipsel-linux-uclibc-gcc > > [...] > checking for dlopen in -ldl... yes > checking for socket in -lsocket... no > checking for yywrap in -ll... (cached) no > checking for yywrap in -lfl... (cached) no > configure: error: lex library required > > Actually, I don't get this error if I don't set the CC variable to my > cross compiler. Have a look at the config.log file. It should contain the exact error message. > Does anybody have tried to cross compile to mips before ? Any hint on > what I could try ? I guess you will need the lex library cross-compiled for mips. Bye, -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
