> > > > 1. > $> export APR_LIBS="`apr-1-config --cflags --cppflags --includes --ldflags > --link-ld --libs`" > > 2. > $> export APU_LIBS="`apu-1-config --includes --ldflags --link-ld --libs`" > > 3. $> gcc $APR_LIBS $APU_LIBS srcFile.c -o prgName > >
I guess you doing the same that I had done or others have suggested... your way of doing is different... Actually i copied the above from one of the writeups i did with APR on my > blog. It's not much but maybe that helps you get started. > > http://blogs.coffeecrew.org/blogs/datapile/tags/apr > > Thanks for the link :) As i said in previous posts. Help in any form is appreciated. Regards, Sameer Kumar B.Tech, Computer Engineering Institute of Technology, Nirma University, Ahmedabad, Gujarat email: [email protected] [email protected] Phone: +919375220396
