> I went and got djgpp beta v2.04 and pthread.h, but I still have > dependency problems.
If pthread.h is used, you will also need to link to the matching library. > > Specifically: sys/socket.h > sys/wtime.h > sys/select.h If you get Watt-32, and include its include directory in your command-line (e.g. -I$WATT_ROOT/include), you should have those headers. And sys/select.h should already exist in djgpp 2.04... wait sys/select.h is part of Watt-32, but DJGPP has all of the necessary symbols for select() defined in time.h, so you could do an #ifndef __DJGPP__/.../#endif for that line. > > don't resolve. I didn't expect everything to resolve, that would be > asking a lot. > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Freedos-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freedos-user > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Freedos-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-user
