*BSD News Article 30197


Return to BSD News archive

Newsgroups: comp.os.386bsd.apps
Path: sserve!newshost.anu.edu.au!munnari.oz.au!newsroom.utas.edu.au!pacit.tas.gov.au!mbpc0.hbt.dpi.tas.gov.au!sdonovan
From: sdonovan@aries.hbt.dpi.tas.gov.au (Scott Donovan)
Subject: Help with flex/CCSO Name server
Organization: Department of Primary Industry and Fisheries
Date: Mon, 9 May 1994 05:30:46 GMT
Message-ID: <sdonovan.14.001083C0@aries.hbt.dpi.tas.gov.au>
Summary: I am having trouble getting flex to behave
X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
Keywords: HELP
Sender: usenet@pacit.tas.gov.au (News User)
Lines: 25

Hi Folks,


   I am running FreeBSD 1.0R (So I haven't upgraded yet :( ) And I am trying 
to compile the ph server for ccso directory services, however I seem to get 
concistant compiling failures at  lex.yy.c. This is a little frustrating and 
most likely points more at my lack of knowledge of C than a fault with bsd.

  However this code compiles very nicely on my sun workstation...


Such that I get the following
-------------------------------------------------------------------------------
cd include; make allcd lib; make all
cd api; make all
cd qi; make all
cc  -o qi main.o add.o auth.o bintree.o change.o commands.o conf.o  dbd.o dbi.o
dbm.o field.o help.o lex.yy.o lock.o lookup.o  phoneme.o qi.o query.o rules.o se
t.o version.o /u1/users/staff/sdonovan/qi/lib/libu.a /u1/users/staff/sdonovan/qi
/lib/libqiapi.a -ll
lex.yy.o: Undefined symbol _yywrap referenced from text segment
-------------------------------------------------------------------------------

HELP! Please.