Q-medium
0 Documents
0 Subscribers
0 Reads
7a70a80480
Stacked_icons_15x15
mmutale Scribbled:
Dear Sir, Can someone provide me with Installation instructions for RHEL 5 for Informix SE version 7.26 UC6R1 Informix 4gl Developer Version 7.32 UC4 Informix 4gl Runtime Version 7.32 UC4 Informix 4gl Compiler RT Version 7.32 UC3 Informix Sql Development Version 7.32 UC4 Informix Sql Runtime Version 7.32 UC4 I will appreciate your effort. Felix Mwango Mutale fmutale02@yahoo.com

Install Unix

UNIX/Cygwin/MinGW COMPILATION Note: Platform specific notes regarding specific operating systems may

anon-735960

04 / 17 / 2009
F8ede373e2
Stacked_icons_15x15
mmutale Scribbled:
Hello I need help. We have Linux Red Hat 4 and I am trying to compile the following 'C' Program. #define CUR_PD 338 #include<stdio.h> #include<stdlib.h> #include<curses.h> struct s_menus{ int ops; int y,x,w,o; int ptr; char title[20]; char options[10][40]; char commands[10][40]; }; typedef struct s_menus MENU; int opt; MENU m; main() { char a[20]; int i,y,x,o,w; opt=0; InitialiseAll(); menus_ini(&m); InitialiseFile(&w); x=(80-w)/2; y=5; o=opt+2; menus_title(&m,"UNZA"); i=menus(&m,y,x,o,w); clear(); refresh(); endwin(); } When I use the following: cc unzamenu2.c -lcurses -o unzamenu or gcc unzamenu2.c -o unzamenu it is coming up with: 'undefined reference to 'stdscr' Which I feel should be in the include libraries. Can you please help ? Thanking you in advance. Felix Mwango Mutale

The Linux Programmer's Guide

The Linux Programmer’s Guide is meant to do what the name implies—It is to help Linux programmers understand the peculiarities of Linux. By its nat...

jaymody

03 / 31 / 2009