Re: Undefined Symbols using fglmkrun
"Jodie Mellinger" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
We got this solved... the vendor didn't ship the gcc compiler. We installed the libraries and things work fine. Thanks! Jodie ------------------------ Jodie Mellinger Oracle DBA Jo-Ann Stores 330-656-2600 x2191 >>> [email protected] 5/9/2005 2:23:03 PM >>> Hi! I'm not sure if this is the right place to ask this or not, but I thought I'd try. I'm trying to compile some code for EXceed 2000 WMS which uses FourJs. I am running Oracle 9.2.0.6 on AIX 5.2 During the build, I get the following: ----------------------------------------------------------------------------------------------- Building libcore.a... ar: Creating an archive file libcore.a. done. cp -f libcore.a /exe_prd/lib cd /exe_prd/dscgo ; build -NoLogo /exe_prd/bin/dscrun fglmkrun -o dscrun -d ora92 -ext fglExt.c -usl "/exe_prd/lib/libcore.a" -dcl "-L /oracle/product/9.2.0/lib32 -L/opt/exe/fourjs/3.53.1a/development/lib -lclntsh ` cat /oracle/product/9.2.0/lib32/sysliblist`" Errors found while creating the runner, please check the following : ld: 0711-317 ERROR: Undefined symbol: ._ZdlPv ld: 0711-317 ERROR: Undefined symbol: ._Znam ld: 0711-317 ERROR: Undefined symbol: ._Znwm ld: 0711-317 ERROR: Undefined symbol: __cxa_pure_virtual ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. fglmkrun error: Could not create the runner 'dscrun'. Build: Line 289 in makefile: error exit 1 from command: "fglmkrun -o dscrun -d ora92 -ext fglExt.c -usl "/exe_prd/lib/libcore.a" -dcl "-L/oracle/product/9.2.0/lib32 -L/opt/exe/fourjs/3.53.1a/development/lib - lclntsh `cat /oracle/product/9.2.0/lib32/sysliblist`"". Build: Line 309 in makefile: error exit 6 from command: "cd /exe_prd/dscgo ; build -NoLogo /exe_prd/bin/dscrun". Build: Line 39 in makefile: error exit 6 from command: "cd objs; build -NoLogo -All makefile ; build -NoLogo -all inst all". Build: Line 209 in makefile: error exit 6 from command: "cd core; build -NoLogo -All makefile ; build -NoLogo -all insta ll". Build: Line 215 in makefile: error exit 6 from command: "cd lib; build -NoLogo -All makefile ; build -NoLogo -all install". ----------------------------------------------------------------------------------------------- Any idea what I am missing? Is it a permission problem? Am I missing a file? I'm an Oracle DBA, not a developer, so I'm at a loss. Thanks for any help you can give!! Thanks so much! Jodie ------------------------ Jodie Mellinger Oracle DBA Jo-Ann Stores 330-656-2600 x2191