Jeff Trawick wrote: > Seema Alevoor wrote: >>> >> Then, do you think we should change the 'Usage' text to highlight its >> usage while linking ? >> ------ >> When linking with libtool, an application should do something like: >> APR_LIBS="`apr-1-config --link-libtool --ldflags --libs`" >> or when linking directly: >> APR_LIBS="`apr-1-config --link-ld --ldflags --libs`" >> ------ > > "--ldflags" doesn't give you libraries, right?
sorry, that wasn't clear what I mean is APR_LIBS is built by invoking apr-1-config with options that refer to libraries --ldflags is something else, and the text below the APR_LIBS example refers to --ldflags > APR_LIBS is getting set to a list of libraries in the documented > invocations
