bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison/m4/ld issues


From: frank harrington
Subject: bison/m4/ld issues
Date: Mon, 12 Dec 2005 04:53:26 -0800 (PST)

Hello,

I created a link from /usr/bin/m4 to /usr/local/bin/m4
and the 
complaint about m4 being required went away.

Much of the compilation was successful, but 'make' by
itself did not complete - can i do 'make bison' ? 

I will study the Makefile but I thought the inclusion
of the attached file will probably have someone
telling me the path needs adjusting.

Thanks in advance. 

Regards,

Frank Harrington

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
        then mv -f ".deps/calc++.Tpo" ".deps/calc++.Po"; else rm -f 
".deps/calc++.Tpo"; exit 1; fi
        if g++ -DHAVE_CONFIG_H -I. -I. -I../..     -g -O2 -MT calc++-driver.o 
-MD -MP -MF ".deps/calc++-driver.T
po" -c -o calc++-driver.o `test -f './calc++-driver.cc' || echo 
'./'`./calc++-driver.cc; \
        then mv -f ".deps/calc++-driver.Tpo" ".deps/calc++-driver.Po"; else rm 
-f ".deps/calc++-driver.Tpo"; exi
t 1; fi
        if g++ -DHAVE_CONFIG_H -I. -I. -I../..     -g -O2 -MT calc++-parser.o 
-MD -MP -MF ".deps/calc++-parser.T
po" -c -o calc++-parser.o `test -f './calc++-parser.cc' || echo 
'./'`./calc++-parser.cc; \
        then mv -f ".deps/calc++-parser.Tpo" ".deps/calc++-parser.Po"; else rm 
-f ".deps/calc++-parser.Tpo"; exi
t 1; fi
        g++  -g -O2    -o calc++  calc++-scanner.o calc++.o  calc++-driver.o 
calc++-parser.o  
/usr/ccs/bin/ld: Unsatisfied symbols:
   yylex(YYSTYPE*, yy::location*, calcxx_driver&)   (code)
   calcxx_driver::scan_begin()      (code)
   calcxx_driver::scan_end()     (code)
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
address@hidden /usr/bison/bison-2.1] which bison
no bison in /usr/bin /usr/bin /usr/ccs/bin /usr/contrib/bin /opt/hparray/bin 
/opt/nettladm/bin /opt/upgrade/bin 
/opt/fcms/bin /usr/bin/X11 /usr/contrib/bin/X11 /opt/pd/bin /opt/resmon/bin 
/opt/graphics/common/bin /opt/atok/b
in /opt/egb/bin /opt/gnome/bin /opt/mozilla /opt/vje/bin /usr/sbin/diag/contrib 
/opt/wbem/bin /opt/wbem/sbin /op
t/sec_mgmt/bastille/bin /opt/perl/bin /opt/pkware/pkzip/bin /usr/sbin /sbin 
/opt/omni/lbin /opt/omni/sbin /home/
root /usr/local/bin /usr/local/wwwbin /opt/apache/bin /opt/netscape /sys_tools 
/opt/ignite/lbin
address@hidden /usr/bison/bison-2.1] ls /usr/local/bin/ld
/usr/local/bin/ld not found
address@hidden /usr/bison/bison-2.1] which ld
/usr/bin/ld
address@hidden /usr/bison/bison-2.1] 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]