Search found 5 matches
- 2014-04-02T08:24:39-07:00
- Forum: Magick++
- Topic: Seg faults in 64-bit AIX 6.1
- Replies: 5
- Views: 16028
Re: Seg faults in 64-bit AIX 6.1
To put this issue to rest, I have finally been able to get this to work. The problem was that some of my libraries were compiled with -D_LARGE_FILE support turned on, which results in string arguments being decorated with the "_LFS_ON" identifier as in "const std::_LFS_ON::basic_string". Since ...
- 2014-03-28T13:37:45-07:00
- Forum: Magick++
- Topic: Seg faults in 64-bit AIX 6.1
- Replies: 5
- Views: 16028
Re: Seg faults in 64-bit AIX 6.1
I've wiped out any previous trace of ImageMagick from the server, and downloaded the latest version of the source, configured and built the libraries, and put them in my temporary installroot. I have pointed my build files at the new libraries, and I still can't get the application I've wrote to ...
- 2014-03-27T14:33:04-07:00
- Forum: Magick++
- Topic: Seg faults in 64-bit AIX 6.1
- Replies: 5
- Views: 16028
Re: Seg faults in 64-bit AIX 6.1
Okay, I'll try that, I'm about at the point of giving up anyway. I think part of the issue is that this box I'm on currently has a 32-bit version of the 6.8.0.10-1 libraries installed as an RPM (prebuilt from Perzl.org) The 64-bit version that I built on 6.8.7 is under /usr/local/ImageMagick.6.8.7 ...
- 2014-03-27T09:00:49-07:00
- Forum: Magick++
- Topic: Seg faults in 64-bit AIX 6.1
- Replies: 5
- Views: 16028
Re: Seg faults in 64-bit AIX 6.1
A little more info, not sure if it helps or not. I rebuilt ImageMagick again, this time using -with-modules on in the configure, and it has now built the modules and installed them. If I run "convert -list configure", both jpeg and tiff are listed under DELEGATES.(they were before too) But now when ...
- 2014-03-26T13:14:43-07:00
- Forum: Magick++
- Topic: Seg faults in 64-bit AIX 6.1
- Replies: 5
- Views: 16028
Seg faults in 64-bit AIX 6.1
I've been stuck on this for a while now, and could really use some help. I'm in the process of converting some old C++ code to 64-bit on AIX 6.1, and have downloaded and built ImageMagick ver 6.8.7 for this project. (created both 32 and 64 bit libs) The code is pretty simple in it's use of ...