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


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

Re: yywrap problems


In a message dated 12/5/99 7:59:52 AM Pacific Standard Time, jvalen@rdc.cl 
writes:

> gcc -Iy:\include,y:\H-i586-cygwin32\i586-cygwin32\include  y.tab.o
>  lex.yy.o adventM.o actionsM.o particM.o -Lfl -o advent

Does this work the same as

gcc -L//y/include -L//y/H-i586-cygwin32/i586-cygwin32/include \
    lex.yy.o adventM.o actionsM.o particM.o -lfl -o advent

?

Yes,  -lfl should take care of linking libfl.  I'm confused about how many 
DOSish variations cygwin may permit; I like to stick with trying to learn 
what should work both in cygwin and linux.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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