This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling QT on cygwin(latest stable version) please help


--
Just a guess, but I don't think you're using any of the code in
src/3rdparty/libpng/.  The cygwin platform comes with the png libraries
already compiled and installed.  The qt configure is *most likely*
finding them (in /usr/include, /usr/lib) and building against the
headers in /usr/include.  The only problem I see is that the Makefile,
for whatever reason, forgets to add -lpng to the link command.

And no, I don't know why and I don't know how to fix it -- other than to
manually edit the Makefiles and add '-lpng' to LDFLAGS. <<---Where would i
find this?
--

If I did want to manually edit the Makefiles which ones would i change?
(sorry I'm asking stupid questions...I'm searching blind through a really
big maze)

~ Michael Chavez


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]