Re: egcs and ar

1999-09-09 Thread John Summerfield
> Try to place -lfl _after_ main.o file. > And also this may be confused with -lfl at /usr/lib -- > flex library, try to give -v flag also. > > Note that your letter, I think, is off-topic here. According the the web pages, programming topics are on-topic for this list. However, this (new) list

Re: egcs and ar

1999-09-09 Thread Michael Ju. Tokarev
Try to place -lfl _after_ main.o file. And also this may be confused with -lfl at /usr/lib -- flex library, try to give -v flag also. Note that your letter, I think, is off-topic here. > "wilfrid.gaboriaud" wrote: > > Hello, > On RedHat 5.2 and RedHat 6.0, > I try to compile a little program >

egcs and ar

1999-09-09 Thread wilfrid.gaboriaud
Hello, On RedHat 5.2 and RedHat 6.0, I try to compile a little program but egcs don't find the functions that I had in my archive. Or the same program compile on Suse 6.1 Please Help, this is to make courses for students !!!   // = // file f1.cpp int f1(){retur