> 6U2/bin/sparcv9:/usr/ccs/lib/sparcv9:/usr/lib/sparcv9 passed > to ld, if ld is invoked, ignored otherwise > ucbcc: Warning: "-Xt" redefines compatibility mode from "SunC > transition" > to "ANSI transition" > ucbcc: Invalid input file name > /opt/sdb/programs/sdk/7500/incl, no output generated for this file. > ucbcc: Invalid input file name /opt/sdb/programs/incl, no > output generated for this file. > > License Error : The license for this product(Sun WorkShop > Compiler C SPARC) has expired Feature has expired > Feature:workshop.c.sparc Expire date:26-oct-2002 FLEXlm error:-10,32.
- Check that your path point to the correct path (/opt/SUNWspro/bin is the default path for the compiler)
could u please tell me how to check if my path point to the correct path? and how to point to the correct path? I just installed maxdb "all" by default path(with no change).
- you need to have a valid compiler license for Forte 6U2
if my license is invalued, where can I get a valued one?
i just read "sunpro.lic,node" and found my license has really expired.(and it's hoseid=DEMO)
can I get another DEMO one?
> "gcc -o myfile myfile.o -ll > -L/opt/sdb/programs/sdk/7500/lib/lib64 -lpcrl -lsqlca -ldl -lm" > > >>>>> > ld: warning: file > /opt/sdb/programs/sdk/7500/lib/lib64/libpcrl.a(vpi01Libpcrl-d. > o): wrong ELF > class: ELFCLASS64 > ld: warning: file > /opt/sdb/programs/sdk/7500/lib/lib64/libsqlca.a(vpi30cac.o): wrong ELF > class: ELFCLASS64 > ........ > ld: fatal: Symbol referencing errors. No output written to myfile > collect2: ld returned 1 exit status
The binaries are built using Forte - you cannot link object files compiled with gcc against Forte built libraries.
Try to use
CFLAGS=-xarch=v9 cpc....
I am confused about this command. Shoud I just type "CFAGS=-xarch=v9 cpc" before "gcc -o ...." ? Why my file can be compiled in Linux(32bit,maxdb7.5.0.8) but can not compiled in solaris(64bit,maxdb7.5.0.12)?
Thanks for your time.
Lu
_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
