This is the mail archive of the cygwin 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]
Other format: [Raw text]

[1.7.0-29] never ending make


Dear all,

after compiling glpk-4.31-1 in cygwin-1.5
http://matzeri.altervista.org/cygwin-gcc4/glpk/index.html

I tried the same in cygwin-1.7
and I found a curious issue.

Make is jumping between 2 directory in a
never ending story.

I suspect something on how links are
handled as I need to use lndirs in cygport

src_compile() {
        cd ${B}
	lndirs
        cygconf CC=gcc-4 CPP=cpp-4
LDFLAGS=-no-undefined --with-zlib
        cygmake
}
 
A standard compilation in the source dir
$ ./configure CC=gcc-4 CPP=cpp-4 LDFLAGS=-no-undefined
--with-zlib
$ make

work perfectly.

Any idea ?

Marco

log extract below

-----------------------------------------
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory
`/pub/cygports/glpk/glpk-4.31-1/build'
Making all in include
make[2]: Entering directory
`/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include'
cd .. && make  am--refresh
make[3]: Entering directory
`/pub/cygports/glpk/glpk-4.31-1/build'
make[3]: Leaving directory
`/pub/cygports/glpk/glpk-4.31-1/build'
 cd .. && /bin/sh ./config.status include/Makefile 
config.status: creating include/Makefile
make[2]: Leaving directory
`/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include'
make[2]: Entering directory
`/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include'
cd .. && make  am--refresh
make[3]: Entering directory
`/pub/cygports/glpk/glpk-4.31-1/build'
make[3]: Leaving directory
`/pub/cygports/glpk/glpk-4.31-1/build'
 cd .. && /bin/sh ./config.status include/Makefile 
config.status: creating include/Makefile
make[2]: Leaving directory
`/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include'
make[2]: Entering directory
`/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include'
cd .. && make  am--refresh





__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 

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


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