Discussion:
xdebug on cygwin or mingw
qbin
2013-11-08 17:53:05 UTC
Permalink
hello, I try compile xdebug on cygwin as shared library, but get only static. I think because linker warning
libtool: link: warning: undefined symbols not allowed in x86_64-unknown-cygwin shared libraries
I try with -no-undefined but get many linker undefined symbols.
How I can get list of missed libraries or object files(from php sources ofcause)?
qbin
2013-11-08 22:11:10 UTC
Permalink
Post by qbin
hello, I try compile xdebug on cygwin as shared library, but get only
static. I think because linker warning
libtool: link: warning: undefined symbols not allowed in
x86_64-unknown-cygwin shared libraries
I try with -no-undefined but get many linker undefined symbols.
How I can get list of missed libraries or object files(from php sources ofcause)?
Now I can build xdebug as static Zend module by compiling php 5.5, (I
commented your check to init by load module), but module not
worked(phpinfo() runs and seen xdebug in where) with setted IDEKey
Derick Rethans
2013-11-11 10:52:42 UTC
Permalink
Post by qbin
Post by qbin
hello, I try compile xdebug on cygwin as shared library, but get
undefined symbols not allowed in x86_64-unknown-cygwin shared
libraries I try with -no-undefined but get many linker undefined
symbols. How I can get list of missed libraries or object files(from
php sources ofcause)?
Now I can build xdebug as static Zend module by compiling php 5.5, (I
commented your check to init by load module), but module not
worked(phpinfo() runs and seen xdebug in where) with setted IDEKey
Cygwin isn't really supported - neither for PHP or for Xdebug. I
exclusively make it work with MS VC9/VC11 and you really should be using
that. I don't have the time (or knowledge) to provide support for Cygwin
as well.

cheers,
Derick
--
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
Xdebug | http://xdebug.org | xdebug-***@lists.xdebug.org
twitter: @derickr and @xdebug
Loading...