buglib PHTML Parse - Bugs: bug #20718, The make command fails.

 
 

bug #20718: The make command fails.

Submitter:  -Deleted Account- <fatsheep>
Submitted:  Wed 08 Aug 2007 03:58:56 AM UTC
   
 
Severity:  3 - Normal Item Group:  bug
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Operating System:  None Reproducibility:  Every Time
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 08 Aug 2007 03:58:56 AM UTC, original submission:  

Forgive me if I have missed something but I downloaded 0.4 BETA and ran make and I got an error.  I am compiling on Ubuntu 7.04 Feisty ajd here is the error:

fatsheep:~/debian/phtml-parse/phtml_parse-0.4$ make
libtool gcc -Wall -g -O -c phtml_parse.c
* Warning: inferring the mode of operation is deprecated.
* Future versions of Libtool will require --mode=MODE be specified.
 gcc -Wall -g -O -c phtml_parse.c  -fPIC -DPIC -o .libs/phtml_parse.o
phtml_parse.c:1523: warning: 'yyunput' defined but not used
phtml_parse.c:1942: warning: 'yy_top_state' defined but not used
 gcc -Wall -g -O -c phtml_parse.c -o phtml_parse.o >/dev/null 2>&1
libtool gcc -Wall -g -O -o libphtmlparse.la phtml_parse.lo -rpath /usr/local/lib
* Warning: inferring the mode of operation is deprecated.
* Future versions of Libtool will require --mode=MODE be specified.
rm -fr  .libs/libphtmlparse.a .libs/libphtmlparse.la .libs/libphtmlparse.lai .libs/libphtmlparse.so .libs/libphtmlparse.so.0 .libs/libphtmlparse.so.0.0.0
gcc -shared  .libs/phtml_parse.o   -Wl,-soname -Wl,libphtmlparse.so.0 -o .libs/libphtmlparse.so.0.0.0
(cd .libs && rm -f libphtmlparse.so.0 && ln -s libphtmlparse.so.0.0.0 libphtmlparse.so.0)
(cd .libs && rm -f libphtmlparse.so && ln -s libphtmlparse.so.0.0.0 libphtmlparse.so)
ar cru .libs/libphtmlparse.a  phtml_parse.o
ranlib .libs/libphtmlparse.a
creating libphtmlparse.la
(cd .libs && rm -f libphtmlparse.la && ln -s ../libphtmlparse.la libphtmlparse.la)
libtool gcc -Wall -g phtml_parse_demo.c libphtmlparse.la -lfl -o phtml_parse_demo;
* Warning: inferring the mode of operation is deprecated.
* Future versions of Libtool will require --mode=MODE be specified.
gcc -Wall -g phtml_parse_demo.c -o .libs/phtml_parse_demo  ./.libs/libphtmlparse.so -lfl -Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make: * [phtml_parse_demo] Error 1

-Deleted Account- <fatsheep>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by fatsheep (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-08-08 fatsheep Carbon-Copy- Added fatsheep

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code