Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

referenced in the text segment, program in encrpyted option

807575May 1 2004 — edited May 3 2004
I have a machine
SunOS s01kangoo 5.8 Generic_108528-23 sun4u sparc SUNW,Netra-T112

with a sybase database
Adaptive Server Enterprise/12.5/SWR 9610 GA/P/Sun_svr4/OS 5.8/main/1647/64-bit/
FBO/Sat Jun 2 01:55:25 2001

and trying to build the program, however, I got this error, with the crt1.o problem not being able to decrypt the program although it says "Completed Decryption", I could not find this error in my script program, so it must be from the Sun Compiler...

I am using trial version "Sun ONE Studio 8 Compiler C" "TRIAL" version for building this programs...need some enlightenment as not sure if this has got to do with the Trial version...issues...

[SunOS]
CC = cc
AR = ar
MAKE = make
YACC = yacc
LEX = lex
INGRES_OPTS = "-lm -lc -lnsl -lsocket"
## 32-bit
#COMP_OPTS = -Xa
#LINK_OPTS =
#SYBPLATFORM = sun_svr4
## 64-bit
COMP_OPTS = -Xa -xarch=v9 -DSYB_LP64 -g
LINK_OPTS = -xarch=v9 -g
SYBPLATFORM = sun_svr464


Build Object RDBfilter ...
"/congo/release/build/logs/RDBfilter_25418.c", line 1: warning: empty translat
ion unit
Completed Decryption [400=4:0]
Built Object
Build Program RDBfilter ....
Build Program RDBfilter ....
cc /congo/release/build/toolbox/obj/RDBfilter.o -xarch=v9 -g -L/opt/sybase/oc
pre/OCS-12_5/lib -L/opt/sybase/ocpre/OCS-12_5/lib -lct64 -lcs64 -ltcl64 -lcomn
64 -lintl64 -B dynamic -lnsl -ldl -lm -o /congo/release/bin/RDBfilter
ild: (undefined symbol) main -- referenced in the text segment of /congo/SUNWspro/
prod/lib/v9/crt1.o
Build Program Failed.
Build Program Failed.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2004
Added on May 1 2004
1 comment
133 views