> 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) - you need to have a valid compiler license for Forte 6U2 > "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.... Greetz, SIEGENIA-AUBI KG Informationswesen i.A. Markus D�hr SAP-CC/BC, SAPDB-DBA Tel.: +49 6503 917-152 Fax: +49 6503 917-7152 E-Mail: [EMAIL PROTECTED] Internet: http://www.siegenia-aubi.com -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
