similar to: infinite loop in make for src/unix (PR#2477)

Displaying 20 results from an estimated 1000 matches similar to: "infinite loop in make for src/unix (PR#2477)"

2003 May 09
1
building R 1.7.0 with gcc 3.2.3 on Solaris
With gcc 3.2.3 on SunOS 5.8 and R 1.7.0, configure fails for me unless I set LDFLAGS ( LDFLAGS=-L/apps/asd/unix/gnu/gcc/3.2.3/SunOS5.8/lib ). With that set it appears that configure succeeds (i.e. no error messages on the console), but config.log contains messages configure:4099: checking for gcc option to accept ANSI C configure:4160: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
Hi folks, I''m a newbie in the Ruby land, The Ruby language and RoR looks really great but I think in my situation there is a problem, we are an ISV that sells web application and we don''t want our clients see our source code, I searched the web but couldn''t find any way to compile and\or obfuscate ruby code (in web (RoR)), is there such tool available for the language?
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all, I've got an ongoing battle with samba shipped with Sun Solaris 10 in it's current form (Samba version 3.0.28a) not wanting to talk to my OpenLDAP master correctly. Essentially, under certain conditions, this behaviour is observed, in the log.smbd: [2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451) Error connecting to 192.168.117.150 (Connection refused)
2002 Jun 21
0
Samba on SUNOS5.8
I am trying to get samba working on SUNOS5.8. I got the following using DIAGNOSIS.txt. My current status is the SUNV880 server is viewable in Windows Explore. But when I click on it I get \\SUNV880 is not accessible. The smbd -D & nmbd -D daemons are running. Swat is working also. Please help. Steve (slhawks@cltco.com) ASSUMPTIONS ----------- In all of the tests I assume you have a Samba
2007 May 10
0
BETA: New Solaris Packages for facter-1.3.7 and puppet-0.22.4 available for testing
Hi, I put new Solaris packages for facter and puppet in testing: http://www.blastwave.org/testing/facter-1.3.7-SunOS5.8-all-CSW.pkg.gz http://www.blastwave.org/testing/puppet-0.22.4-SunOS5.8-all-CSW.pkg.gz As well as being the latest versions of facter and puppet, the puppet package now respects csw.conf to prevent puppetd autostarting on install and will install in a global zone only unless
2008 Aug 25
8
Slow and unpredictable Samba performance?
Hi! I've installed Solaris 10 x86 (Core2Duo - x64) server, with Samba over ZFS RAID-Z. Samba is a part of Active Directory Domain. I've managed to join it to domain, to get the users and groups from A.D. and to translate them to Unix IDs. Everything works really good. Samba is installed from the packages from Solaris 10 DVD. Only problem I have is the performance :( It's
2008 Feb 27
0
Samba 3.0.26a: "Attempt to create file with volid set - please report this"
Hi everyone; I noticed today while watching my syslog, a few entries like this: Nov 8 15:17:08 [machine] smbd[26137]: Attempt to create file (FILE.GHO) with volid set - please report this Nov 8 15:28:08 [machine] smbd[26137]: Attempt to create file (FILE0001.GHS) with volid set - please report this Nov 8 15:41:46 [machine] smbd[26137]: Attempt to create file (FILE0002.GHS) with volid
2006 Feb 17
1
Developing reusable components?
Is there a development guide for best practices when making reusable components? For example, none of the login generators fit my requirements, and I want to write my own. But after I''m done, I''ll want to share it with multiple applications. Is there documentation for the right way to go about doing this? -- - Adam ** Expert Technical Project and Business Management ****
2006 Jan 06
0
RMySQL/DBI
Hello, does anybody run RMySQL/DBI successfully on SunOS5.8 and MySQL 3.23.53 ? I'll get a segmentation fault whe trying to call dbConnect. We'll soon swtich to MySQL 4, however, I was wondering whether the very ancient mysql version realy is the problem ... RMySQL 0.5-5 DBI 0.1-9 R 2.2.0 SunOS 5.8 kind regards and thanks a lot for your help, Arne [[alternative HTML version
2009 Jun 05
1
R 2.9.0 on AIX 5.3: Error: Invalid DESCRIPTION file
Hi, I am trying to install R 2.9.0 on AIX 5.3. During the 'make' run I get the following error: Error: Invalid DESCRIPTION file Invalid Priority field. Packages with priorities 'base' or 'recommended' or 'defunct-base' must already be known to R. See the information on DESCRIPTION files in section 'Creating R packages' of the
2005 Dec 16
2
R compile on AIX 5.3
I'm trying to compile R on AIX 5.3. I've gotten "configure" to work but "make" generates the following errors: Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "Makedeps" is up to date. Target "libbz2.a" is up to date. Target "Makedeps"
2006 May 02
1
compile R on Solaris 9
I can't make R on a Solaris 9 box. Does anyone have any suggestions? Thanks in advance. <3>-> make `Makedeps' is up to date. `libbz2.a' is up to date. `Makedeps' is up to date. `libpcre.a' is up to date. `Makedeps' is up to date. `libz.a' is up to date. ../../../src/include/libintl.h is unchanged ../../../include/libintl.h is unchanged `localecharset.h'
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
> On Sep 13, 2015, at 11:04 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > > On Thu, Sep 10, 2015 at 1:55 AM, Khem Raj via Syslinux > <syslinux at zytor.com> wrote: >> We can let compiler driver pass the right options to preprocessor after >> processing -Mxy options, right now its bypassing the gcc driver and >> handing them straight to cpp >>
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
We can let compiler driver pass the right options to preprocessor after processing -Mxy options, right now its bypassing the gcc driver and handing them straight to cpp This also helps in other compilers processing these options correctly for their preprocessors consumption Signed-off-by: Khem Raj <raj.khem at gmail.com> --- mk/syslinux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2
2005 Apr 25
2
Installing packages, again
Hi again, I've just uninstalled R2.01 and installed the new R2.10 on my WindowsXP machine. I then attempted to install the vegan package from source files, as I learned to do last week, with the help of some of you. I have updated my path variable to the new R directory (R/rw2010/bin instead of R/rw2001pat/bin), and I've still got the HTMLHelpWorkshop files installed, as well as Perl
2008 May 22
2
1501-511 Compilation failed for file ch2inv.f - R on AIX 5.2.
Hi, While executing the make after successful configuration (./configure --with-readline=no --without-iconv), the following error occurs: mbf2n11s (Regatta) /saswork/R/R-2.7.0$ make Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "Makedeps" is up to date. Target "libbz2.a"
2007 Mar 28
2
changes in behaviour of Rcmd SHLIB since 2.4.0
Dear all, I have some C code using the zlib uncompress. It compiles fine under Win XP (with SP2) with R up to 2.3.1 and generates four files (Makedeps, *.d, *.dll, and *.o): C:\Data\R-packages\cmg>rcmd SHLIB cmg.c -o cmg.dll latex: not found making cmg.d from cmg.c gcc -IC:/PROGRA~1/R/R-2.3.1/include -Wall -O2 -c cmg.c -o cmg.o cmg.c: In function `readcmg': cmg.c:33: warning:
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
I tried building R-1.6.1 under Mac OS X 10.2.2 and experienced the following build failure: <...stuff omitted...> cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o ctest.so ansari.o chisqsim.o d2x2xk.o
2005 Jan 19
1
Fix for R-devel+Quartz
Current R-devel doesn't compile on OS X, because "-framework Carbon" was (correcly) removed main_ldflags, but it was not added to flags for grDevices, where it is needed now. The following tiny patch remedies the issue (it is sufficient to include AppKit as only that subset of Carbon is needed): Index: src/library/grDevices/src/Makefile.in
2013 Dec 12
3
[syslinux:firmware] version: Bump version & Lua
"H. Peter Anvin" <hpa at zytor.com> writes: > On 12/11/2013 11:52 AM, Geert Stappers wrote: > >> Op 2013-12-11 om 02:09 schreef syslinux-bot for Matt Fleming: >> >>> Commit-ID: 5e59ac11d6d105591d6da742750ea2f804534d43 >>> Gitweb: http://www.syslinux.org/commit/5e59ac11d6d105591d6da742750ea2f804534d43 >>> Author: Matt Fleming