Hi,
When I'm trying the make command on a SCO-Unix server I got the following warning make: WARNING- All licenses are in use.
I'm the only one log on this server. How can all the licenses be use ???
Thx for the help.
Bruno
Hi,
I try to call in a c binary the following command.
system("pack_it");
where pack_it is a little binary that compress a file.
The trouble is that my binary that call system("pack_it"); is a deamonize binary. So no TTY associated with it.
So system("pack_it); return ENOTTY (errno 25).
So...
Hi,
I got the following C-ISAM problem. It's really simple but I can't go through.
I got the following C-ISAM database which have the following duplicate key -> name tab pos
name tab pos
xxx 1 1
xxx 1 2
xxx 1 3
xxx 1 4
xxx 1 5
I want to add 1 to pos for each record to have the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.