php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58225 compile fails PHP 4.2.6 on MAC OS X 10.5.3
Submitted: 2008-06-07 08:50 UTC Modified: 2008-06-07 16:25 UTC
From: amiller at onlinebrands dot com Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 5.2.5 OS: OS X 10.5.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: amiller at onlinebrands dot com
New email:
PHP Version: OS:

 

 [2008-06-07 08:50 UTC] amiller at onlinebrands dot com
Description:
------------
I have not been able to compile this extension on OS X since 
version 2.1.1. I am running Imagemagick 6.4.1-5







Reproduce code:
---------------
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/imagick.so -bundle  .libs/imagick_class.o .libs/imagickdraw_class.o .libs/imagickpixel_class.o .libs/imagickpixeliterator_class.o .libs/imagick_helpers.o .libs/imagick.o  -L/usr/local/lib /usr/local/lib/libMagickWand.dylib -L/usr/X11/lib /usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libXt.6.0.0.dylib /usr/X11/lib/libfreetype.dylib /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /usr/local/lib/libMagickCore.dylib -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib
ld: duplicate symbol _imagick_globals in .libs/imagickdraw_class.o and .libs/imagick_class.o

collect2: ld returned 1 exit status
make: *** [imagick.la] Error 1



Expected result:
----------------
I expect to see make finish without error


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-07 16:25 UTC] mkoppanen@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PECL.

This is a known bug and we are working on it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 02:01:28 2024 UTC