Re: problem linking popt

2005-12-29 Thread Duncan Smith
On Dec 29, 2005, at 16:11, Christopher Faylor wrote: Libraries go last after object files in a gcc command line, not first. cgf Fixed, thanks! I blame the other *nix's for letting it work the wrong way... :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

problem linking popt

2005-12-29 Thread duncan . smith
Hi, I'm having trouble compiling a program under cygwin that uses popt. Specifically, when I link to -lpopt, it's as if the library is empty (I get a list of undefined references to _poptGetContext, etc.). I have attached cygcheck.out, as well as make.out, which is make's output at the linking ste