slackware 11.0 compile
just upgraded my server OS to slackware 11.0 (from 10.2). never saw this error before:
*** No rule to make target `/usr/lib/perl5/5.8.7/i486-linux/CORE/EXTERN.h', needed by `EQW.o'. Stop. interesting things: perl --version: This is perl, v5.8.8 built for i486-linux any ideas why the Makefile is looking for 5.8.7 when i have 5.8.8 installed? == sfisque |
ah, found the culprit.
.depend is looking for it. i didnt find a "depend" target in the top level Makefile. how do i regenerate the depends in its absence? == sfisque |
well, found that the subtending Makefiles in the subdirs have a "depend" target.
i'm getting alot of: cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ which i dont recall getting previously when building on slackware 10.2. should i be concerned, since its a warning and not an error? == sfisque |
Oh... that. Yes, I get literally tons of Warnings myself. Never had a problem with the compile tho. It would be nice if it compiled as cleanly as Windoze. ;)
|
Those warnings shouldn't be a problem. GCC (and g++) just like to be ridiculously verbose, whereas VC++ is not.
|
All times are GMT -4. The time now is 01:28 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.