Difficulty in installing ncurses.

2009-07-31 Thread michael green
7.2-RELEASE #0. Generic kernel. Full installation from DVD.


I'm trying to install ncurses because I want to run FoxPro Unix, which expects 
a terminfo database.

I did this:

# cd /usr/src/contrib/ncurses [Enter]
# ./configure [Enter]

The last line of output is

config.status: error: cannot find input file: test/Makefile.in

I contacted the authors and I got a reply stating: It looks as if the 
source-tree is incomplete  and an alternative approach to installation.

How should I proceed? Thanks in advance.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Console terminal behaviour

2003-03-18 Thread michael green
This question concerns console terminal behaviour.

For some time I have been attempting to get MS FoxPro
for SCO Unix running under FreeBSD. I have got most
aspects running acceptably with the exception of the
console behaviour. The symptoms are as follows: FoxPro
starts up normally and everything appear as it should
be. However when I type commands in the command window
the typing appears in white characters on a black
background, not the normal colour pair. On pressing
[Return] the typed input appears in the normal colour
pair at the left side of the screen on the next line
down, the cursor returns to the command box in the
normal colour. No output from foxPro in response to
the command is observed. FoxPro is running however as
pressing [F10] then [Return] results in the [System]
menu dropping down as normal.

On terminals and in an xterm the behaviour is normal.
I'm running a fresh standard install of 4.7 with
GENERIC kernel. The hardware is a standard PC running
an AMD k6-2 300 cpu. I am using a terminfo entry,
reproduced below, kindly supplied by Peter Elsner,
which I understand works perfectly for him.

My questions are these:
1. How should I research and diagnose this problem?
2. Is this question sufficiently described?
3. Where else might I find information and advice on
this problem?

Thank you for your attention, regards, Michael Green

Terminfo source file:
fansi|fansifox|My console,
am, eo, xon, bce, cols#80, it#8, lines#25, color#8,
pairs#64,
[EMAIL PROTECTED], bel=^G, cr=\r,
clear=^[[2J^[[H, el=^[[m^[[K, ed=^[[m^[[J,
cup=^[[%i%p1%d;%p2%dH,
cud1=^[[B, home=^[[H, cub1=\b, cnorm=^[[=13;15C,
cuf1=^[[C,
cuu1=^[[A, cvvis=^[[=0;15C, civis=\E[=14;12C,
smacs=^[[12m, 
blink=^[[5m, bold=^[[1m,
rev=^[[7m, invis=^[[8m, smso=^[[7m, smul=^[[4m,
rmacs=^[[10m,
sgr0=^[[10;0m, rmso=^[[m, rmul=^[[m, il1=^[[L,
kbs=\b, kcbt=^[[Z,
kdch1=^_, kcud1=^[[B, kend=^[[F, kf0=^[[0, kf1=^[[M,
kf10=^[[V,
kf11=^[[W, kf12=^[[X, kf13=^[[Y, kf14=^[[Z,
kf15=^[[a, kf16=^[[b,
kf17=^[[c, kf18=^[[d, kf19=^[[e, kf2=^[[N, kf20=^[[f,
kf21=^[[g,
kf22=^[[h, kf23=^[[i, kf24=^[[j, kf25=^[[k,
kf26=^[[l, kf27=^[[m,
kf28=^[[n, kf29=^[[o, kf3=^[[O, kf30=^[[p, kf31=^[[q,
kf32=^[[r,
kf33=^[[s, kf34=^[[t, kf35=^[[u, kf36=^[[v,
kf37=^[[w, kf38=^[[x,
kf39=^[[y, kf4=^[[P, kf40=^[[z, kf41=^[[@, kf42=^[[[,
kf43=^[[\,\skf44=^[[], kf45=^[[\f\skf46=^[[_,
kf47=^[[`, kf48=^[[{,
kf5=^[[Q, kf6=^[[R, kf7=^[[S, kf8=^[[T, kf9=^[[U,
khome=^[[H,
kich1=^[[L, kcub1=^[[D, knp=^[[G, kpp=^[[I,
kcuf1=^[[C, kcuu1=^[[A,
ind=^[[S, ri=^[[T, kmous=%?%p2%{156}%=%tc%e%p2%c%;,
op=^[[37;40m,
setb=^[[4%p1%dm, setf=^[[3%p1%dm,
# Added civis (Cursor Invisible) 
# Peter Elsner [EMAIL PROTECTED] 7/13/2000.


__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Changing console behaviour

2003-03-11 Thread michael green
Further to my question about missing shared object
libmytinfo.so.2, Peter Elsner was again kind enough to
guide me to the compatibilty libraries, which once
loaded solved the problem. I created a fresh FBSD 4.7
installation and ran the install script which ran
through without a problem. Unfortunately the console
behavour is still very abnormal, which leads me to
believe that there may be some error in the way the
console is configured. Which brings me to my question,
is there any way to alter the console behaviour at
all, and if so what changes would be most likeley to
improve compatibility to MS Foxpro Unix for SCO?
Thanks in advance, regards, Michael Green. 

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


missing file libmytinfo.so.2

2003-03-10 Thread michael green
I recently placed a message asking for help in getting
the SCO version of MS FoxPro Unix running under FBSD
4.7. Peter Elsner (thank you Peter) was kind enough to
send me a shell script which sets things up
automatically. However I ran into a problem with the
version of tic he included. The version of tic
compained about a missing library, the error messsage
was:
/usr/libexec/ld-elf.so.1: Shared object
libmytinfo.so.2 not found
I compiled ncurses and used the version of tic from
that but the results on the console were very
unsatisfactory.

Can anyone shed any light on the missing 'shared
object'. Thanks in advance. Regards, Michael Green

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


docs for ibcs2

2003-03-03 Thread michael green
I am trying to get MS FoxPro for SCO unix working. I
have come up against the 'Too many files open' error,
which I know from trawling the newsgroups and mail
archives to be not a files related problem.

Can anyone point me to any docs which may help me
resolve this issue (or maybe just tell me what is
required). Thanks.

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Are you using a multiserial card?

2002-10-16 Thread michael green

If so I would be very interested to see the section of
the kernel configuration file where the card is
configured, as I am having severe difficulty in
getting a Byterunner tc800 to work. 

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Byterunner multiserial saga

2002-10-04 Thread Michael Green

I've got a Byterunner tc800 set to 0x100 and irq 4 to
correspond with an Arnet 8 port for use under SCO 
OpenServer for terminals (the motherboard com ports
are disabled). 

I'm having difficulty getting it to run under FBSD
4.6.0 (large numbers of dropped characters). 

I have confirmed that the hardware functions correctly
by installing SCO OpenServer.

I have confirmed that the GENERIC kernal works
sucessfully with the motherboards com ports.

I've reviewed man sio, LINT, handbook, and searched
the maillist archives, the www and Byterunner web
site.

/usr/sbin/config returns a syntax error when the
keywords tty, vector or  siointr (see below) are used.
*

Could someone expand on the instructions in man sio
especially the hex flags code and the use of tty and
the other keywords. 

Current kernal config file=
#device sio0 at isa? port IO_COM1 irq 4
#device sio1 at isa? port IO_COM2 irq 3
#device sio2 at isa? port IO_COM3 irq 5
#device sio3 at isa? port IO_COM4 irq 9
options COM_MULTIPORT
device sio0 at isa? port 0x100 flags 0x20705
...
device sio7 at isa? port 0x138 flags 0x20705 irq 4


* Example seen in maillist archives=
device sio11 at isa? port 0x138 tty flags 0xb05 irq 12
vector siointr




Oh yes and what does this mean?:

You should set the 0x1 flag (only in current yet)
as well, to avoid the case where a pending IRQ from a
higher port prevents sio`s test#3 from passing on a
lower port.

Thanks.
PS Is this the correct place for this query?


__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Byterunner multiserial saga

2002-10-02 Thread michael green

I've got a Byterunner tc800 set to 0x100 and irq 4 to
correspond with an Arnet 8 port for use under SCO 
OpenServer for terminals (the motherboard com ports
are disabled). 

I'm having difficulty getting it to run under FBSD
4.6.0 (large numbers of dropped characters). 

I have confirmed that the hardware functions correctly
by installing SCO OpenServer.

I have confirmed that the GENERIC kernel works
sucessfully with the motherboards com ports.

I've reviewed man sio, LINT, handbook, and searched
the maillist archives, the www and Byterunner web
site.

/usr/sbin/config returns a syntax error when the
keywords tty, vector or  siointr (see below) are used.
*

Could someone expand on the instructions in man sio
especially the hex flags code and the use of tty and
the other keywords. 

Current kernal config file=
#device sio0 at isa? port IO_COM1 irq 4
#device sio1 at isa? port IO_COM2 irq 3
#device sio2 at isa? port IO_COM3 irq 5
#device sio3 at isa? port IO_COM4 irq 9
options COM_MULTIPORT
device sio0 at isa? port 0x100 flags 0x20705
...
device sio7 at isa? port 0x138 flags 0x20705 irq 4


* Example seen in maillist archives=
device sio11 at isa? port 0x138 tty flags 0xb05 irq 12
vector siointr




Oh yes and what does this mean?:

You should set the 0x1 flag (only in current yet)
as well, to avoid the case where a pending IRQ from a
higher port prevents sio`s test#3 from passing on a
lower port.

Advice and suggestions please. Is this question in the
right place? Thanks.


__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



sio, tty, vector, siointr etc

2002-09-21 Thread michael green

I've got a Byterunner tc800 set to 0x100 and irq 4 to
correspond with an Arnet 8 port for
use under SCO OpenServer for terminals (the mboard com
ports are disabled). 

I'm having difficulty getting it to run under FBSD
4.6.0 (large numbers of dropped characters). Config
returns a syntax error when the keywords tty, vector
or  siointr (see below) are used. I've reviewed man
sio, LINT, handbook, and searched the maillist
archives, the www and Byterunner web site.

Could someone expand on the instructions in man sio
especially the hex flags code and the 
use of tty and the other keywords. 
device sio0 at isa? port 0x100 tty flags 0xb05
..other identical lines except io port. irq 4
vector siointr

I've tried to implement software flow* control using
stty on the ttydx, ttyidx and ttyldx devices but ixoff
revert back to -ixoff.
* Its an existing 3 wire installation, running SCO
OpenServer.

Oh yes and what does this mean?:

You should set the 0x1 flag (only in current yet)
as well, to avoid the case where a pending IRQ from a
higher port prevents sio`s test#3 from passing on a
lower port.

Thanks.

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message