Displaying 20 results from an estimated 10000 matches similar to: "File extension changes xlc to doc"
2006 Mar 06
1
How to compile with AIX xlc?
During configure, it is running xlc -version for some reason, and xlc
does not have a --version option, so it is showing usage information
instead. How do you compile with xlc 6.0?
David
David Shapiro
Unix Team Lead
919-765-2011
2002 Apr 10
2
[Bug 206] -SNAP-20020409: build failures on AIX 3.2.5 with XLC 1.2.1.16
http://bugzilla.mindrot.org/show_bug.cgi?id=206
Matthew_Clarke at mindlink.bc.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|-SNAP-20020405: build |-SNAP-20020409: build
|failures on AIX 3.2.5 with |failures on AIX 3.2.5 with
|XLC
2016 Oct 11
2
Compound Literal - xlc and gcc differences can be patched
Since I so miserably misspelled packaging - a new thread specific to the
issue at hand.
I found a "workaround". In short, xlc does not accept arrays of nested
array - the bottom line (best message) is: 1506-995 (S) An aggregate
containing a flexible array member cannot be used as a member of a
structure or as an array element.
At the core - all the other messages come because this
2002 Apr 06
0
[Bug 206] New: -SNAP-20020405: build failures on AIX 3.2.5 with XLC 1.2.1.16
http://bugzilla.mindrot.org/show_bug.cgi?id=206
Summary: -SNAP-20020405: build failures on AIX 3.2.5 with XLC
1.2.1.16
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo:
2012 May 07
1
samba ADS security mode not accesible by work group computer
Dear Concern,
I have little problem regerding samba share i had
tried my best to search it from internet but cant get it.samba security
mode is ADS and domain (Server 2003 SP2) is joined successfully each domain
member/user can access its shares but i cant access these shares from a
work group(not joined domain) computer windows having XP or win 7.i had
chaged the security
2006 Mar 02
2
How to get mime extension with file_column
Is there a way to get the MIME extension of a file_column field?
Here''s what I want to do (look for comment in before_save method):
class ProductFile < ActiveRecord::Base
belongs_to :product
file_column :file_name
def before_save
self.file_type = # something that returns the MIME type (e.g. image/jpeg)
end
end
TIA
2015 May 19
2
Need Immediate Help:::SAMBA Logon Issues
Hi there
Plz go through the following info. Everything is working pretty fine but
very frequently, I get the following error:
"THERE ARE NO LOGON SERVERS CURRENTLY AVAILABLE TO SERVICE YOUR REQUEST"
where these configurations work fine occasionally.
[global]
;add group script = /usr/sbin/groupadd %g
;add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u
;add user
2006 Oct 30
2
file_column uppercase extension problem
i''m using file_column 0.3.1 with rails 1.1.6, ruby 1.8.4, on winXP, and
i have this problem:
when I try to upload in my web application an image using file_column
plugin, if the extension of the image contains at least 1 uppercase
(e.g. myImage.jpG), I get this error:
No such file or directory -
./public/model/picture/tmp/1162229227.753000.516/myImage.JPG or
2002 Apr 07
0
[Bug 206] -SNAP-20020405: build failures on AIX 3.2.5 with XLC 1.2.1.16
http://bugzilla.mindrot.org/show_bug.cgi?id=206
------- Additional Comments From Matthew_Clarke at mindlink.bc.ca 2002-04-08 09:44 -------
More investigation shows that adding "--with-cppflags=-D_BSD=44" triggers a
"struct cmsghdr" definition in the system headers, fixing the compilation error.
However, that triggers changes to the WIFEXITED() macro and friends, such
2016 Oct 12
2
Compound Literal - xlc and gcc differences can be patched
On 12/10/2016 07:51, Aki Tuomi wrote:
> Please make your patch, if possible, viahttps://github.com/dovecot/core
> as pull request.
I am not really git "schooled", but I shall look into that.
Many Thanks for being open to a "non-gcc" compiler!
Michael
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
Dear all,
after trying to compile R on our IBM Power3/AIX 5.1 machine I've
been able to run it correctly.
First of all I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
Hi all,
today I tried to compile R in 64-bit mode on Linux on Power4. I used the
following parameter with configure.
./configure -without-x CC='xlC' F77='xlf' CXX='xlC' CFLAGS='-q64 -g
-qfullpath' FFLAGS='-q64 -g -qfullpath' CXXFLAGS='-q64 -g -qfullpath'
MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64
2018 Jan 19
1
IBM Power vs Markdown
Hi, folks.
I was wondering if any of you could point me in the right direction.
Using R 3.3.3 (and later), on an IBM Power LPAR, Red Hat 7 PPC64le, markdown build fails as below.
> install.packages("markdown")
trying URL 'https://cloud.r-project.org/src/contrib/markdown_0.8.tar.gz'
Content type 'unknown' length 80583 bytes (78 KB)
2003 May 08
1
problems compiling R on AIX5.1
Dear all,
after trying to compile R on our IBM Power3/AIX 5.1 machine I've
been able to run it correctly.
First of all I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
A while ago I compiled R 1.7.0 for AIX (with the above compiler - I'll
call it xlc) and I was surprised that it went quite smoothly.
Unfortunately with R 1.8.0 it's not as easy, but I succeeded at least
partially. Static R works fine (after some tweaking), but
--enable-R-shlib fails resp. produces a buggy R. Following are the
problems I encountered (in a warning-to-fatal-error
2006 Sep 20
3
sendmail security
hi
all
i am using sendmail mail server, i have configured
SASL+TLS+MailScanner+Spamassasin+.Procmail and its
working fine, but there is one problem when i am doing
telnet to my server on 25 port and using "mail from "
command to send mail by any user like abc at gmail.com or
any user @mydomain then sendmail is not able to verify
sending user , so plz help me how can i verify the
real
2006 Nov 15
0
segfault in AIX
I'm trying to build R 2.4.0 on an IBM P5-570 that's running
AIX 5.3. I'm using xlc 7.0, xlc++ 7.0 and xlf 9.1 in 32 bit
mode (OBJECT_MODE is 32 in the build environment).
The source is the patched version of 2.4.0, downloaded yesterday.
Configure options were --prefix, --srcdir, --x-includes, --x-libraries,
and --without-readline. Compiler flags were -O2.
The make step fails with
1998 Jun 08
1
IBM AIX problems
Heiner Schwarte has helped me with the AIX problem that I
and Janusz Kawczak recently reported here.
Heiner had found out earlier that there was a problem with the
'finite' c-library function [Heiner's test code see below] when gcc
(and older versions of xlc) is used.
He also found that instead, AIX defines a FINITE(.) macro itself
in fp.h and that this would work in any case.
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
https://bugzilla.mindrot.org/show_bug.cgi?id=2412
Bug ID: 2412
Summary: make tests does not PASS all tests with SNAP
openssh-SNAP-20150607.tar.gz
Product: Portable OpenSSH
Version: 6.8p1
Hardware: PPC
OS: AIX
Status: NEW
Severity: normal
Priority: P5
Component: Build
2006 Jun 05
1
file_column permissions
this is getting frustrating...
i installed file_column without a hitch for the first time to just play
around with. using the exact same steps as before, i try to use it with
one of my actual applications, and i get "permission denied" errors. i
figure there might be some conflict with my application so just for
kicks i do the exact same thing i did the first time to test