Search the web
Sign In
New User? Sign Up
flexbisonwin32 · Flex & BISON on Win32
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Lex/Yacc for windows   Message List  
Reply Message #4439 of 4521 |
Hi,

i am working on a project which needs the use if lex/yacc in windows.
i had tried using lex/yac ( along with libraries ) provided by cygwin and
project works fine.

but i want to use lex/Yacc in windows platform and dont want any dependency with
cygwin.

are there any tools ( i know one is bumble bee software ) which can bed used in
windows along with MSVC 2008 ?

i tried compiling the sourced got from port but seeing these error. any help
will be highly appreciated

scan.o : error LNK2001: unresolved external symbol ___security_cookie
tblcmp.o : error LNK2001: unresolved external symbol ___security_cookie
gen.o : error LNK2019: unresolved external symbol ___security_cookie referenced
in function _gen_next_state
misc.o : error LNK2001: unresolved external symbol ___security_cookie
nfa.o : error LNK2001: unresolved external symbol ___security_cookie
parse.o : error LNK2001: unresolved external symbol ___security_cookie
scan.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
tblcmp.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
gen.o : error LNK2019: unresolved external symbol @__security_check_cookie@4
referenced in function _gen_next_stat
misc.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
nfa.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
parse.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
parse.o : error LNK2019: unresolved external symbol __alloca_probe_16 referenced
in function _yyparse
flex.exe : fatal error LNK1120: 3 unresolved externals
make: *** [flex] Error 2

Thanks





Wed Dec 23, 2009 6:17 am

willie_ander...
Offline Offline
Send Email Send Email

Message #4439 of 4521 |
Expand Messages Author Sort by Date

Hi, i am working on a project which needs the use if lex/yacc in windows. i had tried using lex/yac ( along with libraries ) provided by cygwin and project...
willie_anderson_35
willie_ander...
Offline Send Email
Dec 23, 2009
6:17 am

The linking problem is because the linker, look into your compile script and assure you have the linking option with all the libs needed (lex and yacc). You...
Julio Cesar
delimitacion...
Offline Send Email
Dec 28, 2009
6:01 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help