Re: [INTERNALS-WIN] Re: [PHP-DEV] [RFC] Starting 5.3
[email protected] (Elizabeth M Smith)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Milan Babuskov wrote: > Rob Richards wrote: >> How about installing the Windows SDK? > > Now it found mc.exe and compiled everything. However, the link fails: > > Creating library ..\Release_TS\php5ts.lib and object > ..\Release_TS\php5ts.exp > > browscap.obj : error LNK2019: unresolved external symbol _php_regfree@4 > referenced in function _browser_reg_compare > browscap.obj : error LNK2019: unresolved external symbol _php_regexec@20 > referenced in function _browser_reg_compare > browscap.obj : error LNK2019: unresolved external symbol _php_regcomp@12 > referenced in function _browser_reg_compare > ..\Release_TS\php5ts.dll : fatal error LNK1120: 3 unresolved externals > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > 9.0\VC\BIN\cl.exe"' : return code '0x2' > Stop. > > > Any idea? > > > > Thanks, > sure, don't use --disable-all in your configure - this is an error with the ereg extension and browscap - you MUST enable ereg until the browscap author get this fixed (yes we've asked, yes we're still waiting)