makefile - Cygwin make error -


i compiling source code, , fails @ make command, below error message.

gcc: unrecognized option '-rdynamic' /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: \   warning: --export-dynamic not supported pe targets,         \   did mean --export-all-symbols? /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: \   warning: --export-dynamic not supported pe targets,         \   did mean --export-all-symbols? make[3]: leaving directory `/home/alimjan/slim502/src' make[2]: leaving directory `/home/alimjan/slim502/src' make[1]: leaving directory `/home/alimjan/slim502/src' making in lib make[1]: entering directory `/home/alimjan/slim502/lib' cannot execute /bin/lmntal makefile:422: recipe target `config.il' failed make[1]: *** [config.il] error 1 make[1]: leaving directory `/home/alimjan/slim502/lib'  makefile:293: recipe target `all-recursive' failed  make: *** [all-recursive] error 1 

(above lines broken display)

i not solve this. new make , don't know do?

usually when makefile output looks severe output, because of environment of being used on has changed -- perhaps external files have been moved or deleted or make big, if make recursive in nature ( stay away recursive makefiles; go nr)

anyway if environment had changed -- perhaps if project in version system - try different branch

trying solve problems in makefile difficult , better go version worked , move on there


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -