Jean-Marc Lasgouttes wrote: > > >>>>> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: > > Helge> Dropping --enable-shared didn't seem to help: > > The problem is probably to know why configure decided that you do not > have strchr or bcopy. Could you send the snippet of your config.log > file that mention them?
bcopy isn't mentioned in config.log strchr seems to be fine: configure:12832: checking for stpcpy configure:12832: checking for strchr configure:12832: checking for strcasecmp . . . configure:14667: checking for memmove configure:14667: checking for memset configure:14667: checking for strchr configure:14667: checking for putenv configure:14667: checking for setenv As you see, it was checked twice. Note that lyx 1.1.6fix4 and lyx 1.2.0-pre1 configures, compiles and runs fine with my setup. It is only pre3 that fails. Helge Hafting