> From: Markus D�hr [mailto:[EMAIL PROTECTED]]
> command line: fatal: cannot open y_tab.c: No such file or directory > cc: acomp failed for y_tab.c Noted. > 2. > ============ > 27-04-02 02:28:12 start of collection phase > 27-04-02 02:28:14 end of collection phase > 27-04-02 02:28:14 start of alltools.mac fast > machineInfo.lnk fast > ERROR: try to include dynamic lib with irregular name > ../obj/tt/machineInfo. > COMMAND error 255 ... Compare sys/src/tt/toolvars-tml.pl.tt with bin/toolvars.pl. I would expect that toolvars.pl contains the lines $DLL_TYPE = "so"; push @CCFLAGS, "-KPIC"; # "position independent code" because of the &elif $OSSPEC in [ SVR4 ] in toolvars-tml.pl.tt. In your case, $OSSPEC seems to be set to an unknown value, so check the calls in basescripts.mk whether the arguments to $(MFCONCOM) are what you'd expect. > > > 3. > ============ > IspcCGenHFile.cpp fast > cc: Warning: option -2 passed to ld > cc: No input file specified, no output generated > Error while executing "cc -DREL30 -DSVR4 -DI386 -DSAG > -I/export/home/do\ > ehrm/sapdb/sys/wrk/incl/SAPDB/STLport/stlport > -I/export/home/doehrm/sapd\ > b/sys/wrk/incl/SAPDB -I/export/home/doehrm/sapdb/usr/incl > -I/export/home\ > /doehrm/sapdb/sys/wrk/incl > -I/export/home/doehrm/sapdb/sys/wrk/incl/SAPD\ > B -DFAST=FAST -DSAPDB_FAST -O2 > -I/export/home/doehrm/sapdb/incl -c IspcC\ > GenHFile.cpp" > message: > > ...and some more of these... Can s.o just give me a hint > where to look? I could imagine that this is the same error than above, namely that some configuration variable isn't properly set because of a yet unsupported $MACH/$OSSPEC combination. 1. I'll try to add a few sanity checks such that these problems are detected at each configuration variable. 2. If anyone knows how to get such information from autoconf or libtools, feel free to comment on it. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ > > Thanx again! > > > Greetings, > > -- > Markus Doehr AUBI Baubschlaege GmbH > IT Admin/SAP R/3 Basis Zum Grafenwald > fon: +49 6503 917 152 54411 Hermeskeil > fax: +49 6503 917 190 http://www.aubi.de > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
