Re: [SLUG] Libraries/Programming Question

From: Andrew M Hoerter (amh@pobox.com)
Date: Sun Sep 07 2003 - 03:18:09 EDT


On Sun, 7 Sep 2003, Paul M Foster wrote:

> See the following output from a compile of a program called "stats":
>
> gcc -L /usr/local/lib -o stats stats.o -lfl -ldate -lstrutil -lpcfg

It might sound pointless, but try adding another "-lfl" after the
"-lpcfg", so your link line looks like:

gcc -L /usr/local/lib -o stats stats.o -lfl -ldate -lstrutil -lpcfg -lfl

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:20:47 EDT