search for: dmake

Displaying 20 results from an estimated 28 matches for "dmake".

Did you mean: make
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...onfig.log: ++++++++++++++++++++++++++++++++++++++++++++++++++++ /usr/bin/uname -p = i386 /bin/uname -X = System = SunOS Node = solenv Release = 5.11 KernelID = snv_69 Machine = i86pc ## ----------- ## ## Core tests. ## ## ----------- ## configure:1313: checking for gcc configure:1339: result: dmake: defaulting to parallel mode. See the man page dmake(1) for more information on setting up the .dmakerc file. /opt/studio12/SUNWspro/bin/cc -m64 configure:1583: checking for C compiler version configure:1586: dmake: defaulting to parallel mode. See the man page dmake(1) for more information on sett...
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
...ecution halted *** Error code 1 The following command caused the error: (cat ../../../../src/R-patched_2006-07-24/src/library/tools/R/makeLazyLoad.R; \ echo "makeLazyLoading(\"tools\")") | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C ../../../bin/R --vanilla --slave > /dev/null dmake: Fatal error: Command failed for target `all' Current working directory /export/data/obj-R/src/library/tools *** Error code 1 The following command caused the error: for pkg in profile base tools utils grDevices graphics stats datasets methods grid splines stats4 tcltk; do \ (cd ${pkg} &&...
2013 May 01
2
Build 3.6.12 on Solaris 8
All, I need to build samba 3.6.12 on solaris 8 using studio 12. Has anyone accomplished this and willing to share tips, tricks, or notes? -Kevin
2009 May 22
0
[LLVMdev] Arm port
...new file will > want to be created similar to how ARMInstrVFP.td is sequestered. OK, I've got enough to go on with, and I'm getting ready right now to begin reading the dragon book, but one question bothers me regarding the present setup of llvm: the use of the present Makefile tools (dmake & gmake). I was rather surprised to find that a project that is bent toward supporting the BSD Unixes doesn't have a set of BSD Makefiles. I'm not saying you have to toss away your dmake/gmake files, you could keep them for those who feel more at ease in using them, but shouldn't...
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
...8371 2425 2425 1 mi wait FreeBSD ELF64 perl5.8.8 33010 12262 8371 2425 2425 1 mi wait FreeBSD ELF64 perl5.8.8 33011 33010 8371 2425 2425 1 mi wait FreeBSD ELF64 sh 33012 33011 8371 2425 2425 1 mi wait FreeBSD ELF64 dmake 37126 33012 8371 2425 2425 1 mi - FreeBSD ELF64 dmake The last line worries me greatly... According to "procstat -t", there is only one thread there: PID TID COMM TDNAME CPU PRI STATE WCHAN 37126 100724 dmake...
2012 Feb 29
1
dovecot-2.1-pigeonhole-0.3.0 identifier redeclared: sieve_multiscript_run (patch)
...pointer to function(..) returning void vinfo, pointer to function(..) returning void vdebug, pointer to function(..) returning void free}, enum sieve_runtime_flags {SIEVE_RUNTIME_FLAG_NOGLOBAL(1)}, _Bool) returning _Bool : "sieve.h", line 168 cc: acomp failed for sieve.c *** Error code 1 dmake: Fatal error: Command failed for target `sieve.lo' Current working directory /home/soft/dovecot/dovecot-2.1-pigeonhole-0.3.0/src/lib-sieve *** Error code 1 The following command caused the error: fail= failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \...
2007 Aug 09
8
Dtrace - Segmentation Fault
After building and bfu''in the lastest ON build, any time I run a dtrace script I get a Seg Fault. Is there a dtrace for dtrace :) Doug root at prae> dtrace -n ''syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }'' Segmentation Fault (core dumped) root at prae> pstack core core ''core'' of 101364: dtrace -n
2009 May 22
3
[LLVMdev] Arm port
...iday, May 22, 2009 9:22:53 AM > Subject: Re: [LLVMdev] Arm port > > OK, I've got enough to go on with, and I'm getting ready right now to begin > reading the dragon book, but one question bothers me regarding the present setup > of llvm: the use of the present Makefile tools (dmake & gmake). I was rather > surprised to find that a project that is bent toward supporting the BSD Unixes > doesn't have a set of BSD Makefiles. I'm not saying you have to toss away your > dmake/gmake files, you could keep them for those who feel more at ease in using > the...
2000 Apr 24
1
compiling R-1.0.1 under Solaris
...Source directory: . Installation directory: /home/ppp/paradis/R C compiler: cc -g FORTRAN compiler: f77 Gnome support: no ----------------------------------------------- Then, when I try to run make (either the SUN one which is invoked with 'dmake', or GNU make 3.78.1), it returns, after some lines which appear normal, the following error messages (for the GNU make): ---------------------------------------------------------------------------- ---- ... make[3]: Entering directory `/home/ppp/paradis/R/R-1.0.1/src/appl' cr libappl.a Rs...
2012 Jun 13
2
Samba 64 bit compilation
Which platform? If on Solaris 10 sparc, GCC (either from Sun or sunfreeware.com) should be 64-bit by default. GCC from Sunfreeware for Solaris 10 x86 will compile 32-bit by default. For Solaris, you are better off using Sun Studio and Dmake. Actually, you are better off just using the compiled version from Oracle/Sun. On 06/13/12 02:08, prabu.murugan at emc.com wrote: > Hi, > > Have tried to compile samba 64 bit. By default it is compiling 32 bit. Google doesn't give much info about it. > Please share your experie...
2011 Jan 17
2
Summing data frame columns on identical data
Dear all, I have 9 data frames, and I'm simply trying to sum the values of column 3 (on a row-by-row basis). However, there are a slightly different number of rows in each data frame, so I'm receiving the following error: "Error in Ops.data.frame(mrunoff_207101[3], mrunoff_207102[3]) : ? + only defined for equally-sized data frames". Here is what I'm attempting to do:
2009 May 22
0
[LLVMdev] Arm port
...:22:53 AM >> Subject: Re: [LLVMdev] Arm port >> >> OK, I've got enough to go on with, and I'm getting ready right now to begin >> reading the dragon book, but one question bothers me regarding the present setup >> of llvm: the use of the present Makefile tools (dmake & gmake). I was rather >> surprised to find that a project that is bent toward supporting the BSD Unixes >> doesn't have a set of BSD Makefiles. I'm not saying you have to toss away your >> dmake/gmake files, you could keep them for those who feel more at ease in us...
2009 May 21
6
[LLVMdev] Arm port
My goal is to have Cortex-A9 support complete in far less than three months. I've recently gotten some additional help toward that goal, so the pace should pick up soon. As far as compiler texts, there are many newer texts to recommend as just about all the major optimization passes are done differently after SSA-form appeared in about 1991. However, for adding Cortex-A8 support, I don't
2016 Jun 08
1
Solaris 10 Configure failure
...recent version of GCC - though I think the problem was that you still end up being dependent on /usr/ccs/bin/ld. You could rename and symlink /usr/ccs/bin/ld to point to the gnu ld. I think the proper way to build it is to use sun studio for the c / c++ compilers (not gnu gcc / g++) with dmake (not make or gmake.) My notes say CC='/usr/bin/cc -xc99' CXX=/usr/bin/CC Don't set "-xc99" in CFLAGS Is this machine a member or PDC of classic domain? Or is it a member of an active directory domain? If you followed some of the other posts you will se...
2007 Nov 21
0
Using DTrace to analyse ON build
This is from a discussion on opensolaris-tools that is somewhat relevant for DTrace community. I wrote a simple D script (http://www.opensolaris.org/os/project/onnv/onnv_build/faster_builds/tools/dtrace/dirtrace.d) that collects data for each dmake process during the Solaris build. After that the data is post-processed by a Perl script (http://www.opensolaris.org/os/project/onnv/onnv_build/faster_builds/tools/dtrace/tree.pl) that produces a full build timeline for building usr/src/uts (I skipped lib and cmd for now). For example, here are...
2006 Oct 03
1
Problems building osox-src-2006-08-16 on x86_64 (dwarf data)
...fno-builtin -fno-asm+ /opt/SUNWspro/bin/cc -xarch=amd64 -Ui386 -U__i386 -xO3 -W2,-Rlazy ../../intel/opt/work/src/osox-src-2006-08-16/usr/src/tools/proto/opt/onbld/bin/i386/ctfcon ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -gRemoving debug64/hat.o *** Error code 1 dmake: Warning: Command failed for target `debug64/hat.o'' previously I downloaded required packages from http://opensolaris.org/os/community/xen/How-To-8-15-06/Downloads-Page-8-15-06 and ran: (though I am not sure everything here is a MUST): http://opensolaris.org/os/community/xen/How-To-8-...
2004 Sep 13
0
[LLVMdev] reloc refers to symbol ... which is not being output
Hi Just for info: I've succeded upgrading to binutils 2.15 (from pure binutils source) on the mingw platform, through almost automatically configuring, compiling and installing dmake and perl. However, the LLVM configure searches a nonexistent path (c:/mingw/mingw32/bin) in the PATH environment and funny enough finds an old version of ld. So, you have to manually fix the llvm libtool script to reference to your upgraded ld. The reloc problem is fixed in binutils --- Got F...
2011 Jul 06
1
Could not build Samba with ADS support on Solaris 10
I tried to build Samba with ADS support, I got error, messages are: . checking for ldap_initialize... no checking whether LDAP support is used... yes checking for Active Directory and krb5 support... yes checking for ldap_initialize... (cached) no configure: error: Active Directory support requires ldap_initialize I installed Openldap(downloaded from sunfreeware), tried the following
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...S=-Kpic FPICFLAGS=-Kpic SHLIB_LDFLAGS=-shared LDFLAGS=-L/opt/sun/sunstudio12.1/lib/386 CXX=/opt/sun/sunstudio12.1/bin/sunCC CXXFLAGS="-g -xlibmil -xlibmieee" CXXPICFLAGS=-Kpic SHLIB_CXXLDFLAGS="-G -lCstd" FC=/opt/sun/sunstudio12.1/bin/sunf95 FCFLAGS=$FFLAGS FCPICFLAGS=-Kpic MAKE=dmake R install guide also indicates that: "The OS needs to have enough support for wide-character types: this is checked at configuration. Specifically, the C99 functionality of headers wchar.h and wctype.h, types wctans_t and mbstate_t and functions mbrtowc, mbstowcs, wcrtomb, wcscoll, wcstombs,...
2012 May 15
1
Samba 3.4.17 -Solaris10_U10- make- Fatal error with talloc
Hi, This is Prabu. I am trying to compile samba on Solaris 10_U10. I have posted the same in bugzilla. https://bugzilla.samba.org/show_bug.cgi?id=8939 User requirement is to compile samba 3.4.17 to support their application. 3.4.17 is working on Solaris 9 and Solaris 10_U5. But not on Solaris 10_U10. ./configure and make gives error related to talloc. I have set the PKG_CONFIG_PATH. It is not