Re: gcc-g++ can not find included files

2006-03-06 Thread Agnes Bousquier
Dave Korn a écrit : On 06 March 2006 15:09, Agnes Bousquier wrote: Hello, I am trying to compile the C++ program included. Unfortunately, when I type : "g++ -o avcodec_sample avcodec_sample.cpp -lavformat -lavcodec -lz", gcc outputs many errors telling that it can not find many functions

RE: gcc-g++ can not find included files

2006-03-06 Thread Dave Korn
On 06 March 2006 15:09, Agnes Bousquier wrote: > Hello, > > I am trying to compile the C++ program included. Unfortunately, when I > type : > "g++ -o avcodec_sample avcodec_sample.cpp -lavformat -lavcodec -lz", gcc > outputs many errors telling that it can not find many functions and > variable