Abdel wrote:
> Hello Angus,
> 
> With the shared version all demos and examples compile and execute OK.
> Ouf... But the linkage only took an hour and sometimes more than 400
> Megs! I understand why Michael insist on compiling static Qt.
> 
> I had lots of trouble trying to compile aspell so I gave up.

You can always go back to this later.

> Now onto lyx...
> The configure fails with:
> 
> checking types of arguments for select... int,int *,struct timeval *

Your configure.ac has DOS-style line endings. I believe that there's some
magic in the build_lyxwin.sh script to clean that up...

Try the attached dos2unix.sed script as
$ sed -f dos2unix.sed configure.ac > tmp
$ mv tmp configure.ac

-- 
Angus
s/
$//
s/$/
/

Reply via email to