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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 4 = ?
Subscribe to this entry?

 
 [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: Fri May 17 05:01:31 2024 UTC