Search Results

Search: Posts Made By: wvuguy
Forum: Programming 07-30-2009
20,758
Posted By wvuguy
I have not tried -lncursesw. i dont think the...
I have not tried -lncursesw. i dont think the library is installed. I will need to ask systems to install it. All the missing symbols are a part of ncurses.h file so it should work once the file is...
Forum: Programming 07-30-2009
20,758
Posted By wvuguy
There is no libncurses.so file under that folder....
There is no libncurses.so file under that folder. How do I tell the compiler to use the archive? I have tried using -lncurses and -L/path_to-archive. Thanks.
Forum: Programming 07-29-2009
20,758
Posted By wvuguy
Here is the part of the make file: # Link...
Here is the part of the make file:

# Link flags
LDFLAGS=-L$(LIBHOME) -L$(ICU)/lib -L/usr/local/lib -L/usr/lib -L$(GOBJ) $(LINKTM)
LLIBCURSES = /opt/freeware/lib/libncurses.a #i have also used...
Forum: Programming 07-29-2009
20,758
Posted By wvuguy
We are using compiler xlc_r version 7 on AIX with...
We are using compiler xlc_r version 7 on AIX with Oracle 11g precomplier for pro*c. Code is over 2500 lines and the error does not pin point where the it is comming from.
Forum: Programming 07-29-2009
20,758
Posted By wvuguy
Yes initscr is the first and endwin is the last...
Yes initscr is the first and endwin is the last function call in main. Thanks.
Forum: Programming 07-29-2009
20,758
Posted By wvuguy
ld: 0711-317 ERROR: Undefined symbol: stdscr
I am trying to compile pro*c program on aix 5.3. The program compiled fine when I was using curses library. After switching to ncurses, I have started getting compilation errors. After installing...
Forum: Programming 06-23-2009
7,869
Posted By wvuguy
I did compile with -g option. How do I dbx with...
I did compile with -g option. How do I dbx with source code? Thanks.
Forum: Programming 06-22-2009
7,869
Posted By wvuguy
yes I did recompile and relinked all the...
yes I did recompile and relinked all the libraries.
Forum: Programming 06-22-2009
7,869
Posted By wvuguy
dbx for core dump
hello every one,
I am trying to debug a pro*c program which is resulting in a core dump. It used to work fine in with Oracle 10g precompiler but is causing a core dump with 11g. When I run dbx here...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 07:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy