Displaying 20 results from an estimated 300 matches similar to: "MS Word from samba share"
2009 Jun 04
2
[LLVMdev] Compilation error in 64 Bit PowerPC machine with Yellowdog Linux 6.1
Hi,
i am trying to compile llvm in a 64 Bit PowerPC machine with Yellowdog Linux 6.1 operating system. I could compile llvm but when I was trying to compile the llvm-gcc4.2 front end the compilation aborted with following error message:
../../gcc/config/rs6000/rs6000.c: In function ‘rs6000_override_options’:
../../gcc/config/rs6000/rs6000.c:1510: error: ‘MASK_MACHO_DYNAMIC_NO_PIC’ undeclared
2007 Aug 29
4
[LLVMdev] RFC: Patch for Exceptions
Hi all,
This is a (very) rough patch to fix building LLVM with exceptions on
PPC Darwin. Basically, it puts the burden of adding the "--enable-eh"
on the specific target, which is where I think it should go.
If this is okay, then I can clean the patch up and submit it.
-bw
Index: gcc/llvm-backend.cpp
===================================================================
---
2003 Apr 01
0
Samba - Windows XP permissions issue
: I have an XP client running office XP. This is sitting on an network along
with an IBM RS6000. The RS6000 has SAMBA installed and configured so that
the XP client can see the RS6000 as though it is a network device. The user
opens a template in Word 2002 which creates a mailmerge document using VBA.
The VBA code gets the name of the document and the location for both the
document and the data
2011 Oct 13
0
[LLVMdev] dragonegg on PPC
Hi Hal,
> I am interested in getting dragonegg to work on PowerPC. Obviously the
> stuff in src/x86 needs to be replaced/replicated for PowerPC, but if you
> have a few minutes, can you provide your thoughts on what has to be
> changed between x86 and PPC.
you should probably start by doing this: copy gcc/config/rs6000/llvm-rs6000.cpp
to (in the dragonegg source) src/ppc/Target.cpp.
2002 Apr 06
2
rsync 2.5.5 compilation problems
Hi,
I compiled rsync on an HPUX 11i box, and got lots of errors about
redefining sendfile() and sendpath(). The compilation succeeded, but the
binary failed. I then took a binary I had compiled on an HP11.00 box, and
it worked fine.
I tried this with both gcc & the HP ansic compilers. The same results.
I am attaching a full transcript of the configure & compilation session.
The ld
2007 Aug 21
0
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
Hi, I'm guessing that no one has tried this exact combination yet.
I'm trying to build the gcc4.2 front end with current LLVM SVN
on a G4 Powerbook running 10.4.10.
I started with this:
../gcc4.2-trunk/configure
--prefix=$HOME/Documents/hpcl/LLVM/llvm-gcc-4-2/install
--enable-llvm=$HOME/Documents/hpcl/LLVM/llvm-svn-obj/
--with-gmp=$HOME/Documents/hpcl/LLVM/llvm-gcc-4-2/libdeps
1999 May 13
1
permissions for printing
I have just installed Samba for the following configuration:
AIX 4.2, with NT clients
We are trying to print from clients to unix printers through a Progress
(database) program. On unix, I would identify my destination as "lp -s
-dprinter1". Now, I indicate "//rs6000/printer1". People in our systems
department (and therefore, people with "root" privileges) can
1999 Jul 07
1
Almost succesfull build on AIX
Hi,
Kurt Hornik and myself have an almost successful build of R on AIX
including dynamic loading of libraries ... which fails make check :-(
Anyway, as we have no AIX experience at all, maybe somebody else knows
what's going on.
Here's the problem:
> 1/0
[1]INF
> is.finite(1/0)
[1] TRUE
R was built using the flags included below, gcc version is 2.7.2. Does
anybody with
2012 Apr 28
0
[LLVMdev] Odd PPC inline asm constraint
On Fri, 2012-04-27 at 14:54 -0500, Hal Finkel wrote:
> There is a comment in the file which reads:
>
> /* The weird 'i#*X' constraints on the following suppress a gcc
> warning when __excepts is not a constant. Otherwise, they mean the
> same as just plain 'i'. */
[sinp]
> ("mtfsb0 %s0" : : "i#*X"(__builtin_ffs (__excepts)));
[snip]
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote:
>
>>Cyrille Mescam wrote:
>>
[snip]
>
> In fact, i am using the CFE build procedures. I am on instructions 5.
>
> cyrille
>
Okay, I took a closer look at your output.
I was correct in that gccas is attempting to assemble a native PPC
assembly language file. However,
2007 Jan 05
0
[LLVMdev] llvm-gcc4 mirror back online
No, I do not see any such warning. This explanation appears unlikely as
it had no problem building every other cpp file.
There is a third alternative: have someone fix whatever broke in the
last week or two.
And, no, I cannot use llvm-i386.cpp or llvm-rs6000.cpp as I am running
x86_64. Nor am I going to debug the gcc build system.
Devang Patel wrote:
>
> On Jan 4, 2007, at 8:06 PM,
2012 May 10
1
[LLVMdev] Odd PPC inline asm constraint
Peter,
Could you please comment on:
http://llvm.org/bugs/show_bug.cgi?id=12757
Specifically, gcc seems to allow this:
int __flt_rounds() {
unsigned long fpscr;
__asm__ volatile("mffs %0" : "=f"(fpscr));
return fpscr;
}
My reading of this is that gcc allocates a floating-point register to
hold the result of the mffs instruction, and then bit casts (and
truncates?) the
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
> Okay, I took a closer look at your output.
>
> I was correct in that gccas is attempting to assemble a native PPC
> assembly language file. However, this appears to be happening because
> the assembly file is generated by the GCC Makefiles for libgcc2 (in
> llvm-gcc/gcc/config/rs6000/t-ppccomm, I think).
>
> The first thing I would try is Marco's suggestion: add
2006 Jan 02
0
Getting Cannot compute sizeof (int) on rsync-2.6.6
Hello all,
I searched the archives but could not find an answer to this. I was running configure on an RS6000 with Aix 5.1 and received the following error:
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for
1999 Jan 21
0
Q: problem with samba on AIX / RS6000 (Unix)
Hello,
I'm trying to configure samba on AIX / RS6000. I have the smbd part of
it running well .
The nmbd part is giving us problems. Nmbd daemon dies as soon as started
!
When I issue a 'ps -ef ' to see the processes, smbd runs but nmbd
never.
When using 'smbclient -L JAWS ' to debug the problem,
I have the following output :
Unknown parameter encountered : "local
1999 Jul 14
0
A samba or a mutt problem?
I have to briefly describe my situation before posing my problem. I
do almost all my work including reading e-mail with mutt on two unix
machines. For various reasons related to the fact that we are in the
tropics I have moved both machines to the university machine room. I
sit in front of a Pentium PC running Windows 95. I use telnet to
get to one unix machine and X Windows emulation to get to
2007 Jan 05
1
[LLVMdev] llvm-gcc4 mirror back online
Jeff,
The config.cpp hack worked for me as a temporary solution. Devang is
working on the permanent solution. Try applying this patch to your
gcc/config.gcc file, it might
just re-enable your build.
Reid.
On Fri, 2007-01-05 at 11:20 -0800, Jeff Cohen wrote:
> No, I do not see any such warning. This explanation appears unlikely as
> it had no problem building every other cpp file.
>
2006 Jan 02
0
SUMMARY--Getting Cannot compute sizeof (int) on rsync-2.6.6
I ended up installing a newer version of GNU gcc and this time it worked.
Thanks,
Jim Naylor
Unix/Storage Systems Administrator
Schnuck Markets, Inc.
* Direct (314) 994-4784
))( Cell (314) 691-0186
Fax (314) 994-4684
* E-Mail jnaylor@schnucks.com
-----Original Message-----
From: rsync-bounces+jnaylor=schnucks.com@lists.samba.org
2000 May 30
6
Time Synchronisation
Hi. I'm running on a Windows 98 client and an RS6000 with Samba 2.0.7
(latest).
I've used "net time \\ibrissde /SET /YES" to sync the times between the two
systems ... but if I save a file onto the RS6000 through Samba on a mapped drive
the file in UNIX is 1 hour old.
I haven't been able to find any help on this so I'm assuming it's a bug !?
This was also true
2012 Aug 30
1
[LLVMdev] Problems building llvm on AIX
Hi,
Has anyone succeeded in building llvm on AIX?
Currently I am investigating several tools for code analyses and I came upon Clang. We at CCV run our core business applications on RS6000/AIX. At our department we develop those applications.
The reviews on clang look very promising. I was able to build and run it on Linux (SuSE 12.1) without any problems. I tested it with valgrind sources and