Ordenadores de Ocasion con total garantia

2002-06-05 Thread Aliban Distribucion
ORDENADOR PENTIUM 166 Mhz 32 MB RAM 1,2 GB Disco duro PRECIO TOTAL 90,52 EUR (El precio no incluye IVA) CON PANTALLA SVGA, TECLADO Y RATON 131,9 EUR (El precio no incluye IVA) Consulten para otras configuraciones. Equipos revisados y con garantía de 6 meses por escrito. Tien

¿À´Ã ³­, ÀÎÅÍ³Ý ¹éÈ­Á¡ ÁÖÀÎÀÌ µÈ´Ù. [±¤°í]

2002-06-05 Thread (ÁÖ)¼Òȣâ¾÷Áö¿ø¼¾ÅÍ
Title: ³»°¡ ÀÎÅÍ³Ý ¹éÈ­Á¡ÀÇ ÁÖÀÎÀÌ µÈ´Ù ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

[¼ºÀÎ ±¤°í] ½Ç¼Ó¿©Çà!! °¡ÀÚ! ¿­´ëÀÇ ÆÄ¶ó´ÙÀ̽º·Î~

2002-06-05 Thread webmaster
Title: event * º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í»çÇ׿¡ ÀǰÅ(±¤°í)ÀÓÀ» ¹àÈü´Ï´Ù. Çã¶ô¾øÀÌ ±¤°í¸ÞÀÏÀ» º¸³»µå·Á Á˼ÛÇÏ¿À¸ç,Á¤ÁßÈ÷ ¾çÇØºÎʵ叮°Ú½À´Ï´Ù. ±ÍÇÏÀÇ E-Mail Àº °Ô½ÃÆÇ µî ÀÎÅÍ³Ý »ó¿¡¼­ ¾Ë°Ô µÇ¾úÀ¸¸ç, E-Mail À» Á¦¿ÜÇÑ ¾î¶°ÇÑ Á¤º¸µµ ¾ËÁö ¸øÇÔÀ» ¹àÈü´Ï´Ù. ÀÌ ¸ÞÀÏÀ» ´õÀÌ»ó ¹Þ°í ½ÍÁö ¾ÊÀ¸½Ã´Ù¸é ¸¦ Ŭ¸

Re: mysterious "" target

2002-06-05 Thread Paul Jarc
"Paul D. Smith" <[EMAIL PROTECTED]> wrote: > Look at your debugging output: > > Reading makefile `makefile'... > Oops, thanks. I think I'm on the trail now. paul ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.

Re: mysterious "" target

2002-06-05 Thread Paul D. Smith
%% [EMAIL PROTECTED] (Paul Jarc) writes: pj> There are no explicit prerequisites, AFAICT. pj> http://multivac.cwru.edu./prj/Makefile.gz> This is not the makefile that is actually being used by make. Look at your debugging output: Reading makefile `makefile'... ^^^

Re: mysterious "" target

2002-06-05 Thread Paul Jarc
"Paul D. Smith" <[EMAIL PROTECTED]> wrote: > Looking at the -p output I can see where this is used: > > sv.o: /package/host/localhost/gcc/lib/gcc-lib ... >EXTERN.h av.h c ... > > etc. I don't know where these are coming from, but they're not coming > from any kind of GNU make builtin inform

Re: mysterious "" target

2002-06-05 Thread Paul D. Smith
%% [EMAIL PROTECTED] (Paul Jarc) writes: pj> "Paul D. Smith" <[EMAIL PROTECTED]> wrote: >> Try using the -p option. That will print make's entire internal >> database and you should be able to find it there. pj> Ok, it appears just before in several dependency lists, pj> and also:

Re: mysterious "" target

2002-06-05 Thread Paul Jarc
"Paul D. Smith" <[EMAIL PROTECTED]> wrote: > Try using the -p option. That will print make's entire internal > database and you should be able to find it there. Ok, it appears just before in several dependency lists, and also: # Not a target: : # Implicit rule search has been done. # File doe

Re: mysterious "" target

2002-06-05 Thread Paul D. Smith
Try using the -p option. That will print make's entire internal database and you should be able to find it there. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org

Re: mysterious "" target

2002-06-05 Thread Paul Jarc
I wrote: > I'm building perl 5.6.1 on a rather unusually configured system, and I > got this from "make all test install": > make: *** No rule to make target `', needed by `miniperlmain.o'. Stop. Sorry, this is make 3.79.1. paul ___ Bug-make mailing

mysterious "" target

2002-06-05 Thread Paul Jarc
I'm building perl 5.6.1 on a rather unusually configured system, and I got this from "make all test install": make: *** No rule to make target `', needed by `miniperlmain.o'. Stop. The Makefile does not contain the string "", and "make -d all test install" didn't give my any clue where it came f

archive files problem

2002-06-05 Thread Paola Sivera
Hi! I need some clarification about a problem I found with archive files. We have been used for many years make 3.70 on HP-UX. Now we are moving to make 3.79 (with gcc 3.0.4). Many Makefiles for C code had the following target: updateLib: ../object/alrmParseMsg.o ../object/alrmAttach.o

Re: $$@.o as a dependency

2002-06-05 Thread Paul D. Smith
%% Orna Agmon <[EMAIL PROTECTED]> writes: oa> orna: $$@.o This syntax ($$@) is not supported by GNU make (or rather, it is acceptable but doesn't mean what you want it to mean). oa> According to the gmake documentation, this was supposed to work, Actually, the GNU make documentation explic

Re: A problem in Makefile

2002-06-05 Thread Henning Makholm
Scripsit ARPITA SAXENA <[EMAIL PROTECTED]> > Yes, I feel something is missing . Actually, there is a cvs repository on > the machine where this makefile 'Makefile_rm' lies . The path is > represented by the keyword 'CVSROOT' used in 'Makefile_rm' . This > cvs export command brings a copy of the