From:             dbarth at gmx dot net
Operating system: Mandrake 10
PHP version:      5.0.3
PHP Bug Type:     *Compile Issues
Bug description:  T1lib configuring error

Description:
------------
Hello I need to compile php with t1lib support, but i get follwing error
while configuring:

configure:30293: checking for jpeg_read_header in -ljpeg                  
    
configure:30576: checking for png_write_image in -lpng                    
    
configure:31675: checking for T1_StrError in -lt1                         
    
configure:31694: gcc -o conftest -g -O2   conftest.c -lt1  -lpng -lz
-ljpeg -lg
bm -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2
-lz 
lm 1>&5                                                                   
    
/tmp//ccaz46FM.o(.text+0x9): In function `main':                          
    
/usr/local/src/php-5.0.3/configure:31690: undefined reference to
`T1_StrError' 
collect2: ld returned 1 exit status                                       
    
configure: failed program was:                                            
    
#line 31683 "configure"                                                   
    
#include "confdefs.h"                                                     
    
/* Override any gcc2 internal prototype to avoid an error.  */            
    
/* We use char because int might match the return type of a gcc2          
    
    builtin and then its argument prototype would still apply.  */        
    
char T1_StrError();                                                       
    
                                                                          
    
int main() {                                                              
    
T1_StrError()                                                             
    
; return 0; }                                                             
    

any suggestions?

(ver: t1lib 1.3.1)


-- 
Edit bug report at http://bugs.php.net/?id=32381&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32381&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32381&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32381&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32381&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32381&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32381&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32381&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32381&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32381&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32381&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32381&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32381&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32381&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32381&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32381&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32381&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32381&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32381&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32381&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32381&r=mysqlcfg

Reply via email to