| John,
my mistake. I realised by looking at config.log that
the test wasn't done properly. The reason was that
I was pointing FLTK_CONFIGURE to the wrong script.
I pointed it to fltk_dir/configure instead of fltk-config.
Now the ./configure script has picked up everything
alright. I think everything should be in place now.
Thanks for your help,
Victor
> ramsdell@mitre.org (John D. Ramsdell) writes:
>
> > Victor Lazzarini writes:
> >
> > > checking for Fl::lock... no
> > >
> > > I have built and installed fltk with enable-threads
> ...
>
> Victor,
>
> One more thing. The way to be sure your FLTK has thread
> support is by looking at the result of the following g++
> command.
>
> $ fltkbin=
> $ cat lock.cc
> #include
> int main(int argc, char **argv) { Fl::lock(); return 0; }
> $ g++ `$fltkbin/fltk-config --cxxflags`
> `$fltkbin/fltk-config --ldflags` lock.cc
>
> John
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products
> from real users. Discover which products truly live up to
> the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=
click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |