On 2011-09-26 AM 12:57, Dave Korn wrote:
   I think this is just libtool working normally; $postdeps is the current
dependencies for this particular invocation, and internally it's doing
something like "postdeps=${postdeps_${tag}}" so it's setting
postdeps=$postdeps_CXX in response to getting --tag=CXX on the command-line,
isn't it?  The underlying cause is more likely to be in the way that the
Makefile.am is setting the libtool control variables, which is probably an
issue for upstream.

On 25/09/2011 16:42, jojelino wrote:
The latter mail has detail(former one was cancelled but i was already late). the auto-generated libtool doesn't seem to clobber postdeps for tag specified. then postdeps would be latter one which should have been postdeps_CXX.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to