Hi, sounds like one of the problems I stumbled into building on Debian. IIRC a post on the online forum lead me to check for /bin/lp, which wasn't there. Linking it from /usr/bin/lp on one machine and just creating an empty file on another seemed to solve this. It seems that some files are generated during build, and somehow have a strange dependancy on finding that file.
I had no time to investigate further, but the DBMS seems to work fine. Regards Christian Mark Kirkwood wrote: > I thought I'd have a go at building this on gentoo 2006.0 - kernel > 2.6.15, gcc 3.4.4 glibc 2.3.5. > > The instructions in INSTALL seem reasonably straightforward, and AFAICS > I followed 'em - but I see at the end: > > ...failed updating 1153 target(s)... > ...skipped 3655 target(s)... > ...updated 4754 target(s)... > > So its not too happy. Most binaries have not been built (e.g.buildrel). > > Looking through the 3M build log, I see what looks like missing (or not > generated) header files: > > cc1: note: -fwritable-strings is deprecated; see documentation for details > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c:23:19: ereq.h: No > such file or directory > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c: In function > `gen_hdl_args': > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c:1518: error: > `E_EQ0090_HD > L_TYPE_INVALID' undeclared (first use in this function) > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c:1518: error: > (Each undeclared identifier is reported only once > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c:1518: error: for > each function it appears in.) > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c: In function > `gen__functab': > /home/ingres/develop/c/ingres/src/front/embed/c/cgen.c:2347: error: > `E_EQ0002_eq > NOTABLE' undeclared (first use in this function) > > > Also what looks like missing (or not built yet) libraries: > > cc1: note: -fwritable-strings is deprecated; see documentation for details > ...skipped /home/ingres/develop/c/ingres/build/lib/libcompat.a for lack > of /home/ingres/develop/c/ingres/build/lib/libcompat.a(utprint.o)... > ...skipped ercompile for lack of > /home/ingres/develop/c/ingres/build/lib/libcomp > at.a... > > > Any ideas (is this release supposed to build on gentoo?). > > regards > > Mark > _______________________________________________ > Users mailing list > [email protected] > http://lists.ingres.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.ingres.com/mailman/listinfo/users
