|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-20 17:54 UTC] sniper@php.net
[2005-03-21 21:55 UTC] dbarth at gmx dot net
[2005-03-22 00:33 UTC] dbarth at gmx dot net
[2005-03-22 18:40 UTC] sniper@php.net
[2005-03-23 13:36 UTC] dbarth at gmx dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
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)