i finally manged to compile with xlc_r -q64 -brtl -DJBASE -DAUTHOR=2 -g -DDEBUG -I/main/software/ TAFC_R09/include rams.c wb44.c -oramsweb.e -L/main/software/TAFC_R09/ lib -lTAFCfrmwrk -lm -lcurses -L.
On Feb 7, 9:55 am, Sastry <[email protected]> wrote: > Dear, > check your c compiler version withing the AIX box if it compatible or not by > checking through which cc if not install the compatible 'c' compiler and > then try > Hope this solves your problem > > Regards, > SASTRY > > On Sun, Jan 30, 2011 at 1:33 PM, TimR <[email protected]> wrote: > > I normally use jCompile which handles most of the mystery!! > > > Tim > > > On Jan 29, 11:30 am, madhu <[email protected]> wrote: > > > Hi Mukanya, > > > > First Install the c -complier to your server, if it's already > > > installed, check - whether the compiler is installed properly or not > > > by using > > > " cc " command > > > and write simple c program > > > > #include<stdio.h> > > > void main() > > > { > > > printf('Hello"); > > > > } > > > > Regards > > > Madhu > > > > On Jan 28, 3:07 pm, Mukanya <[email protected]> wrote: > > > > > I am trying to compile a C program and am getting error messages. My > > > > makefile looks like this > > > > > CC=xlc > > > > CFLAGS=-DJBASE -DAUTHOR=2 -g -DDEBUG > > > > INCLUDES=-I/main/software/TAFC_R09/include > > > > LIBS=-L/main/software/TAFC_R09/lib -L. > > > > > all: > > > > $(CC) $(CFLAGS) $(INCLUDES) rams.c wb44.c -oramsweb.e $(LIBS) > > > > > clean: > > > > rm -f ramsweb.e > > > > > And when i try to compile i get the error below. > > > > > $ make > > > > xlc -DJBASE -DAUTHOR=2 -g -DDEBUG -I/main/software/TAFC_R09/ > > > > include rams.c wb44.c -oramsweb.e -L/main/software/TAFC_R09/l > > > > ib -L. > > > > rams.c: > > > > wb44.c: > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibCSUBROUTINE_INIT_VV > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibCDEBUG_V > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibBSTORE_BBB > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibCCALL_DIR_DYN > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibBSTORE_VBS > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibBCONV_SFB > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibBStoreFreeVar_VB > > > > ld: 0711-317 ERROR: Undefined symbol: .JLibCSTOP_VI > > > > ld: 0711-317 ERROR: Undefined symbol: .JBASEUserObjectRun > > > > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more > > > > information. > > > > make: 1254-004 The error code from the last command is 8. > > > > > Stop. > > > > $ > > > > > Anyonw who knows how to fix this? Please help. > > > > > Regards > > > > Concern > > > -- > > Please read the posting guidelines at: > >http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > > IMPORTANT: Type T24: at the start of the subject line for questions > > specific to Globus/T24 > > > To post, send email to [email protected] > > To unsubscribe, send email to [email protected] > > For more options, visit this group at > >http://groups.google.com/group/jBASE?hl=en -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
