On Mon, Oct 24, 2005 at 12:49:13PM -0700, Ben Pfaff wrote: > > > I'm getting some linker errors on OBSD with the newest checkins. > > I think lex-def.h is not being included in set.q. (Explicitly including > > lex-def.h gets rid of some of these.) > > > > It did compile on GNU/Linux. > > > > set.o(.text+0x4923): In function `stc_custom_results': > > /home/jhs/src/pspp/src/set.q:734: undefined reference to `lex_id_match' > > set.o(.text+0x4a7f): In function `stc_custom_format': > > /home/jhs/src/pspp/src/set.q:796: undefined reference to > > `parse_format_specifier' > > Are some files not getting linked in? That's what would normally > cause undefined references.
I complained too soon. I had modified Smake locally to get it to make a nice po/Makefile.in, then forgotten I had done so. Everything works fine. 'sorry for the false alarm. -Jason -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
