make-3.79.1: embedded command prefix problems

2001-11-15 Thread Philip Guenther
The make info pages include the following quote under Commands->Sequences: --- In command execution, each line of a canned sequence is treated just as if the line appeared on its own in the rule, preceded by a tab. In particular, `make' invokes a separate subshell for each line. You can

Ваши новые клиенты

2001-11-15 Thread infoMARKET
Çäðàâñòâóéòå!  ýòîì ïèñüìå: - áàçû äàííûõ ïðåäïðèÿòèé äëÿ êîíòàêòîâ ïî ýëåêòðîííîé ïî÷òå (ï.1); - ïðîãðàììà äëÿ àâòîìàòè÷åñêîé ðàññûëêè ýëåêòðîííîé ïî÷òû (ï.2); - áàçû äàííûõ êðóïíåéøèõ ïðåäïðèÿòèé Ìîñêâû, Ðîññèè, ÑÍà (ï.3); - áàçû äàííûõ ðåãèîíàëüíûõ ïðîìûøëåííûõ ïðåäïðèÿòèé (âñå ðåãèîíû Ðîññèè

Re: missing config.h

2001-11-15 Thread Paul D. Smith
This are not problems with GNU make, these are problems with GCC. Please report them to one of the lists associated with GCC. Thanks... -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: htt

missing config.h

2001-11-15 Thread J P
i'm porting the compiler to hux 11i on a hp9000 series D370. i have been using the hpux 11 suggestions and got the gmake and binutils working with ease. now i'm trying to get the compiler as well. i have come across the fillowing errors: ***first error: has been fixed*** **from log** make[3]: L

Problems with compiling statically

2001-11-15 Thread 0
Hi, I don't know if I rerally can call it "bug": just I can not compile "make" with statically linked libraries. I have Linux, Slackware 7.1 with kernel 2.2.4 I try to do that like that: # ./configure (it works ok) # make LDFLAGS=-static ... And then I get some linker error abour unresolved ref

Re: About making libwww-5.3.2

2001-11-15 Thread Paul D. Smith
%% Andrew Klimov <[EMAIL PROTECTED]> writes: ak> I have download libwww-5.3.2 as a tar.gz file from ak> www.w3.org/Library/Distribution/w3c-libwww-5.3.2.tar.gz. ak> I use cygwin tools under Win2000 Server ak> When I had start ./configure in console window ak> everything seems to be OK

About making libwww-5.3.2

2001-11-15 Thread Andrew Klimov
I have download libwww-5.3.2 as a tar.gz file from www.w3.org/Library/Distribution/w3c-libwww-5.3.2.tar.gz. I use cygwin tools under Win2000 Server When I had start ./configure in console window everything seems to be OK except this messages: creating Library/Test/Makefile sed: can't read ./Libr

no for $$(@F) missing

2001-11-15 Thread Silvio Wanka
Hi, in the manual of GNU make I have found the following statement: pattern rules (see section Static Pattern Rules). The System V make rule: $(targets): $$@.o lib.a can be replaced with the GNU make static pattern rule: $(targets): %: %.o lib.a this works well, b

Make 3.79.1 makefile annoyance

2001-11-15 Thread mario
Hi, folks - This latest version of Make surprised me in that, unlike previous versions I've compiled, it needed write access into the source directory. I've traced that down to a silly little file called stamp-pot, which, it seems to me, really ought to be found in . rather than $(srcdir). ..