From billy.glynn at iedr.ie Fri Mar 15 15:18:43 2013 From: billy.glynn at iedr.ie (Billy Glynn) Date: Fri, 15 Mar 2013 15:18:43 +0000 Subject: [dsc] collector installation 'make' errors Message-ID: Hi, /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:83: undefined reference to `rpl_malloc' xmalloc.o: In function `xmalloc': /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:23: undefined reference to `rpl_malloc' xmalloc.o: In function `xrealloc': /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:41: undefined reference to `rpl_realloc' collect2: ld returned 1 exit status make[1]: *** [dsc] Error 1 make[1]: Leaving directory `/usr/local/src/dsc-201203250530/collector/dsc' make: *** [all] Error 2 Is there some package that could be missing ? Any ideas ? Cheers Billy From ondrej.sury at nic.cz Tue Mar 19 10:47:12 2013 From: ondrej.sury at nic.cz (=?utf-8?Q?Ond=C5=99ej_Sur=C3=BD?=) Date: Tue, 19 Mar 2013 11:47:12 +0100 Subject: [dsc] collector installation 'make' errors In-Reply-To: References: Message-ID: Hi Billy, what system and architecture you are trying to compile dsc on? O. On 15. 3. 2013, at 16:18, Billy Glynn wrote: > Hi, > > /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:83: undefined reference to `rpl_malloc' > xmalloc.o: In function `xmalloc': > /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:23: undefined reference to `rpl_malloc' > xmalloc.o: In function `xrealloc': > /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:41: undefined reference to `rpl_realloc' > collect2: ld returned 1 exit status > make[1]: *** [dsc] Error 1 > make[1]: Leaving directory `/usr/local/src/dsc-201203250530/collector/dsc' > make: *** [all] Error 2 > > Is there some package that could be missing ? > > Any ideas ? > > Cheers > > Billy_______________________________________________ > dsc mailing list > dsc at measurement-factory.com > http://www.measurement-factory.com/mailman/listinfo/dsc -- Ond?ej Sur? -- Chief Science Officer ------------------------------------------- CZ.NIC, z.s.p.o. -- Laborato?e CZ.NIC Americka 23, 120 00 Praha 2, Czech Republic mailto:ondrej.sury at nic.cz http://nic.cz/ tel:+420.222745110 fax:+420.222745112 ------------------------------------------- From billy.glynn at iedr.ie Tue Mar 19 12:08:02 2013 From: billy.glynn at iedr.ie (Billy Glynn) Date: Tue, 19 Mar 2013 12:08:02 +0000 Subject: [dsc] collector installation 'make' errors In-Reply-To: References: Message-ID: <8F1BFB18-2019-4B64-A0A1-E7F46EEC033A@iedr.ie> Hi Ondrej, Thanks for your response. RH 5.9 (2.6.18-348.1.1.el5) i686 Billy On 19 Mar 2013, at 10:47, Ond?ej Sur? wrote: > Hi Billy, > > what system and architecture you are trying to compile dsc on? > > O. > > On 15. 3. 2013, at 16:18, Billy Glynn wrote: > >> Hi, >> >> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:83: undefined reference to `rpl_malloc' >> xmalloc.o: In function `xmalloc': >> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:23: undefined reference to `rpl_malloc' >> xmalloc.o: In function `xrealloc': >> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:41: undefined reference to `rpl_realloc' >> collect2: ld returned 1 exit status >> make[1]: *** [dsc] Error 1 >> make[1]: Leaving directory `/usr/local/src/dsc-201203250530/collector/dsc' >> make: *** [all] Error 2 >> >> Is there some package that could be missing ? >> >> Any ideas ? >> >> Cheers >> >> Billy_______________________________________________ >> dsc mailing list >> dsc at measurement-factory.com >> http://www.measurement-factory.com/mailman/listinfo/dsc > > -- > Ond?ej Sur? -- Chief Science Officer > ------------------------------------------- > CZ.NIC, z.s.p.o. -- Laborato?e CZ.NIC > Americka 23, 120 00 Praha 2, Czech Republic > mailto:ondrej.sury at nic.cz http://nic.cz/ > tel:+420.222745110 fax:+420.222745112 > ------------------------------------------- > From ondrej.sury at nic.cz Tue Mar 19 12:14:25 2013 From: ondrej.sury at nic.cz (=?utf-8?Q?Ond=C5=99ej_Sur=C3=BD?=) Date: Tue, 19 Mar 2013 13:14:25 +0100 Subject: [dsc] collector installation 'make' errors In-Reply-To: <8F1BFB18-2019-4B64-A0A1-E7F46EEC033A@iedr.ie> References: <8F1BFB18-2019-4B64-A0A1-E7F46EEC033A@iedr.ie> Message-ID: <69748969-EF3A-4D80-8EF6-5C61FDCA5EC0@nic.cz> Hi Billy, looks like you got hit by broken autoconf, could you try using newer autoconf or could you try the solution described here: http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC e.g. define export ac_cv_func_malloc_0_nonnull=yes in your environment prior to running autoconf. O. On 19. 3. 2013, at 13:08, Billy Glynn wrote: > Hi Ondrej, > > Thanks for your response. > > RH 5.9 (2.6.18-348.1.1.el5) i686 > > Billy > > On 19 Mar 2013, at 10:47, Ond?ej Sur? wrote: > >> Hi Billy, >> >> what system and architecture you are trying to compile dsc on? >> >> O. >> >> On 15. 3. 2013, at 16:18, Billy Glynn wrote: >> >>> Hi, >>> >>> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:83: undefined reference to `rpl_malloc' >>> xmalloc.o: In function `xmalloc': >>> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:23: undefined reference to `rpl_malloc' >>> xmalloc.o: In function `xrealloc': >>> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:41: undefined reference to `rpl_realloc' >>> collect2: ld returned 1 exit status >>> make[1]: *** [dsc] Error 1 >>> make[1]: Leaving directory `/usr/local/src/dsc-201203250530/collector/dsc' >>> make: *** [all] Error 2 >>> >>> Is there some package that could be missing ? >>> >>> Any ideas ? >>> >>> Cheers >>> >>> Billy_______________________________________________ >>> dsc mailing list >>> dsc at measurement-factory.com >>> http://www.measurement-factory.com/mailman/listinfo/dsc >> >> -- >> Ond?ej Sur? -- Chief Science Officer >> ------------------------------------------- >> CZ.NIC, z.s.p.o. -- Laborato?e CZ.NIC >> Americka 23, 120 00 Praha 2, Czech Republic >> mailto:ondrej.sury at nic.cz http://nic.cz/ >> tel:+420.222745110 fax:+420.222745112 >> ------------------------------------------- >> > -- Ond?ej Sur? -- Chief Science Officer ------------------------------------------- CZ.NIC, z.s.p.o. -- Laborato?e CZ.NIC Americka 23, 120 00 Praha 2, Czech Republic mailto:ondrej.sury at nic.cz http://nic.cz/ tel:+420.222745110 fax:+420.222745112 ------------------------------------------- From billy.glynn at iedr.ie Tue Mar 19 12:47:13 2013 From: billy.glynn at iedr.ie (Billy Glynn) Date: Tue, 19 Mar 2013 12:47:13 +0000 Subject: [dsc] collector installation 'make' errors In-Reply-To: <69748969-EF3A-4D80-8EF6-5C61FDCA5EC0@nic.cz> References: <8F1BFB18-2019-4B64-A0A1-E7F46EEC033A@iedr.ie> <69748969-EF3A-4D80-8EF6-5C61FDCA5EC0@nic.cz> Message-ID: Hi Ondrej, The "export" option didn't work for me. I installed a newer version of autoconf-2.69 which worked. Thanks again! Billy On 19 Mar 2013, at 12:14, Ond?ej Sur? wrote: > Hi Billy, > > looks like you got hit by broken autoconf, could you try using newer autoconf or could you try the solution described here: > > http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC > > e.g. define export ac_cv_func_malloc_0_nonnull=yes in your environment prior to running autoconf. > > O. > > On 19. 3. 2013, at 13:08, Billy Glynn wrote: > >> Hi Ondrej, >> >> Thanks for your response. >> >> RH 5.9 (2.6.18-348.1.1.el5) i686 >> >> Billy >> >> On 19 Mar 2013, at 10:47, Ond?ej Sur? wrote: >> >>> Hi Billy, >>> >>> what system and architecture you are trying to compile dsc on? >>> >>> O. >>> >>> On 15. 3. 2013, at 16:18, Billy Glynn wrote: >>> >>>> Hi, >>>> >>>> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:83: undefined reference to `rpl_malloc' >>>> xmalloc.o: In function `xmalloc': >>>> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:23: undefined reference to `rpl_malloc' >>>> xmalloc.o: In function `xrealloc': >>>> /usr/local/src/dsc-201203250530/collector/dsc/xmalloc.c:41: undefined reference to `rpl_realloc' >>>> collect2: ld returned 1 exit status >>>> make[1]: *** [dsc] Error 1 >>>> make[1]: Leaving directory `/usr/local/src/dsc-201203250530/collector/dsc' >>>> make: *** [all] Error 2 >>>> >>>> Is there some package that could be missing ? >>>> >>>> Any ideas ? >>>> >>>> Cheers >>>> >>>> Billy_______________________________________________ >>>> dsc mailing list >>>> dsc at measurement-factory.com >>>> http://www.measurement-factory.com/mailman/listinfo/dsc >>> >>> -- >>> Ond?ej Sur? -- Chief Science Officer >>> ------------------------------------------- >>> CZ.NIC, z.s.p.o. -- Laborato?e CZ.NIC >>> Americka 23, 120 00 Praha 2, Czech Republic >>> mailto:ondrej.sury at nic.cz http://nic.cz/ >>> tel:+420.222745110 fax:+420.222745112 >>> ------------------------------------------- >>> >> > > -- > Ond?ej Sur? -- Chief Science Officer > ------------------------------------------- > CZ.NIC, z.s.p.o. -- Laborato?e CZ.NIC > Americka 23, 120 00 Praha 2, Czech Republic > mailto:ondrej.sury at nic.cz http://nic.cz/ > tel:+420.222745110 fax:+420.222745112 > ------------------------------------------- >