> it is related to FT_EXPORT in ftconfig.h

I see. Thanks!

> are you compiling static library of freetype ? If you compile a shared
> library, you should not have this warning

Yes, I am compiling a static library. And yes, they disappear when I compile
a dynamic library.
But I think they shouldn't be there even while building a static library.
Because
`FT_EXPORT' is used at many places there are many warnings (I have attached
the output).

Anuj
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include  -c -g -O3 -Wall 
-DFT2_BUILD_LIBRARY -o objs/ftsystem.o src/base/ftsystem.c
src/base/ftsystem.c: In function 'FT_Stream_Open':
src/base/ftsystem.c:282:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
src/base/ftsystem.c: In function 'FT_New_Memory':
src/base/ftsystem.c:318:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
src/base/ftsystem.c: In function 'FT_Done_Memory':
src/base/ftsystem.c:330:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include  -c -g -O3 -Wall 
-DFT2_BUILD_LIBRARY -o objs/ftdebug.o src/base/ftdebug.c
src/base/ftdebug.c: In function 'ft_debug_init':
src/base/ftdebug.c:277:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   ft_debug_init( void )
   ^~~~~~~~~~~~~
src/base/ftdebug.c: In function 'FT_Trace_Get_Count':
src/base/ftdebug.c:287:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
src/base/ftdebug.c: In function 'FT_Trace_Get_Name':
src/base/ftdebug.c:296:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
src/base/ftdebug.c: In function 'FT_Trace_Disable':
src/base/ftdebug.c:303:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
src/base/ftdebug.c: In function 'FT_Trace_Enable':
src/base/ftdebug.c:309:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   FT_Trace_Enable( void )
   ^~~~~~~~~~~~~~~
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include  -c -g -O3 -Wall 
-DFT2_BUILD_LIBRARY -o objs/ftinit.o src/base/ftinit.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftbase.o ./src/base/ftbase.c
In file included from ./src/base/ftbase.c:22:
./src/base/ftcalc.c: In function 'FT_Hypot':
./src/base/ftcalc.c:164:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'FT_MulDiv_No_Round':
./src/base/ftcalc.c:502:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'FT_Matrix_Multiply_Scaled':
./src/base/ftcalc.c:744:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'FT_Matrix_Check':
./src/base/ftcalc.c:814:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'FT_Vector_Transform_Scaled':
./src/base/ftcalc.c:839:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'FT_Vector_NormLen':
./src/base/ftcalc.c:935:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'ft_corner_orientation':
./src/base/ftcalc.c:1040:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftcalc.c: In function 'ft_corner_is_flat':
./src/base/ftcalc.c:1085:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:27:
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_New':
./src/base/ftgloadr.c:82:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_Rewind':
./src/base/ftgloadr.c:98:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_Reset':
./src/base/ftgloadr.c:122:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_Done':
./src/base/ftgloadr.c:137:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_CreateExtra':
./src/base/ftgloadr.c:184:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_CheckSubGlyphs':
./src/base/ftgloadr.c:318:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_Prepare':
./src/base/ftgloadr.c:334:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_Add':
./src/base/ftgloadr.c:372:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:29:
./src/base/ftlcdfil.c: In function 'ft_lcd_padding':
./src/base/ftlcdfil.c:392:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:31:
./src/base/ftobjs.c: In function 'ft_service_list_lookup':
./src/base/ftobjs.c:129:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_validator_init':
./src/base/ftobjs.c:142:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_validator_run':
./src/base/ftobjs.c:152:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_validator_error':
./src/base/ftobjs.c:170:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Stream_New':
./src/base/ftobjs.c:253:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Stream_Free':
./src/base/ftobjs.c:270:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_glyphslot_free_bitmap':
./src/base/ftobjs.c:341:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_glyphslot_preset_bitmap':
./src/base/ftobjs.c:498:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_glyphslot_set_bitmap':
./src/base/ftobjs.c:510:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_glyphslot_alloc_bitmap':
./src/base/ftobjs.c:528:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Done_GlyphSlot':
./src/base/ftobjs.c:683:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Match_Size':
./src/base/ftobjs.c:2972:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_synthesize_vertical_metrics':
./src/base/ftobjs.c:3000:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Select_Metrics':
./src/base/ftobjs.c:3069:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Request_Metrics':
./src/base/ftobjs.c:3177:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_CMap_Done':
./src/base/ftobjs.c:3654:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Lookup_Renderer':
./src/base/ftobjs.c:4346:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Get_Module_Interface':
./src/base/ftobjs.c:5004:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_module_get_service':
./src/base/ftobjs.c:5049:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'ft_property_string_set':
./src/base/ftobjs.c:5231:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:34:
./src/base/ftrfork.c: In function 'FT_Raccess_Guess':
./src/base/ftrfork.c:477:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:36:
./src/base/ftstream.c: In function 'FT_Stream_OpenMemory':
./src/base/ftstream.c:44:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_Close':
./src/base/ftstream.c:52:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_Seek':
./src/base/ftstream.c:87:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_Skip':
./src/base/ftstream.c:98:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_Pos':
./src/base/ftstream.c:105:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_Read':
./src/base/ftstream.c:114:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadAt':
./src/base/ftstream.c:159:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_TryRead':
./src/base/ftstream.c:188:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ExtractFrame':
./src/base/ftstream.c:210:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReleaseFrame':
./src/base/ftstream.c:230:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_EnterFrame':
./src/base/ftstream.c:313:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ExitFrame':
./src/base/ftstream.c:347:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_GetChar':
./src/base/ftstream.c:363:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_GetUShort':
./src/base/ftstream.c:382:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_GetUShortLE':
./src/base/ftstream.c:401:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_GetUOffset':
./src/base/ftstream.c:419:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_GetULong':
./src/base/ftstream.c:437:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_GetULongLE':
./src/base/ftstream.c:455:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadChar':
./src/base/ftstream.c:492:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadUShort':
./src/base/ftstream.c:537:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:34:
./src/base/ftrfork.c: In function 'FT_Raccess_Get_HeaderInfo':
./src/base/ftrfork.c:167:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:36:
./src/base/ftstream.c: In function 'FT_Stream_ReadUShortLE':
./src/base/ftstream.c:582:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadUOffset':
./src/base/ftstream.c:627:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadULong':
./src/base/ftstream.c:672:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadULongLE':
./src/base/ftstream.c:717:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftstream.c: In function 'FT_Stream_ReadFields':
./src/base/ftstream.c:864:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:38:
./src/base/ftutil.c: In function 'ft_mem_alloc':
./src/base/ftutil.c:61:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:31:
./src/base/ftobjs.c: In function 'FT_New_GlyphSlot':
./src/base/ftobjs.c:642:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_Render_Glyph_Internal':
./src/base/ftobjs.c:4771:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftobjs.c: In function 'FT_CMap_New':
./src/base/ftobjs.c:3706:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:38:
./src/base/ftutil.c: In function 'ft_mem_qalloc':
./src/base/ftutil.c:87:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftutil.c: In function 'ft_mem_realloc':
./src/base/ftutil.c:109:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:27:
./src/base/ftgloadr.c: In function 'FT_GlyphLoader_CheckPoints':
./src/base/ftgloadr.c:284:3: warning: visibility attribute not supported in 
this configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:34:
./src/base/ftrfork.c: In function 'FT_Raccess_Get_DataOffsets':
./src/base/ftrfork.c:328:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
In file included from ./src/base/ftbase.c:38:
./src/base/ftutil.c: In function 'ft_mem_qrealloc':
./src/base/ftutil.c:165:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftutil.c: In function 'ft_mem_free':
./src/base/ftutil.c:174:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftutil.c: In function 'ft_mem_dup':
./src/base/ftutil.c:192:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftutil.c: In function 'ft_mem_strdup':
./src/base/ftutil.c:205:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/base/ftutil.c: In function 'ft_mem_strcpyn':
./src/base/ftutil.c:222:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftbbox.o src/base/ftbbox.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftbdf.o src/base/ftbdf.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftbitmap.o src/base/ftbitmap.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftcid.o src/base/ftcid.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftfstype.o src/base/ftfstype.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftgasp.o src/base/ftgasp.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftglyph.o src/base/ftglyph.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftgxval.o src/base/ftgxval.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftmm.o src/base/ftmm.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftotval.o src/base/ftotval.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftpatent.o src/base/ftpatent.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftpfr.o src/base/ftpfr.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftstroke.o src/base/ftstroke.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftsynth.o src/base/ftsynth.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/fttype1.o src/base/fttype1.c
gcc -ansi -pedantic -I./src/base -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftwinfnt.o src/base/ftwinfnt.c
gcc -ansi -pedantic -I./src/truetype -I./objs -I./builds/windows -I./include  
-c -g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/truetype.o ./src/truetype/truetype.c
gcc -ansi -pedantic -I./src/type1 -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/type1.o ./src/type1/type1.c
gcc -ansi -pedantic -I./src/cff -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/cff.o ./src/cff/cff.c
gcc -ansi -pedantic -I./src/cid -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/type1cid.o ./src/cid/type1cid.c
gcc -ansi -pedantic -I./src/pfr -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/pfr.o ./src/pfr/pfr.c
gcc -ansi -pedantic -I./src/type42 -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/type42.o ./src/type42/type42.c
gcc -ansi -pedantic -I./src/winfonts -I./objs -I./builds/windows -I./include  
-c -g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/winfnt.o ./src/winfonts/winfnt.c
gcc -ansi -pedantic -I./src/pcf -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/pcf.o ./src/pcf/pcf.c
gcc -ansi -pedantic -I./src/bdf -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/bdf.o ./src/bdf/bdf.c
gcc -ansi -pedantic -I./src/sfnt -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/sfnt.o ./src/sfnt/sfnt.c
gcc -ansi -pedantic -I./src/autofit -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/autofit.o ./src/autofit/autofit.c
./src/autofit/autofit.c:35: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
 
 
./src/autofit/autofit.c:35: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
./src/autofit/autofit.c:35: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
./src/autofit/autofit.c:35: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
./src/autofit/autofit.c:35: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
gcc -ansi -pedantic -I./src/pshinter -I./objs -I./builds/windows -I./include  
-c -g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/pshinter.o ./src/pshinter/pshinter.c
gcc -ansi -pedantic -I./src/raster -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/raster.o ./src/raster/raster.c
gcc -ansi -pedantic -I./src/smooth -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/smooth.o ./src/smooth/smooth.c
gcc -ansi -pedantic -I./src/cache -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftcache.o ./src/cache/ftcache.c
gcc -ansi -pedantic -I./src/gzip -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftgzip.o ./src/gzip/ftgzip.c
gcc -ansi -pedantic -I./src/lzw -I./objs -I./builds/windows -I./include  -c -g 
-O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftlzw.o ./src/lzw/ftlzw.c
In file included from ./src/lzw/ftlzw.c:395:
./src/lzw/ftzopen.c: In function 'ft_lzwstate_reset':
./src/lzw/ftzopen.c:204:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/lzw/ftzopen.c: In function 'ft_lzwstate_init':
./src/lzw/ftzopen.c:224:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/lzw/ftzopen.c: In function 'ft_lzwstate_done':
./src/lzw/ftzopen.c:242:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
./src/lzw/ftzopen.c: In function 'ft_lzwstate_io':
./src/lzw/ftzopen.c:421:3: warning: visibility attribute not supported in this 
configuration; ignored [-Wattributes]
   }
   ^
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include  -c -g -O3 -Wall 
-DFT2_BUILD_LIBRARY -o objs/ftbzip2.o ./src/bzip2/ftbzip2.c
gcc -ansi -pedantic -I./src/psaux -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/psaux.o ./src/psaux/psaux.c
gcc -ansi -pedantic -I./src/psnames -I./objs -I./builds/windows -I./include  -c 
-g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/psnames.o ./src/psnames/psnames.c
gcc  -o .\objs\apinames.exe .\src\tools\apinames.c 
.\objs\apinames.exe -oobjs/freetype.def -dfreetype.dll -w 
./include/freetype/freetype.h ./include/freetype/ftadvanc.h 
./include/freetype/ftbbox.h ./include/freetype/ftbdf.h 
./include/freetype/ftbitmap.h ./include/freetype/ftbzip2.h 
./include/freetype/ftcache.h ./include/freetype/ftchapters.h 
./include/freetype/ftcid.h ./include/freetype/ftcolor.h 
./include/freetype/ftdriver.h ./include/freetype/fterrdef.h 
./include/freetype/fterrors.h ./include/freetype/ftfntfmt.h 
./include/freetype/ftgasp.h ./include/freetype/ftglyph.h 
./include/freetype/ftgxval.h ./include/freetype/ftgzip.h 
./include/freetype/ftimage.h ./include/freetype/ftincrem.h 
./include/freetype/ftlcdfil.h ./include/freetype/ftlist.h 
./include/freetype/ftlzw.h ./include/freetype/ftmm.h 
./include/freetype/ftmodapi.h ./include/freetype/ftmoderr.h 
./include/freetype/ftotval.h ./include/freetype/ftoutln.h 
./include/freetype/ftparams.h ./include/freetype/ftpfr.h 
./include/freetype/ftrender.h ./include/freetype/ftsizes.h 
./include/freetype/ftsnames.h ./include/freetype/ftstroke.h 
./include/freetype/ftsynth.h ./include/freetype/ftsystem.h 
./include/freetype/fttrigon.h ./include/freetype/fttypes.h 
./include/freetype/ftwinfnt.h ./include/freetype/t1tables.h 
./include/freetype/ttnameid.h ./include/freetype/tttables.h 
./include/freetype/tttags.h
del .\objs\freetype.a 2> nul
ar -r objs/freetype.a ./objs/ftsystem.o ./objs/ftdebug.o ./objs/ftinit.o 
./objs/ftbase.o ./objs/ftbbox.o ./objs/ftbdf.o ./objs/ftbitmap.o ./objs/ftcid.o 
./objs/ftfstype.o ./objs/ftgasp.o ./objs/ftglyph.o ./objs/ftgxval.o 
./objs/ftmm.o ./objs/ftotval.o ./objs/ftpatent.o ./objs/ftpfr.o 
./objs/ftstroke.o ./objs/ftsynth.o ./objs/fttype1.o ./objs/ftwinfnt.o 
./objs/truetype.o ./objs/type1.o ./objs/cff.o ./objs/type1cid.o ./objs/pfr.o 
./objs/type42.o ./objs/winfnt.o ./objs/pcf.o ./objs/bdf.o ./objs/sfnt.o 
./objs/autofit.o ./objs/pshinter.o ./objs/raster.o ./objs/smooth.o 
./objs/ftcache.o ./objs/ftgzip.o ./objs/ftlzw.o ./objs/ftbzip2.o ./objs/psaux.o 
./objs/psnames.o
ar: creating objs/freetype.a

Reply via email to