I compiled quickfix package in linux slackware 11 environment. During the execution command ./configure --with-mysql=/usr/bin I got such response:
... checking for ftime in -lcompat... no checking which threading environment to use... -lpthread checking for pthread_create in -lpthread... no checking stdio.h usability... no checking stdio.h presence... yes configure: WARNING: stdio.h: present but cannot be compiled configure: WARNING: stdio.h: check for missing prerequisite headers? configure: WARNING: stdio.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to [EMAIL PROTECTED] ## configure: WARNING: ## ------------------------------------ ## checking for stdio.h... yes checking for STREAMS ioctl... no checking for socklen_t... no checking for ftime... no checking for set_terminate in the global namespace... no checking for set_terminate in the std namespace... no configure: error: unable to find set_terminate in std or global namespace Could you please explain my mistake? Thank you in advanc
