This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Sunos4-1-4 builds...


   Date: Thu, 5 Oct 1995 03:47:53 -0400
   From: "David S. Miller" <davem@caip.rutgers.edu>

   Building the linker uses flex, however the configuration process does
   not add '-lfl' to the list of libraries to link the final ld.new
   binary with.  Is there a certain reason that -lfl is not added to the
   set of libs to link with?

It shouldn't be necessary, at least not for modern versions of flex.
-lfl just defines main and yywrap.  main is defined in ldmain.c, and
yywrap is defined in ldlex.l.  Is it causing trouble?  What version of
flex are you using?

Ian