Thread overview
Missing functions
Jul 17, 2002
Gisle Vanem
Jul 18, 2002
Walter
Jul 19, 2002
Cesar Rabak
Jul 19, 2002
Walter
Jul 23, 2002
Matthew Wilson
July 17, 2002
The <sys/dirent.h> functions opendir(), readdir() and closedir() are not part of any sd?.lib.
They are not ifdef'ed in <sys/dirent.h>, so I assume they should be present. Did someone
forget to include them?

Gisle V.

July 18, 2002
"Gisle Vanem" <giva@bgnett.no> wrote in message news:ah3dkq$o0f$1@digitaldaemon.com...
> The <sys/dirent.h> functions opendir(), readdir() and closedir() are not
part of any sd?.lib.
> They are not ifdef'ed in <sys/dirent.h>, so I assume they should be
present. Did someone
> forget to include them?

They were for the (once upon a time) SCO unix version, and were never implemented for DOS. The findfirst/findnext functions should deliver all the functionality needed, however.


July 19, 2002
Walter wrote:
> 
> "Gisle Vanem" <giva@bgnett.no> wrote in message news:ah3dkq$o0f$1@digitaldaemon.com...
> > The <sys/dirent.h> functions opendir(), readdir() and closedir() are not
> part of any sd?.lib.
> > They are not ifdef'ed in <sys/dirent.h>, so I assume they should be
> present. Did someone
> > forget to include them?
> 
> They were for the (once upon a time) SCO unix version, and were never implemented for DOS. The findfirst/findnext functions should deliver all the functionality needed, however.

Walter,

Does this means it is possible to port the DM C/C++ compiler to unixy OSs? I'm just wondering if a Linux port could be added!!

-- 
Cesar Rabak
GNU/Linux User 52247.
Get counted: http://counter.li.org/
July 19, 2002
"Cesar Rabak" <csrabak@uol.com.br> wrote in message news:3D376A89.A302944A@uol.com.br...
> Walter,
>
> Does this means it is possible to port the DM C/C++ compiler to unixy OSs? I'm just wondering if a Linux port could be added!!

Yes, it is very possible, but there weren't enough people interested in it to make the project worthwhile.


July 23, 2002
I'd be very interested in a Linux port

"Walter" <walter@digitalmars.com> wrote in message news:ah89qr$1dvn$1@digitaldaemon.com...
>
> "Cesar Rabak" <csrabak@uol.com.br> wrote in message news:3D376A89.A302944A@uol.com.br...
> > Walter,
> >
> > Does this means it is possible to port the DM C/C++ compiler to unixy OSs? I'm just wondering if a Linux port could be added!!
>
> Yes, it is very possible, but there weren't enough people interested in it to make the project worthwhile.
>
>