Questions tagged [sco-unix]

8 questions
1
vote
2 answers

Need gcc/g++ working on SCO6

Has anyone found a way to get gcc to build/install on SCO6? With 2.95 and 4.3 I get to the point where it needs to use (2.95) or find (4.3) the assembler and that's where it fails. If anyone has figured this out I would appreciate the info! Thanks
Zdenik
  • 406
  • 1
  • 4
  • 13
1
vote
1 answer

Enable Network Access to Informix v2.0

I have the pleasure of migrating data from an old IBM server running SCO unix and informix 2.0. The server/db work fine- the db however isn't available over tcp/ip. Trying to find out how to enable access to informix over ip. Any help/direction…
1
vote
1 answer

Weird problem with entering numpad keystrokes in JTextComponent

I'm using SCO OSR5 Operating system. My java version is 1.4 I have a really weird problem, with entering numpad keystrokes in JTextComponent. When I'm using VNC connection everything works fine. When I review the keycodes that VNC sends with "xev"…
kofucii
  • 7,393
  • 12
  • 51
  • 79
0
votes
2 answers

Issues while getting user input in SCO Unix OS

I face a strange issue while trying to get user input through my code. I am pretty sure that the issue is not with the code but related to OS like standard input stream (stdin) or something like that, but since I don't have another machine with…
user7083883
  • 29
  • 1
  • 8
0
votes
1 answer

Create pdf file with ghostscript

I'm using SCO Unix, with old version of ghostscript (7.7). When I convert the postscript source file to pdf otput file, It's content is visible on the SCO machine. But when I copy the pdf file into windows, and open it with adobe acrobat, all I can…
kofucii
  • 7,393
  • 12
  • 51
  • 79
0
votes
1 answer

Sco Unix Grep Specific Number (ID)

I have a programme I am writing for work. it connects onto our Sco Unix server and runs a command, which most of the time works fine String command = "ps -eo ruser,pid,ppid,stime,etime,tty,args | sort -k4 | grep /PGProcid="+ProcID+"\\ | grep -v…
0
votes
3 answers

How are databases typically implemented in SCO Unix versions of Business Basic?

We have an older reservation application written in BASIC implemented on an SCO Open Server Unix box. It is Release 5 from 2004 (version info from uname -a is "SCO_SV churchil 3.2 5.0.7 i386"). The reservation application is written in BASIC, which…
0
votes
2 answers

Querying DBF from SQL Server 2008-2012

I've the following problem, we have an old fox pro app running in an SCO UNIX server (I know this is amazing!), we actually transfer files from FTP to differents server then we transfor them from dbf to a txt and then! we read the txts and we…
Clark Jeria
  • 53
  • 2
  • 8