config.log 250 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by mpg123 configure 1.17.0, which was
  4. generated by GNU Autoconf 2.69. Invocation command line was
  5. $ ./configure --build=86_64-unknown-linux-gnu --host=arm-linux-androideabi --target=arm-linux-androideabi --disable-32bit
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = ilium
  10. uname -m = x86_64
  11. uname -r = 3.2.0-41-generic
  12. uname -s = Linux
  13. uname -v = #66-Ubuntu SMP Thu Apr 25 03:27:11 UTC 2013
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X = unknown
  16. /bin/arch = unknown
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /opt/ros/hydro/bin
  24. PATH: /home/mfelis/local/bin
  25. PATH: /home/mfelis/local/bin
  26. PATH: /home/mfelis/local/bin
  27. PATH: /usr/lib/lightdm/lightdm
  28. PATH: /usr/local/sbin
  29. PATH: /usr/local/bin
  30. PATH: /usr/sbin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /bin
  34. PATH: /usr/games
  35. PATH: /home/mfelis/muscod/Packages/PGPLOT
  36. PATH: /home/mfelis/muscod/MC2/Release/bin/
  37. PATH: /home/mfelis/muscod/Packages/PGPLOT
  38. PATH: /home/mfelis/muscod/MC2/Release/bin/
  39. PATH: /home/mfelis/muscod/Packages/PGPLOT
  40. PATH: /home/mfelis/muscod/MC2/Release/bin/
  41. PATH: /home/mfelis/.luarocks/bin/
  42. PATH: /opt/android-sdk-linux/tools
  43. PATH: /opt/android-sdk-linux/platform-tools
  44. PATH: /opt/android-ndk-r8e
  45. PATH: /opt/android-ndk-r8e/ndk-standalone/bin
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49. configure:2796: checking build system type
  50. configure:2810: result: 86_64-unknown-linux-gnu
  51. configure:2830: checking host system type
  52. configure:2843: result: arm-unknown-linux-androideabi
  53. configure:2880: checking for a BSD-compatible install
  54. configure:2948: result: /usr/bin/install -c
  55. configure:2959: checking whether build environment is sane
  56. configure:3014: result: yes
  57. configure:3073: checking for arm-linux-androideabi-strip
  58. configure:3089: found /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-strip
  59. configure:3100: result: arm-linux-androideabi-strip
  60. configure:3165: checking for a thread-safe mkdir -p
  61. configure:3204: result: /bin/mkdir -p
  62. configure:3211: checking for gawk
  63. configure:3241: result: no
  64. configure:3211: checking for mawk
  65. configure:3227: found /usr/bin/mawk
  66. configure:3238: result: mawk
  67. configure:3249: checking whether make sets $(MAKE)
  68. configure:3271: result: yes
  69. configure:3300: checking whether make supports nested variables
  70. configure:3317: result: yes
  71. configure:3449: checking for -Werror in CFLAGS (It breaks tests)
  72. configure:3465: result: no
  73. configure:3476: checking if you are up to something totally static with LDFLAGS/CFLAGS
  74. configure:3496: result: no
  75. configure:3516: checking for style of include used by make
  76. configure:3544: result: GNU
  77. configure:3575: checking for arm-linux-androideabi-gcc
  78. configure:3602: result: arm-linux-androideabi-gcc
  79. configure:3871: checking for C compiler version
  80. configure:3880: arm-linux-androideabi-gcc --version >&5
  81. arm-linux-androideabi-gcc (GCC) 4.6 20120106 (prerelease)
  82. Copyright (C) 2011 Free Software Foundation, Inc.
  83. This is free software; see the source for copying conditions. There is NO
  84. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  85. configure:3891: $? = 0
  86. configure:3880: arm-linux-androideabi-gcc -v >&5
  87. Using built-in specs.
  88. COLLECT_GCC=arm-linux-androideabi-gcc
  89. COLLECT_LTO_WRAPPER=/opt/android-ndk-r8e/ndk-standalone/bin/../libexec/gcc/arm-linux-androideabi/4.6/lto-wrapper
  90. Target: arm-linux-androideabi
  91. Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.6/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.21 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.6 --with-gdb-version=7.3.x --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.6 --with-bugurl=http://source.android.com/source/report-bugs.html --disable-bootstrap --disable-libquadmath --enable-plugins --enable-libgomp --enable-gold --enable-graphite=yes --with-cloog-version=0.17.0 --with-ppl-version=1.0 --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
  92. Thread model: posix
  93. gcc version 4.6 20120106 (prerelease) (GCC)
  94. configure:3891: $? = 0
  95. configure:3880: arm-linux-androideabi-gcc -V >&5
  96. arm-linux-androideabi-gcc: error: unrecognized option '-V'
  97. arm-linux-androideabi-gcc: fatal error: no input files
  98. compilation terminated.
  99. configure:3891: $? = 1
  100. configure:3880: arm-linux-androideabi-gcc -qversion >&5
  101. arm-linux-androideabi-gcc: error: unrecognized option '-qversion'
  102. arm-linux-androideabi-gcc: fatal error: no input files
  103. compilation terminated.
  104. configure:3891: $? = 1
  105. configure:3911: checking whether the C compiler works
  106. configure:3933: arm-linux-androideabi-gcc conftest.c >&5
  107. configure:3937: $? = 0
  108. configure:3985: result: yes
  109. configure:3988: checking for C compiler default output file name
  110. configure:3990: result: a.out
  111. configure:3996: checking for suffix of executables
  112. configure:4003: arm-linux-androideabi-gcc -o conftest conftest.c >&5
  113. configure:4007: $? = 0
  114. configure:4029: result:
  115. configure:4051: checking whether we are cross compiling
  116. configure:4089: result: yes
  117. configure:4094: checking for suffix of object files
  118. configure:4116: arm-linux-androideabi-gcc -c conftest.c >&5
  119. configure:4120: $? = 0
  120. configure:4141: result: o
  121. configure:4145: checking whether we are using the GNU C compiler
  122. configure:4164: arm-linux-androideabi-gcc -c conftest.c >&5
  123. configure:4164: $? = 0
  124. configure:4173: result: yes
  125. configure:4182: checking whether arm-linux-androideabi-gcc accepts -g
  126. configure:4202: arm-linux-androideabi-gcc -c -g conftest.c >&5
  127. configure:4202: $? = 0
  128. configure:4243: result: yes
  129. configure:4260: checking for arm-linux-androideabi-gcc option to accept ISO C89
  130. configure:4323: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  131. configure:4323: $? = 0
  132. configure:4336: result: none needed
  133. configure:4361: checking whether arm-linux-androideabi-gcc understands -c and -o together
  134. configure:4383: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
  135. configure:4386: $? = 0
  136. configure:4383: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
  137. configure:4386: $? = 0
  138. configure:4398: result: yes
  139. configure:4417: checking dependency style of arm-linux-androideabi-gcc
  140. configure:4528: result: gcc3
  141. configure:4552: checking dependency style of arm-linux-androideabi-gcc
  142. configure:4661: result: gcc3
  143. configure:4684: checking for arm-linux-androideabi-gcc
  144. configure:4711: result: arm-linux-androideabi-gcc
  145. configure:4980: checking for C compiler version
  146. configure:4989: arm-linux-androideabi-gcc --version >&5
  147. arm-linux-androideabi-gcc (GCC) 4.6 20120106 (prerelease)
  148. Copyright (C) 2011 Free Software Foundation, Inc.
  149. This is free software; see the source for copying conditions. There is NO
  150. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  151. configure:5000: $? = 0
  152. configure:4989: arm-linux-androideabi-gcc -v >&5
  153. Using built-in specs.
  154. COLLECT_GCC=arm-linux-androideabi-gcc
  155. COLLECT_LTO_WRAPPER=/opt/android-ndk-r8e/ndk-standalone/bin/../libexec/gcc/arm-linux-androideabi/4.6/lto-wrapper
  156. Target: arm-linux-androideabi
  157. Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.6/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.21 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.6 --with-gdb-version=7.3.x --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.6 --with-bugurl=http://source.android.com/source/report-bugs.html --disable-bootstrap --disable-libquadmath --enable-plugins --enable-libgomp --enable-gold --enable-graphite=yes --with-cloog-version=0.17.0 --with-ppl-version=1.0 --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
  158. Thread model: posix
  159. gcc version 4.6 20120106 (prerelease) (GCC)
  160. configure:5000: $? = 0
  161. configure:4989: arm-linux-androideabi-gcc -V >&5
  162. arm-linux-androideabi-gcc: error: unrecognized option '-V'
  163. arm-linux-androideabi-gcc: fatal error: no input files
  164. compilation terminated.
  165. configure:5000: $? = 1
  166. configure:4989: arm-linux-androideabi-gcc -qversion >&5
  167. arm-linux-androideabi-gcc: error: unrecognized option '-qversion'
  168. arm-linux-androideabi-gcc: fatal error: no input files
  169. compilation terminated.
  170. configure:5000: $? = 1
  171. configure:5004: checking whether we are using the GNU C compiler
  172. configure:5032: result: yes
  173. configure:5041: checking whether arm-linux-androideabi-gcc accepts -g
  174. configure:5102: result: yes
  175. configure:5119: checking for arm-linux-androideabi-gcc option to accept ISO C89
  176. configure:5195: result: none needed
  177. configure:5220: checking whether arm-linux-androideabi-gcc understands -c and -o together
  178. configure:5257: result: yes
  179. configure:5276: checking dependency style of arm-linux-androideabi-gcc
  180. configure:5387: result: gcc3
  181. configure:5407: checking how to run the C preprocessor
  182. configure:5438: arm-linux-androideabi-gcc -E conftest.c
  183. configure:5438: $? = 0
  184. configure:5452: arm-linux-androideabi-gcc -E conftest.c
  185. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  186. compilation terminated.
  187. configure:5452: $? = 1
  188. configure: failed program was:
  189. | /* confdefs.h */
  190. | #define PACKAGE_NAME "mpg123"
  191. | #define PACKAGE_TARNAME "mpg123"
  192. | #define PACKAGE_VERSION "1.17.0"
  193. | #define PACKAGE_STRING "mpg123 1.17.0"
  194. | #define PACKAGE_BUGREPORT "[email protected]"
  195. | #define PACKAGE_URL ""
  196. | #define PACKAGE "mpg123"
  197. | #define VERSION "1.17.0"
  198. | /* end confdefs.h. */
  199. | #include <ac_nonexistent.h>
  200. configure:5477: result: arm-linux-androideabi-gcc -E
  201. configure:5497: arm-linux-androideabi-gcc -E conftest.c
  202. configure:5497: $? = 0
  203. configure:5511: arm-linux-androideabi-gcc -E conftest.c
  204. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  205. compilation terminated.
  206. configure:5511: $? = 1
  207. configure: failed program was:
  208. | /* confdefs.h */
  209. | #define PACKAGE_NAME "mpg123"
  210. | #define PACKAGE_TARNAME "mpg123"
  211. | #define PACKAGE_VERSION "1.17.0"
  212. | #define PACKAGE_STRING "mpg123 1.17.0"
  213. | #define PACKAGE_BUGREPORT "[email protected]"
  214. | #define PACKAGE_URL ""
  215. | #define PACKAGE "mpg123"
  216. | #define VERSION "1.17.0"
  217. | /* end confdefs.h. */
  218. | #include <ac_nonexistent.h>
  219. configure:5540: checking for grep that handles long lines and -e
  220. configure:5598: result: /bin/grep
  221. configure:5603: checking for egrep
  222. configure:5665: result: /bin/grep -E
  223. configure:5671: checking for an ANSI C-conforming const
  224. configure:5737: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  225. configure:5737: $? = 0
  226. configure:5744: result: yes
  227. configure:5752: checking for inline
  228. configure:5768: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  229. configure:5768: $? = 0
  230. configure:5776: result: inline
  231. configure:5795: checking for ANSI C header files
  232. configure:5815: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  233. configure:5815: $? = 0
  234. configure:5899: result: yes
  235. configure:5912: checking for sys/types.h
  236. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  237. configure:5912: $? = 0
  238. configure:5912: result: yes
  239. configure:5912: checking for sys/stat.h
  240. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  241. configure:5912: $? = 0
  242. configure:5912: result: yes
  243. configure:5912: checking for stdlib.h
  244. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  245. configure:5912: $? = 0
  246. configure:5912: result: yes
  247. configure:5912: checking for string.h
  248. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  249. configure:5912: $? = 0
  250. configure:5912: result: yes
  251. configure:5912: checking for memory.h
  252. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  253. configure:5912: $? = 0
  254. configure:5912: result: yes
  255. configure:5912: checking for strings.h
  256. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  257. configure:5912: $? = 0
  258. configure:5912: result: yes
  259. configure:5912: checking for inttypes.h
  260. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  261. configure:5912: $? = 0
  262. configure:5912: result: yes
  263. configure:5912: checking for stdint.h
  264. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  265. configure:5912: $? = 0
  266. configure:5912: result: yes
  267. configure:5912: checking for unistd.h
  268. configure:5912: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  269. configure:5912: $? = 0
  270. configure:5912: result: yes
  271. configure:5924: checking whether byte ordering is bigendian
  272. configure:5939: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  273. conftest.c:22:9: error: unknown type name 'not'
  274. conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  275. conftest.c:22:15: error: unknown type name 'universal'
  276. configure:5939: $? = 1
  277. configure: failed program was:
  278. | /* confdefs.h */
  279. | #define PACKAGE_NAME "mpg123"
  280. | #define PACKAGE_TARNAME "mpg123"
  281. | #define PACKAGE_VERSION "1.17.0"
  282. | #define PACKAGE_STRING "mpg123 1.17.0"
  283. | #define PACKAGE_BUGREPORT "[email protected]"
  284. | #define PACKAGE_URL ""
  285. | #define PACKAGE "mpg123"
  286. | #define VERSION "1.17.0"
  287. | #define STDC_HEADERS 1
  288. | #define HAVE_SYS_TYPES_H 1
  289. | #define HAVE_SYS_STAT_H 1
  290. | #define HAVE_STDLIB_H 1
  291. | #define HAVE_STRING_H 1
  292. | #define HAVE_MEMORY_H 1
  293. | #define HAVE_STRINGS_H 1
  294. | #define HAVE_INTTYPES_H 1
  295. | #define HAVE_STDINT_H 1
  296. | #define HAVE_UNISTD_H 1
  297. | /* end confdefs.h. */
  298. | #ifndef __APPLE_CC__
  299. | not a universal capable compiler
  300. | #endif
  301. | typedef int dummy;
  302. |
  303. configure:5984: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  304. conftest.c: In function 'main':
  305. conftest.c:28:8: error: unknown type name 'bogus'
  306. conftest.c:28:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
  307. configure:5984: $? = 1
  308. configure: failed program was:
  309. | /* confdefs.h */
  310. | #define PACKAGE_NAME "mpg123"
  311. | #define PACKAGE_TARNAME "mpg123"
  312. | #define PACKAGE_VERSION "1.17.0"
  313. | #define PACKAGE_STRING "mpg123 1.17.0"
  314. | #define PACKAGE_BUGREPORT "[email protected]"
  315. | #define PACKAGE_URL ""
  316. | #define PACKAGE "mpg123"
  317. | #define VERSION "1.17.0"
  318. | #define STDC_HEADERS 1
  319. | #define HAVE_SYS_TYPES_H 1
  320. | #define HAVE_SYS_STAT_H 1
  321. | #define HAVE_STDLIB_H 1
  322. | #define HAVE_STRING_H 1
  323. | #define HAVE_MEMORY_H 1
  324. | #define HAVE_STRINGS_H 1
  325. | #define HAVE_INTTYPES_H 1
  326. | #define HAVE_STDINT_H 1
  327. | #define HAVE_UNISTD_H 1
  328. | /* end confdefs.h. */
  329. | #include <sys/types.h>
  330. | #include <sys/param.h>
  331. |
  332. | int
  333. | main ()
  334. | {
  335. | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
  336. | bogus endian macros
  337. | #endif
  338. |
  339. | ;
  340. | return 0;
  341. | }
  342. configure:6028: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  343. conftest.c: In function 'main':
  344. conftest.c:27:8: error: unknown type name 'bogus'
  345. conftest.c:27:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
  346. configure:6028: $? = 1
  347. configure: failed program was:
  348. | /* confdefs.h */
  349. | #define PACKAGE_NAME "mpg123"
  350. | #define PACKAGE_TARNAME "mpg123"
  351. | #define PACKAGE_VERSION "1.17.0"
  352. | #define PACKAGE_STRING "mpg123 1.17.0"
  353. | #define PACKAGE_BUGREPORT "[email protected]"
  354. | #define PACKAGE_URL ""
  355. | #define PACKAGE "mpg123"
  356. | #define VERSION "1.17.0"
  357. | #define STDC_HEADERS 1
  358. | #define HAVE_SYS_TYPES_H 1
  359. | #define HAVE_SYS_STAT_H 1
  360. | #define HAVE_STDLIB_H 1
  361. | #define HAVE_STRING_H 1
  362. | #define HAVE_MEMORY_H 1
  363. | #define HAVE_STRINGS_H 1
  364. | #define HAVE_INTTYPES_H 1
  365. | #define HAVE_STDINT_H 1
  366. | #define HAVE_UNISTD_H 1
  367. | /* end confdefs.h. */
  368. | #include <limits.h>
  369. |
  370. | int
  371. | main ()
  372. | {
  373. | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
  374. | bogus endian macros
  375. | #endif
  376. |
  377. | ;
  378. | return 0;
  379. | }
  380. configure:6084: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  381. configure:6084: $? = 0
  382. configure:6130: result: no
  383. configure:6250: checking for lt_dlinit in -lltdl
  384. configure:6275: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lltdl >&5
  385. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lltdl
  386. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccaIoM2J.o: in function main:conftest.c:33: error: undefined reference to 'lt_dlinit'
  387. collect2: ld returned 1 exit status
  388. configure:6275: $? = 1
  389. configure: failed program was:
  390. | /* confdefs.h */
  391. | #define PACKAGE_NAME "mpg123"
  392. | #define PACKAGE_TARNAME "mpg123"
  393. | #define PACKAGE_VERSION "1.17.0"
  394. | #define PACKAGE_STRING "mpg123 1.17.0"
  395. | #define PACKAGE_BUGREPORT "[email protected]"
  396. | #define PACKAGE_URL ""
  397. | #define PACKAGE "mpg123"
  398. | #define VERSION "1.17.0"
  399. | #define STDC_HEADERS 1
  400. | #define HAVE_SYS_TYPES_H 1
  401. | #define HAVE_SYS_STAT_H 1
  402. | #define HAVE_STDLIB_H 1
  403. | #define HAVE_STRING_H 1
  404. | #define HAVE_MEMORY_H 1
  405. | #define HAVE_STRINGS_H 1
  406. | #define HAVE_INTTYPES_H 1
  407. | #define HAVE_STDINT_H 1
  408. | #define HAVE_UNISTD_H 1
  409. | #define DYNAMIC_BUILD 1
  410. | /* end confdefs.h. */
  411. |
  412. | /* Override any GCC internal prototype to avoid an error.
  413. | Use char because int might match the return type of a GCC
  414. | builtin and then its argument prototype would still apply. */
  415. | #ifdef __cplusplus
  416. | extern "C"
  417. | #endif
  418. | char lt_dlinit ();
  419. | int
  420. | main ()
  421. | {
  422. | return lt_dlinit ();
  423. | ;
  424. | return 0;
  425. | }
  426. configure:6284: result: no
  427. configure:6306: WARNING: ltdl library not found
  428. configure:6686: checking how to print strings
  429. configure:6713: result: printf
  430. configure:6734: checking for a sed that does not truncate output
  431. configure:6798: result: /bin/sed
  432. configure:6816: checking for fgrep
  433. configure:6878: result: /bin/grep -F
  434. configure:6913: checking for ld used by arm-linux-androideabi-gcc
  435. configure:6980: result: /opt/android-ndk-r8e/ndk-standalone/arm-linux-androideabi/bin/ld
  436. configure:6987: checking if the linker (/opt/android-ndk-r8e/ndk-standalone/arm-linux-androideabi/bin/ld) is GNU ld
  437. configure:7002: result: yes
  438. configure:7014: checking for BSD- or MS-compatible name lister (nm)
  439. configure:7063: result: /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B
  440. configure:7193: checking the name lister (/opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B) interface
  441. configure:7200: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  442. configure:7203: /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B "conftest.o"
  443. configure:7206: output
  444. 00000000 B some_variable
  445. configure:7213: result: BSD nm
  446. configure:7216: checking whether ln -s works
  447. configure:7220: result: yes
  448. configure:7228: checking the maximum length of command line arguments
  449. configure:7358: result: 1572864
  450. configure:7375: checking whether the shell understands some XSI constructs
  451. configure:7385: result: yes
  452. configure:7389: checking whether the shell understands "+="
  453. configure:7395: result: yes
  454. configure:7430: checking how to convert 86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
  455. configure:7470: result: func_convert_file_noop
  456. configure:7477: checking how to convert 86_64-unknown-linux-gnu file names to toolchain format
  457. configure:7497: result: func_convert_file_noop
  458. configure:7504: checking for /opt/android-ndk-r8e/ndk-standalone/arm-linux-androideabi/bin/ld option to reload object files
  459. configure:7511: result: -r
  460. configure:7545: checking for arm-linux-androideabi-objdump
  461. configure:7572: result: objdump
  462. configure:7641: checking how to recognize dependent libraries
  463. configure:7843: result: pass_all
  464. configure:7888: checking for arm-linux-androideabi-dlltool
  465. configure:7915: result: dlltool
  466. configure:7985: checking how to associate runtime and link libraries
  467. configure:8012: result: printf %s\n
  468. configure:8028: checking for arm-linux-androideabi-ar
  469. configure:8044: found /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-ar
  470. configure:8055: result: arm-linux-androideabi-ar
  471. configure:8136: checking for archiver @FILE support
  472. configure:8153: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  473. configure:8153: $? = 0
  474. configure:8156: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
  475. configure:8159: $? = 0
  476. configure:8164: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
  477. arm-linux-androideabi-ar: conftest.o: No such file or directory
  478. configure:8167: $? = 1
  479. configure:8179: result: @
  480. configure:8197: checking for arm-linux-androideabi-strip
  481. configure:8224: result: arm-linux-androideabi-strip
  482. configure:8296: checking for arm-linux-androideabi-ranlib
  483. configure:8312: found /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-ranlib
  484. configure:8323: result: arm-linux-androideabi-ranlib
  485. configure:8465: checking command to parse /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
  486. configure:8585: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  487. configure:8588: $? = 0
  488. configure:8592: /opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  489. configure:8595: $? = 0
  490. configure:8661: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  491. configure:8664: $? = 0
  492. configure:8702: result: ok
  493. configure:8739: checking for sysroot
  494. configure:8769: result: no
  495. configure:8985: checking for arm-linux-androideabi-mt
  496. configure:9015: result: no
  497. configure:9025: checking for mt
  498. configure:9041: found /bin/mt
  499. configure:9052: result: mt
  500. configure:9064: WARNING: using cross tools not prefixed with host triplet
  501. configure:9075: checking if mt is a manifest tool
  502. configure:9081: mt '-?'
  503. configure:9089: result: no
  504. configure:9728: checking for dlfcn.h
  505. configure:9728: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  506. configure:9728: $? = 0
  507. configure:9728: result: yes
  508. configure:9872: checking for objdir
  509. configure:9887: result: .libs
  510. configure:10158: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
  511. configure:10176: arm-linux-androideabi-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  512. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  513. configure:10180: $? = 0
  514. configure:10193: result: no
  515. configure:10520: checking for arm-linux-androideabi-gcc option to produce PIC
  516. configure:10527: result: -fPIC -DPIC
  517. configure:10535: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
  518. configure:10553: arm-linux-androideabi-gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  519. configure:10557: $? = 0
  520. configure:10570: result: yes
  521. configure:10599: checking if arm-linux-androideabi-gcc static flag -static works
  522. configure:10627: result: yes
  523. configure:10642: checking if arm-linux-androideabi-gcc supports -c -o file.o
  524. configure:10663: arm-linux-androideabi-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  525. configure:10667: $? = 0
  526. configure:10689: result: yes
  527. configure:10697: checking if arm-linux-androideabi-gcc supports -c -o file.o
  528. configure:10744: result: yes
  529. configure:10777: checking whether the arm-linux-androideabi-gcc linker (/opt/android-ndk-r8e/ndk-standalone/arm-linux-androideabi/bin/ld) supports shared libraries
  530. configure:11930: result: yes
  531. configure:11967: checking whether -lc should be explicitly linked in
  532. configure:11975: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  533. configure:11978: $? = 0
  534. configure:11993: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  535. configure:11996: $? = 0
  536. configure:12010: result: no
  537. configure:12170: checking dynamic linker characteristics
  538. configure:12681: arm-linux-androideabi-gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  539. configure:12681: $? = 0
  540. configure:12903: result: GNU/Linux ld.so
  541. configure:13010: checking how to hardcode library paths into programs
  542. configure:13035: result: immediate
  543. configure:13575: checking whether stripping libraries is possible
  544. configure:13580: result: yes
  545. configure:13615: checking if libtool supports shared libraries
  546. configure:13617: result: yes
  547. configure:13620: checking whether to build shared libraries
  548. configure:13641: result: yes
  549. configure:13644: checking whether to build static libraries
  550. configure:13648: result: no
  551. configure:14465: checking if .balign is present
  552. configure:14470: result: yes
  553. configure:14512: checking __attribute__((aligned(16)))
  554. configure:14518: result: yes
  555. configure:14530: checking if assembler supports AVX instructions
  556. configure:14540: result: no
  557. configure:14551: checking for yasm
  558. configure:14567: found /usr/bin/yasm
  559. configure:14578: result: yasm
  560. configure:14591: checking if yasm supports GAS syntax and AVX instructions
  561. configure:14598: result: yes
  562. configure:14620: checking for ANSI C header files
  563. configure:14724: result: yes
  564. configure:14735: checking stdio.h usability
  565. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  566. configure:14735: $? = 0
  567. configure:14735: result: yes
  568. configure:14735: checking stdio.h presence
  569. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  570. configure:14735: $? = 0
  571. configure:14735: result: yes
  572. configure:14735: checking for stdio.h
  573. configure:14735: result: yes
  574. configure:14735: checking for stdlib.h
  575. configure:14735: result: yes
  576. configure:14735: checking for string.h
  577. configure:14735: result: yes
  578. configure:14735: checking for unistd.h
  579. configure:14735: result: yes
  580. configure:14735: checking sched.h usability
  581. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  582. configure:14735: $? = 0
  583. configure:14735: result: yes
  584. configure:14735: checking sched.h presence
  585. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  586. configure:14735: $? = 0
  587. configure:14735: result: yes
  588. configure:14735: checking for sched.h
  589. configure:14735: result: yes
  590. configure:14735: checking sys/ioctl.h usability
  591. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  592. configure:14735: $? = 0
  593. configure:14735: result: yes
  594. configure:14735: checking sys/ioctl.h presence
  595. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  596. configure:14735: $? = 0
  597. configure:14735: result: yes
  598. configure:14735: checking for sys/ioctl.h
  599. configure:14735: result: yes
  600. configure:14735: checking for sys/types.h
  601. configure:14735: result: yes
  602. configure:14735: checking for stdint.h
  603. configure:14735: result: yes
  604. configure:14735: checking limits.h usability
  605. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  606. configure:14735: $? = 0
  607. configure:14735: result: yes
  608. configure:14735: checking limits.h presence
  609. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  610. configure:14735: $? = 0
  611. configure:14735: result: yes
  612. configure:14735: checking for limits.h
  613. configure:14735: result: yes
  614. configure:14735: checking for inttypes.h
  615. configure:14735: result: yes
  616. configure:14735: checking sys/time.h usability
  617. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  618. configure:14735: $? = 0
  619. configure:14735: result: yes
  620. configure:14735: checking sys/time.h presence
  621. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  622. configure:14735: $? = 0
  623. configure:14735: result: yes
  624. configure:14735: checking for sys/time.h
  625. configure:14735: result: yes
  626. configure:14735: checking sys/wait.h usability
  627. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  628. configure:14735: $? = 0
  629. configure:14735: result: yes
  630. configure:14735: checking sys/wait.h presence
  631. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  632. configure:14735: $? = 0
  633. configure:14735: result: yes
  634. configure:14735: checking for sys/wait.h
  635. configure:14735: result: yes
  636. configure:14735: checking sys/resource.h usability
  637. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  638. configure:14735: $? = 0
  639. configure:14735: result: yes
  640. configure:14735: checking sys/resource.h presence
  641. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  642. configure:14735: $? = 0
  643. configure:14735: result: yes
  644. configure:14735: checking for sys/resource.h
  645. configure:14735: result: yes
  646. configure:14735: checking sys/signal.h usability
  647. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  648. conftest.c:77:24: fatal error: sys/signal.h: No such file or directory
  649. compilation terminated.
  650. configure:14735: $? = 1
  651. configure: failed program was:
  652. | /* confdefs.h */
  653. | #define PACKAGE_NAME "mpg123"
  654. | #define PACKAGE_TARNAME "mpg123"
  655. | #define PACKAGE_VERSION "1.17.0"
  656. | #define PACKAGE_STRING "mpg123 1.17.0"
  657. | #define PACKAGE_BUGREPORT "[email protected]"
  658. | #define PACKAGE_URL ""
  659. | #define PACKAGE "mpg123"
  660. | #define VERSION "1.17.0"
  661. | #define STDC_HEADERS 1
  662. | #define HAVE_SYS_TYPES_H 1
  663. | #define HAVE_SYS_STAT_H 1
  664. | #define HAVE_STDLIB_H 1
  665. | #define HAVE_STRING_H 1
  666. | #define HAVE_MEMORY_H 1
  667. | #define HAVE_STRINGS_H 1
  668. | #define HAVE_INTTYPES_H 1
  669. | #define HAVE_STDINT_H 1
  670. | #define HAVE_UNISTD_H 1
  671. | #define DYNAMIC_BUILD 1
  672. | #define HAVE_DLFCN_H 1
  673. | #define LT_OBJDIR ".libs/"
  674. | #define GAPLESS 1
  675. | #define USE_NEW_HUFFTABLE 1
  676. | #define NO_32BIT 1
  677. | #define NO_REAL 1
  678. | #define MODULE_FILE_SUFFIX ".la"
  679. | #define ASMALIGN_BALIGN 1
  680. | #define STDC_HEADERS 1
  681. | #define HAVE_STDIO_H 1
  682. | #define HAVE_STDLIB_H 1
  683. | #define HAVE_STRING_H 1
  684. | #define HAVE_UNISTD_H 1
  685. | #define HAVE_SCHED_H 1
  686. | #define HAVE_SYS_IOCTL_H 1
  687. | #define HAVE_SYS_TYPES_H 1
  688. | #define HAVE_STDINT_H 1
  689. | #define HAVE_LIMITS_H 1
  690. | #define HAVE_INTTYPES_H 1
  691. | #define HAVE_SYS_TIME_H 1
  692. | #define HAVE_SYS_WAIT_H 1
  693. | #define HAVE_SYS_RESOURCE_H 1
  694. | /* end confdefs.h. */
  695. | #include <stdio.h>
  696. | #ifdef HAVE_SYS_TYPES_H
  697. | # include <sys/types.h>
  698. | #endif
  699. | #ifdef HAVE_SYS_STAT_H
  700. | # include <sys/stat.h>
  701. | #endif
  702. | #ifdef STDC_HEADERS
  703. | # include <stdlib.h>
  704. | # include <stddef.h>
  705. | #else
  706. | # ifdef HAVE_STDLIB_H
  707. | # include <stdlib.h>
  708. | # endif
  709. | #endif
  710. | #ifdef HAVE_STRING_H
  711. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  712. | # include <memory.h>
  713. | # endif
  714. | # include <string.h>
  715. | #endif
  716. | #ifdef HAVE_STRINGS_H
  717. | # include <strings.h>
  718. | #endif
  719. | #ifdef HAVE_INTTYPES_H
  720. | # include <inttypes.h>
  721. | #endif
  722. | #ifdef HAVE_STDINT_H
  723. | # include <stdint.h>
  724. | #endif
  725. | #ifdef HAVE_UNISTD_H
  726. | # include <unistd.h>
  727. | #endif
  728. | #include <sys/signal.h>
  729. configure:14735: result: no
  730. configure:14735: checking sys/signal.h presence
  731. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  732. conftest.c:44:24: fatal error: sys/signal.h: No such file or directory
  733. compilation terminated.
  734. configure:14735: $? = 1
  735. configure: failed program was:
  736. | /* confdefs.h */
  737. | #define PACKAGE_NAME "mpg123"
  738. | #define PACKAGE_TARNAME "mpg123"
  739. | #define PACKAGE_VERSION "1.17.0"
  740. | #define PACKAGE_STRING "mpg123 1.17.0"
  741. | #define PACKAGE_BUGREPORT "[email protected]"
  742. | #define PACKAGE_URL ""
  743. | #define PACKAGE "mpg123"
  744. | #define VERSION "1.17.0"
  745. | #define STDC_HEADERS 1
  746. | #define HAVE_SYS_TYPES_H 1
  747. | #define HAVE_SYS_STAT_H 1
  748. | #define HAVE_STDLIB_H 1
  749. | #define HAVE_STRING_H 1
  750. | #define HAVE_MEMORY_H 1
  751. | #define HAVE_STRINGS_H 1
  752. | #define HAVE_INTTYPES_H 1
  753. | #define HAVE_STDINT_H 1
  754. | #define HAVE_UNISTD_H 1
  755. | #define DYNAMIC_BUILD 1
  756. | #define HAVE_DLFCN_H 1
  757. | #define LT_OBJDIR ".libs/"
  758. | #define GAPLESS 1
  759. | #define USE_NEW_HUFFTABLE 1
  760. | #define NO_32BIT 1
  761. | #define NO_REAL 1
  762. | #define MODULE_FILE_SUFFIX ".la"
  763. | #define ASMALIGN_BALIGN 1
  764. | #define STDC_HEADERS 1
  765. | #define HAVE_STDIO_H 1
  766. | #define HAVE_STDLIB_H 1
  767. | #define HAVE_STRING_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | #define HAVE_SCHED_H 1
  770. | #define HAVE_SYS_IOCTL_H 1
  771. | #define HAVE_SYS_TYPES_H 1
  772. | #define HAVE_STDINT_H 1
  773. | #define HAVE_LIMITS_H 1
  774. | #define HAVE_INTTYPES_H 1
  775. | #define HAVE_SYS_TIME_H 1
  776. | #define HAVE_SYS_WAIT_H 1
  777. | #define HAVE_SYS_RESOURCE_H 1
  778. | /* end confdefs.h. */
  779. | #include <sys/signal.h>
  780. configure:14735: result: no
  781. configure:14735: checking for sys/signal.h
  782. configure:14735: result: no
  783. configure:14735: checking signal.h usability
  784. configure:14735: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  785. configure:14735: $? = 0
  786. configure:14735: result: yes
  787. configure:14735: checking signal.h presence
  788. configure:14735: arm-linux-androideabi-gcc -E conftest.c
  789. configure:14735: $? = 0
  790. configure:14735: result: yes
  791. configure:14735: checking for signal.h
  792. configure:14735: result: yes
  793. configure:14755: checking for special C compiler options needed for large files
  794. configure:14800: result: no
  795. configure:14806: checking for _FILE_OFFSET_BITS value needed for large files
  796. configure:14831: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  797. conftest.c:51:3: warning: left shift count >= width of type [enabled by default]
  798. conftest.c:51:3: warning: left shift count >= width of type [enabled by default]
  799. conftest.c:52:10: warning: left shift count >= width of type [enabled by default]
  800. conftest.c:52:10: warning: left shift count >= width of type [enabled by default]
  801. conftest.c:51:7: error: size of array 'off_t_is_large' is negative
  802. conftest.c:53:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
  803. configure:14831: $? = 1
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME "mpg123"
  807. | #define PACKAGE_TARNAME "mpg123"
  808. | #define PACKAGE_VERSION "1.17.0"
  809. | #define PACKAGE_STRING "mpg123 1.17.0"
  810. | #define PACKAGE_BUGREPORT "[email protected]"
  811. | #define PACKAGE_URL ""
  812. | #define PACKAGE "mpg123"
  813. | #define VERSION "1.17.0"
  814. | #define STDC_HEADERS 1
  815. | #define HAVE_SYS_TYPES_H 1
  816. | #define HAVE_SYS_STAT_H 1
  817. | #define HAVE_STDLIB_H 1
  818. | #define HAVE_STRING_H 1
  819. | #define HAVE_MEMORY_H 1
  820. | #define HAVE_STRINGS_H 1
  821. | #define HAVE_INTTYPES_H 1
  822. | #define HAVE_STDINT_H 1
  823. | #define HAVE_UNISTD_H 1
  824. | #define DYNAMIC_BUILD 1
  825. | #define HAVE_DLFCN_H 1
  826. | #define LT_OBJDIR ".libs/"
  827. | #define GAPLESS 1
  828. | #define USE_NEW_HUFFTABLE 1
  829. | #define NO_32BIT 1
  830. | #define NO_REAL 1
  831. | #define MODULE_FILE_SUFFIX ".la"
  832. | #define ASMALIGN_BALIGN 1
  833. | #define STDC_HEADERS 1
  834. | #define HAVE_STDIO_H 1
  835. | #define HAVE_STDLIB_H 1
  836. | #define HAVE_STRING_H 1
  837. | #define HAVE_UNISTD_H 1
  838. | #define HAVE_SCHED_H 1
  839. | #define HAVE_SYS_IOCTL_H 1
  840. | #define HAVE_SYS_TYPES_H 1
  841. | #define HAVE_STDINT_H 1
  842. | #define HAVE_LIMITS_H 1
  843. | #define HAVE_INTTYPES_H 1
  844. | #define HAVE_SYS_TIME_H 1
  845. | #define HAVE_SYS_WAIT_H 1
  846. | #define HAVE_SYS_RESOURCE_H 1
  847. | #define HAVE_SIGNAL_H 1
  848. | /* end confdefs.h. */
  849. | #include <sys/types.h>
  850. | /* Check that off_t can represent 2**63 - 1 correctly.
  851. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  852. | since some C++ compilers masquerading as C compilers
  853. | incorrectly reject 9223372036854775807. */
  854. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  855. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  856. | && LARGE_OFF_T % 2147483647 == 1)
  857. | ? 1 : -1];
  858. | int
  859. | main ()
  860. | {
  861. |
  862. | ;
  863. | return 0;
  864. | }
  865. configure:14855: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  866. conftest.c:52:3: warning: left shift count >= width of type [enabled by default]
  867. conftest.c:52:3: warning: left shift count >= width of type [enabled by default]
  868. conftest.c:53:10: warning: left shift count >= width of type [enabled by default]
  869. conftest.c:53:10: warning: left shift count >= width of type [enabled by default]
  870. conftest.c:52:7: error: size of array 'off_t_is_large' is negative
  871. conftest.c:54:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
  872. configure:14855: $? = 1
  873. configure: failed program was:
  874. | /* confdefs.h */
  875. | #define PACKAGE_NAME "mpg123"
  876. | #define PACKAGE_TARNAME "mpg123"
  877. | #define PACKAGE_VERSION "1.17.0"
  878. | #define PACKAGE_STRING "mpg123 1.17.0"
  879. | #define PACKAGE_BUGREPORT "[email protected]"
  880. | #define PACKAGE_URL ""
  881. | #define PACKAGE "mpg123"
  882. | #define VERSION "1.17.0"
  883. | #define STDC_HEADERS 1
  884. | #define HAVE_SYS_TYPES_H 1
  885. | #define HAVE_SYS_STAT_H 1
  886. | #define HAVE_STDLIB_H 1
  887. | #define HAVE_STRING_H 1
  888. | #define HAVE_MEMORY_H 1
  889. | #define HAVE_STRINGS_H 1
  890. | #define HAVE_INTTYPES_H 1
  891. | #define HAVE_STDINT_H 1
  892. | #define HAVE_UNISTD_H 1
  893. | #define DYNAMIC_BUILD 1
  894. | #define HAVE_DLFCN_H 1
  895. | #define LT_OBJDIR ".libs/"
  896. | #define GAPLESS 1
  897. | #define USE_NEW_HUFFTABLE 1
  898. | #define NO_32BIT 1
  899. | #define NO_REAL 1
  900. | #define MODULE_FILE_SUFFIX ".la"
  901. | #define ASMALIGN_BALIGN 1
  902. | #define STDC_HEADERS 1
  903. | #define HAVE_STDIO_H 1
  904. | #define HAVE_STDLIB_H 1
  905. | #define HAVE_STRING_H 1
  906. | #define HAVE_UNISTD_H 1
  907. | #define HAVE_SCHED_H 1
  908. | #define HAVE_SYS_IOCTL_H 1
  909. | #define HAVE_SYS_TYPES_H 1
  910. | #define HAVE_STDINT_H 1
  911. | #define HAVE_LIMITS_H 1
  912. | #define HAVE_INTTYPES_H 1
  913. | #define HAVE_SYS_TIME_H 1
  914. | #define HAVE_SYS_WAIT_H 1
  915. | #define HAVE_SYS_RESOURCE_H 1
  916. | #define HAVE_SIGNAL_H 1
  917. | /* end confdefs.h. */
  918. | #define _FILE_OFFSET_BITS 64
  919. | #include <sys/types.h>
  920. | /* Check that off_t can represent 2**63 - 1 correctly.
  921. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  922. | since some C++ compilers masquerading as C compilers
  923. | incorrectly reject 9223372036854775807. */
  924. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  925. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  926. | && LARGE_OFF_T % 2147483647 == 1)
  927. | ? 1 : -1];
  928. | int
  929. | main ()
  930. | {
  931. |
  932. | ;
  933. | return 0;
  934. | }
  935. configure:14863: result: unknown
  936. configure:14875: checking for _LARGE_FILES value needed for large files
  937. configure:14900: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  938. conftest.c:51:3: warning: left shift count >= width of type [enabled by default]
  939. conftest.c:51:3: warning: left shift count >= width of type [enabled by default]
  940. conftest.c:52:10: warning: left shift count >= width of type [enabled by default]
  941. conftest.c:52:10: warning: left shift count >= width of type [enabled by default]
  942. conftest.c:51:7: error: size of array 'off_t_is_large' is negative
  943. conftest.c:53:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
  944. configure:14900: $? = 1
  945. configure: failed program was:
  946. | /* confdefs.h */
  947. | #define PACKAGE_NAME "mpg123"
  948. | #define PACKAGE_TARNAME "mpg123"
  949. | #define PACKAGE_VERSION "1.17.0"
  950. | #define PACKAGE_STRING "mpg123 1.17.0"
  951. | #define PACKAGE_BUGREPORT "[email protected]"
  952. | #define PACKAGE_URL ""
  953. | #define PACKAGE "mpg123"
  954. | #define VERSION "1.17.0"
  955. | #define STDC_HEADERS 1
  956. | #define HAVE_SYS_TYPES_H 1
  957. | #define HAVE_SYS_STAT_H 1
  958. | #define HAVE_STDLIB_H 1
  959. | #define HAVE_STRING_H 1
  960. | #define HAVE_MEMORY_H 1
  961. | #define HAVE_STRINGS_H 1
  962. | #define HAVE_INTTYPES_H 1
  963. | #define HAVE_STDINT_H 1
  964. | #define HAVE_UNISTD_H 1
  965. | #define DYNAMIC_BUILD 1
  966. | #define HAVE_DLFCN_H 1
  967. | #define LT_OBJDIR ".libs/"
  968. | #define GAPLESS 1
  969. | #define USE_NEW_HUFFTABLE 1
  970. | #define NO_32BIT 1
  971. | #define NO_REAL 1
  972. | #define MODULE_FILE_SUFFIX ".la"
  973. | #define ASMALIGN_BALIGN 1
  974. | #define STDC_HEADERS 1
  975. | #define HAVE_STDIO_H 1
  976. | #define HAVE_STDLIB_H 1
  977. | #define HAVE_STRING_H 1
  978. | #define HAVE_UNISTD_H 1
  979. | #define HAVE_SCHED_H 1
  980. | #define HAVE_SYS_IOCTL_H 1
  981. | #define HAVE_SYS_TYPES_H 1
  982. | #define HAVE_STDINT_H 1
  983. | #define HAVE_LIMITS_H 1
  984. | #define HAVE_INTTYPES_H 1
  985. | #define HAVE_SYS_TIME_H 1
  986. | #define HAVE_SYS_WAIT_H 1
  987. | #define HAVE_SYS_RESOURCE_H 1
  988. | #define HAVE_SIGNAL_H 1
  989. | /* end confdefs.h. */
  990. | #include <sys/types.h>
  991. | /* Check that off_t can represent 2**63 - 1 correctly.
  992. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  993. | since some C++ compilers masquerading as C compilers
  994. | incorrectly reject 9223372036854775807. */
  995. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  996. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  997. | && LARGE_OFF_T % 2147483647 == 1)
  998. | ? 1 : -1];
  999. | int
  1000. | main ()
  1001. | {
  1002. |
  1003. | ;
  1004. | return 0;
  1005. | }
  1006. configure:14924: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1007. conftest.c:52:3: warning: left shift count >= width of type [enabled by default]
  1008. conftest.c:52:3: warning: left shift count >= width of type [enabled by default]
  1009. conftest.c:53:10: warning: left shift count >= width of type [enabled by default]
  1010. conftest.c:53:10: warning: left shift count >= width of type [enabled by default]
  1011. conftest.c:52:7: error: size of array 'off_t_is_large' is negative
  1012. conftest.c:54:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
  1013. configure:14924: $? = 1
  1014. configure: failed program was:
  1015. | /* confdefs.h */
  1016. | #define PACKAGE_NAME "mpg123"
  1017. | #define PACKAGE_TARNAME "mpg123"
  1018. | #define PACKAGE_VERSION "1.17.0"
  1019. | #define PACKAGE_STRING "mpg123 1.17.0"
  1020. | #define PACKAGE_BUGREPORT "[email protected]"
  1021. | #define PACKAGE_URL ""
  1022. | #define PACKAGE "mpg123"
  1023. | #define VERSION "1.17.0"
  1024. | #define STDC_HEADERS 1
  1025. | #define HAVE_SYS_TYPES_H 1
  1026. | #define HAVE_SYS_STAT_H 1
  1027. | #define HAVE_STDLIB_H 1
  1028. | #define HAVE_STRING_H 1
  1029. | #define HAVE_MEMORY_H 1
  1030. | #define HAVE_STRINGS_H 1
  1031. | #define HAVE_INTTYPES_H 1
  1032. | #define HAVE_STDINT_H 1
  1033. | #define HAVE_UNISTD_H 1
  1034. | #define DYNAMIC_BUILD 1
  1035. | #define HAVE_DLFCN_H 1
  1036. | #define LT_OBJDIR ".libs/"
  1037. | #define GAPLESS 1
  1038. | #define USE_NEW_HUFFTABLE 1
  1039. | #define NO_32BIT 1
  1040. | #define NO_REAL 1
  1041. | #define MODULE_FILE_SUFFIX ".la"
  1042. | #define ASMALIGN_BALIGN 1
  1043. | #define STDC_HEADERS 1
  1044. | #define HAVE_STDIO_H 1
  1045. | #define HAVE_STDLIB_H 1
  1046. | #define HAVE_STRING_H 1
  1047. | #define HAVE_UNISTD_H 1
  1048. | #define HAVE_SCHED_H 1
  1049. | #define HAVE_SYS_IOCTL_H 1
  1050. | #define HAVE_SYS_TYPES_H 1
  1051. | #define HAVE_STDINT_H 1
  1052. | #define HAVE_LIMITS_H 1
  1053. | #define HAVE_INTTYPES_H 1
  1054. | #define HAVE_SYS_TIME_H 1
  1055. | #define HAVE_SYS_WAIT_H 1
  1056. | #define HAVE_SYS_RESOURCE_H 1
  1057. | #define HAVE_SIGNAL_H 1
  1058. | /* end confdefs.h. */
  1059. | #define _LARGE_FILES 1
  1060. | #include <sys/types.h>
  1061. | /* Check that off_t can represent 2**63 - 1 correctly.
  1062. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  1063. | since some C++ compilers masquerading as C compilers
  1064. | incorrectly reject 9223372036854775807. */
  1065. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  1066. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  1067. | && LARGE_OFF_T % 2147483647 == 1)
  1068. | ? 1 : -1];
  1069. | int
  1070. | main ()
  1071. | {
  1072. |
  1073. | ;
  1074. | return 0;
  1075. | }
  1076. configure:14932: result: unknown
  1077. configure:14958: checking for size_t
  1078. configure:14958: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1079. configure:14958: $? = 0
  1080. configure:14958: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1081. conftest.c: In function 'main':
  1082. conftest.c:81:21: error: expected expression before ')' token
  1083. configure:14958: $? = 1
  1084. configure: failed program was:
  1085. | /* confdefs.h */
  1086. | #define PACKAGE_NAME "mpg123"
  1087. | #define PACKAGE_TARNAME "mpg123"
  1088. | #define PACKAGE_VERSION "1.17.0"
  1089. | #define PACKAGE_STRING "mpg123 1.17.0"
  1090. | #define PACKAGE_BUGREPORT "[email protected]"
  1091. | #define PACKAGE_URL ""
  1092. | #define PACKAGE "mpg123"
  1093. | #define VERSION "1.17.0"
  1094. | #define STDC_HEADERS 1
  1095. | #define HAVE_SYS_TYPES_H 1
  1096. | #define HAVE_SYS_STAT_H 1
  1097. | #define HAVE_STDLIB_H 1
  1098. | #define HAVE_STRING_H 1
  1099. | #define HAVE_MEMORY_H 1
  1100. | #define HAVE_STRINGS_H 1
  1101. | #define HAVE_INTTYPES_H 1
  1102. | #define HAVE_STDINT_H 1
  1103. | #define HAVE_UNISTD_H 1
  1104. | #define DYNAMIC_BUILD 1
  1105. | #define HAVE_DLFCN_H 1
  1106. | #define LT_OBJDIR ".libs/"
  1107. | #define GAPLESS 1
  1108. | #define USE_NEW_HUFFTABLE 1
  1109. | #define NO_32BIT 1
  1110. | #define NO_REAL 1
  1111. | #define MODULE_FILE_SUFFIX ".la"
  1112. | #define ASMALIGN_BALIGN 1
  1113. | #define STDC_HEADERS 1
  1114. | #define HAVE_STDIO_H 1
  1115. | #define HAVE_STDLIB_H 1
  1116. | #define HAVE_STRING_H 1
  1117. | #define HAVE_UNISTD_H 1
  1118. | #define HAVE_SCHED_H 1
  1119. | #define HAVE_SYS_IOCTL_H 1
  1120. | #define HAVE_SYS_TYPES_H 1
  1121. | #define HAVE_STDINT_H 1
  1122. | #define HAVE_LIMITS_H 1
  1123. | #define HAVE_INTTYPES_H 1
  1124. | #define HAVE_SYS_TIME_H 1
  1125. | #define HAVE_SYS_WAIT_H 1
  1126. | #define HAVE_SYS_RESOURCE_H 1
  1127. | #define HAVE_SIGNAL_H 1
  1128. | /* end confdefs.h. */
  1129. | #include <stdio.h>
  1130. | #ifdef HAVE_SYS_TYPES_H
  1131. | # include <sys/types.h>
  1132. | #endif
  1133. | #ifdef HAVE_SYS_STAT_H
  1134. | # include <sys/stat.h>
  1135. | #endif
  1136. | #ifdef STDC_HEADERS
  1137. | # include <stdlib.h>
  1138. | # include <stddef.h>
  1139. | #else
  1140. | # ifdef HAVE_STDLIB_H
  1141. | # include <stdlib.h>
  1142. | # endif
  1143. | #endif
  1144. | #ifdef HAVE_STRING_H
  1145. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1146. | # include <memory.h>
  1147. | # endif
  1148. | # include <string.h>
  1149. | #endif
  1150. | #ifdef HAVE_STRINGS_H
  1151. | # include <strings.h>
  1152. | #endif
  1153. | #ifdef HAVE_INTTYPES_H
  1154. | # include <inttypes.h>
  1155. | #endif
  1156. | #ifdef HAVE_STDINT_H
  1157. | # include <stdint.h>
  1158. | #endif
  1159. | #ifdef HAVE_UNISTD_H
  1160. | # include <unistd.h>
  1161. | #endif
  1162. | int
  1163. | main ()
  1164. | {
  1165. | if (sizeof ((size_t)))
  1166. | return 0;
  1167. | ;
  1168. | return 0;
  1169. | }
  1170. configure:14958: result: yes
  1171. configure:14969: checking for uintptr_t
  1172. configure:14969: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1173. configure:14969: $? = 0
  1174. configure:14969: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1175. conftest.c: In function 'main':
  1176. conftest.c:81:24: error: expected expression before ')' token
  1177. configure:14969: $? = 1
  1178. configure: failed program was:
  1179. | /* confdefs.h */
  1180. | #define PACKAGE_NAME "mpg123"
  1181. | #define PACKAGE_TARNAME "mpg123"
  1182. | #define PACKAGE_VERSION "1.17.0"
  1183. | #define PACKAGE_STRING "mpg123 1.17.0"
  1184. | #define PACKAGE_BUGREPORT "[email protected]"
  1185. | #define PACKAGE_URL ""
  1186. | #define PACKAGE "mpg123"
  1187. | #define VERSION "1.17.0"
  1188. | #define STDC_HEADERS 1
  1189. | #define HAVE_SYS_TYPES_H 1
  1190. | #define HAVE_SYS_STAT_H 1
  1191. | #define HAVE_STDLIB_H 1
  1192. | #define HAVE_STRING_H 1
  1193. | #define HAVE_MEMORY_H 1
  1194. | #define HAVE_STRINGS_H 1
  1195. | #define HAVE_INTTYPES_H 1
  1196. | #define HAVE_STDINT_H 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | #define DYNAMIC_BUILD 1
  1199. | #define HAVE_DLFCN_H 1
  1200. | #define LT_OBJDIR ".libs/"
  1201. | #define GAPLESS 1
  1202. | #define USE_NEW_HUFFTABLE 1
  1203. | #define NO_32BIT 1
  1204. | #define NO_REAL 1
  1205. | #define MODULE_FILE_SUFFIX ".la"
  1206. | #define ASMALIGN_BALIGN 1
  1207. | #define STDC_HEADERS 1
  1208. | #define HAVE_STDIO_H 1
  1209. | #define HAVE_STDLIB_H 1
  1210. | #define HAVE_STRING_H 1
  1211. | #define HAVE_UNISTD_H 1
  1212. | #define HAVE_SCHED_H 1
  1213. | #define HAVE_SYS_IOCTL_H 1
  1214. | #define HAVE_SYS_TYPES_H 1
  1215. | #define HAVE_STDINT_H 1
  1216. | #define HAVE_LIMITS_H 1
  1217. | #define HAVE_INTTYPES_H 1
  1218. | #define HAVE_SYS_TIME_H 1
  1219. | #define HAVE_SYS_WAIT_H 1
  1220. | #define HAVE_SYS_RESOURCE_H 1
  1221. | #define HAVE_SIGNAL_H 1
  1222. | /* end confdefs.h. */
  1223. | #include <stdio.h>
  1224. | #ifdef HAVE_SYS_TYPES_H
  1225. | # include <sys/types.h>
  1226. | #endif
  1227. | #ifdef HAVE_SYS_STAT_H
  1228. | # include <sys/stat.h>
  1229. | #endif
  1230. | #ifdef STDC_HEADERS
  1231. | # include <stdlib.h>
  1232. | # include <stddef.h>
  1233. | #else
  1234. | # ifdef HAVE_STDLIB_H
  1235. | # include <stdlib.h>
  1236. | # endif
  1237. | #endif
  1238. | #ifdef HAVE_STRING_H
  1239. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1240. | # include <memory.h>
  1241. | # endif
  1242. | # include <string.h>
  1243. | #endif
  1244. | #ifdef HAVE_STRINGS_H
  1245. | # include <strings.h>
  1246. | #endif
  1247. | #ifdef HAVE_INTTYPES_H
  1248. | # include <inttypes.h>
  1249. | #endif
  1250. | #ifdef HAVE_STDINT_H
  1251. | # include <stdint.h>
  1252. | #endif
  1253. | #ifdef HAVE_UNISTD_H
  1254. | # include <unistd.h>
  1255. | #endif
  1256. | int
  1257. | main ()
  1258. | {
  1259. | if (sizeof ((uintptr_t)))
  1260. | return 0;
  1261. | ;
  1262. | return 0;
  1263. | }
  1264. configure:14969: result: yes
  1265. configure:14980: checking for ssize_t
  1266. configure:14980: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1267. configure:14980: $? = 0
  1268. configure:14980: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1269. conftest.c: In function 'main':
  1270. conftest.c:81:22: error: expected expression before ')' token
  1271. configure:14980: $? = 1
  1272. configure: failed program was:
  1273. | /* confdefs.h */
  1274. | #define PACKAGE_NAME "mpg123"
  1275. | #define PACKAGE_TARNAME "mpg123"
  1276. | #define PACKAGE_VERSION "1.17.0"
  1277. | #define PACKAGE_STRING "mpg123 1.17.0"
  1278. | #define PACKAGE_BUGREPORT "[email protected]"
  1279. | #define PACKAGE_URL ""
  1280. | #define PACKAGE "mpg123"
  1281. | #define VERSION "1.17.0"
  1282. | #define STDC_HEADERS 1
  1283. | #define HAVE_SYS_TYPES_H 1
  1284. | #define HAVE_SYS_STAT_H 1
  1285. | #define HAVE_STDLIB_H 1
  1286. | #define HAVE_STRING_H 1
  1287. | #define HAVE_MEMORY_H 1
  1288. | #define HAVE_STRINGS_H 1
  1289. | #define HAVE_INTTYPES_H 1
  1290. | #define HAVE_STDINT_H 1
  1291. | #define HAVE_UNISTD_H 1
  1292. | #define DYNAMIC_BUILD 1
  1293. | #define HAVE_DLFCN_H 1
  1294. | #define LT_OBJDIR ".libs/"
  1295. | #define GAPLESS 1
  1296. | #define USE_NEW_HUFFTABLE 1
  1297. | #define NO_32BIT 1
  1298. | #define NO_REAL 1
  1299. | #define MODULE_FILE_SUFFIX ".la"
  1300. | #define ASMALIGN_BALIGN 1
  1301. | #define STDC_HEADERS 1
  1302. | #define HAVE_STDIO_H 1
  1303. | #define HAVE_STDLIB_H 1
  1304. | #define HAVE_STRING_H 1
  1305. | #define HAVE_UNISTD_H 1
  1306. | #define HAVE_SCHED_H 1
  1307. | #define HAVE_SYS_IOCTL_H 1
  1308. | #define HAVE_SYS_TYPES_H 1
  1309. | #define HAVE_STDINT_H 1
  1310. | #define HAVE_LIMITS_H 1
  1311. | #define HAVE_INTTYPES_H 1
  1312. | #define HAVE_SYS_TIME_H 1
  1313. | #define HAVE_SYS_WAIT_H 1
  1314. | #define HAVE_SYS_RESOURCE_H 1
  1315. | #define HAVE_SIGNAL_H 1
  1316. | /* end confdefs.h. */
  1317. | #include <stdio.h>
  1318. | #ifdef HAVE_SYS_TYPES_H
  1319. | # include <sys/types.h>
  1320. | #endif
  1321. | #ifdef HAVE_SYS_STAT_H
  1322. | # include <sys/stat.h>
  1323. | #endif
  1324. | #ifdef STDC_HEADERS
  1325. | # include <stdlib.h>
  1326. | # include <stddef.h>
  1327. | #else
  1328. | # ifdef HAVE_STDLIB_H
  1329. | # include <stdlib.h>
  1330. | # endif
  1331. | #endif
  1332. | #ifdef HAVE_STRING_H
  1333. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1334. | # include <memory.h>
  1335. | # endif
  1336. | # include <string.h>
  1337. | #endif
  1338. | #ifdef HAVE_STRINGS_H
  1339. | # include <strings.h>
  1340. | #endif
  1341. | #ifdef HAVE_INTTYPES_H
  1342. | # include <inttypes.h>
  1343. | #endif
  1344. | #ifdef HAVE_STDINT_H
  1345. | # include <stdint.h>
  1346. | #endif
  1347. | #ifdef HAVE_UNISTD_H
  1348. | # include <unistd.h>
  1349. | #endif
  1350. | int
  1351. | main ()
  1352. | {
  1353. | if (sizeof ((ssize_t)))
  1354. | return 0;
  1355. | ;
  1356. | return 0;
  1357. | }
  1358. configure:14980: result: yes
  1359. configure:14991: checking for off_t
  1360. configure:14991: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1361. configure:14991: $? = 0
  1362. configure:14991: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1363. conftest.c: In function 'main':
  1364. conftest.c:81:20: error: expected expression before ')' token
  1365. configure:14991: $? = 1
  1366. configure: failed program was:
  1367. | /* confdefs.h */
  1368. | #define PACKAGE_NAME "mpg123"
  1369. | #define PACKAGE_TARNAME "mpg123"
  1370. | #define PACKAGE_VERSION "1.17.0"
  1371. | #define PACKAGE_STRING "mpg123 1.17.0"
  1372. | #define PACKAGE_BUGREPORT "[email protected]"
  1373. | #define PACKAGE_URL ""
  1374. | #define PACKAGE "mpg123"
  1375. | #define VERSION "1.17.0"
  1376. | #define STDC_HEADERS 1
  1377. | #define HAVE_SYS_TYPES_H 1
  1378. | #define HAVE_SYS_STAT_H 1
  1379. | #define HAVE_STDLIB_H 1
  1380. | #define HAVE_STRING_H 1
  1381. | #define HAVE_MEMORY_H 1
  1382. | #define HAVE_STRINGS_H 1
  1383. | #define HAVE_INTTYPES_H 1
  1384. | #define HAVE_STDINT_H 1
  1385. | #define HAVE_UNISTD_H 1
  1386. | #define DYNAMIC_BUILD 1
  1387. | #define HAVE_DLFCN_H 1
  1388. | #define LT_OBJDIR ".libs/"
  1389. | #define GAPLESS 1
  1390. | #define USE_NEW_HUFFTABLE 1
  1391. | #define NO_32BIT 1
  1392. | #define NO_REAL 1
  1393. | #define MODULE_FILE_SUFFIX ".la"
  1394. | #define ASMALIGN_BALIGN 1
  1395. | #define STDC_HEADERS 1
  1396. | #define HAVE_STDIO_H 1
  1397. | #define HAVE_STDLIB_H 1
  1398. | #define HAVE_STRING_H 1
  1399. | #define HAVE_UNISTD_H 1
  1400. | #define HAVE_SCHED_H 1
  1401. | #define HAVE_SYS_IOCTL_H 1
  1402. | #define HAVE_SYS_TYPES_H 1
  1403. | #define HAVE_STDINT_H 1
  1404. | #define HAVE_LIMITS_H 1
  1405. | #define HAVE_INTTYPES_H 1
  1406. | #define HAVE_SYS_TIME_H 1
  1407. | #define HAVE_SYS_WAIT_H 1
  1408. | #define HAVE_SYS_RESOURCE_H 1
  1409. | #define HAVE_SIGNAL_H 1
  1410. | /* end confdefs.h. */
  1411. | #include <stdio.h>
  1412. | #ifdef HAVE_SYS_TYPES_H
  1413. | # include <sys/types.h>
  1414. | #endif
  1415. | #ifdef HAVE_SYS_STAT_H
  1416. | # include <sys/stat.h>
  1417. | #endif
  1418. | #ifdef STDC_HEADERS
  1419. | # include <stdlib.h>
  1420. | # include <stddef.h>
  1421. | #else
  1422. | # ifdef HAVE_STDLIB_H
  1423. | # include <stdlib.h>
  1424. | # endif
  1425. | #endif
  1426. | #ifdef HAVE_STRING_H
  1427. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1428. | # include <memory.h>
  1429. | # endif
  1430. | # include <string.h>
  1431. | #endif
  1432. | #ifdef HAVE_STRINGS_H
  1433. | # include <strings.h>
  1434. | #endif
  1435. | #ifdef HAVE_INTTYPES_H
  1436. | # include <inttypes.h>
  1437. | #endif
  1438. | #ifdef HAVE_STDINT_H
  1439. | # include <stdint.h>
  1440. | #endif
  1441. | #ifdef HAVE_UNISTD_H
  1442. | # include <unistd.h>
  1443. | #endif
  1444. | int
  1445. | main ()
  1446. | {
  1447. | if (sizeof ((off_t)))
  1448. | return 0;
  1449. | ;
  1450. | return 0;
  1451. | }
  1452. configure:14991: result: yes
  1453. configure:15002: checking for int32_t
  1454. configure:15002: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1455. configure:15002: $? = 0
  1456. configure:15002: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1457. conftest.c: In function 'main':
  1458. conftest.c:81:22: error: expected expression before ')' token
  1459. configure:15002: $? = 1
  1460. configure: failed program was:
  1461. | /* confdefs.h */
  1462. | #define PACKAGE_NAME "mpg123"
  1463. | #define PACKAGE_TARNAME "mpg123"
  1464. | #define PACKAGE_VERSION "1.17.0"
  1465. | #define PACKAGE_STRING "mpg123 1.17.0"
  1466. | #define PACKAGE_BUGREPORT "[email protected]"
  1467. | #define PACKAGE_URL ""
  1468. | #define PACKAGE "mpg123"
  1469. | #define VERSION "1.17.0"
  1470. | #define STDC_HEADERS 1
  1471. | #define HAVE_SYS_TYPES_H 1
  1472. | #define HAVE_SYS_STAT_H 1
  1473. | #define HAVE_STDLIB_H 1
  1474. | #define HAVE_STRING_H 1
  1475. | #define HAVE_MEMORY_H 1
  1476. | #define HAVE_STRINGS_H 1
  1477. | #define HAVE_INTTYPES_H 1
  1478. | #define HAVE_STDINT_H 1
  1479. | #define HAVE_UNISTD_H 1
  1480. | #define DYNAMIC_BUILD 1
  1481. | #define HAVE_DLFCN_H 1
  1482. | #define LT_OBJDIR ".libs/"
  1483. | #define GAPLESS 1
  1484. | #define USE_NEW_HUFFTABLE 1
  1485. | #define NO_32BIT 1
  1486. | #define NO_REAL 1
  1487. | #define MODULE_FILE_SUFFIX ".la"
  1488. | #define ASMALIGN_BALIGN 1
  1489. | #define STDC_HEADERS 1
  1490. | #define HAVE_STDIO_H 1
  1491. | #define HAVE_STDLIB_H 1
  1492. | #define HAVE_STRING_H 1
  1493. | #define HAVE_UNISTD_H 1
  1494. | #define HAVE_SCHED_H 1
  1495. | #define HAVE_SYS_IOCTL_H 1
  1496. | #define HAVE_SYS_TYPES_H 1
  1497. | #define HAVE_STDINT_H 1
  1498. | #define HAVE_LIMITS_H 1
  1499. | #define HAVE_INTTYPES_H 1
  1500. | #define HAVE_SYS_TIME_H 1
  1501. | #define HAVE_SYS_WAIT_H 1
  1502. | #define HAVE_SYS_RESOURCE_H 1
  1503. | #define HAVE_SIGNAL_H 1
  1504. | /* end confdefs.h. */
  1505. | #include <stdio.h>
  1506. | #ifdef HAVE_SYS_TYPES_H
  1507. | # include <sys/types.h>
  1508. | #endif
  1509. | #ifdef HAVE_SYS_STAT_H
  1510. | # include <sys/stat.h>
  1511. | #endif
  1512. | #ifdef STDC_HEADERS
  1513. | # include <stdlib.h>
  1514. | # include <stddef.h>
  1515. | #else
  1516. | # ifdef HAVE_STDLIB_H
  1517. | # include <stdlib.h>
  1518. | # endif
  1519. | #endif
  1520. | #ifdef HAVE_STRING_H
  1521. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1522. | # include <memory.h>
  1523. | # endif
  1524. | # include <string.h>
  1525. | #endif
  1526. | #ifdef HAVE_STRINGS_H
  1527. | # include <strings.h>
  1528. | #endif
  1529. | #ifdef HAVE_INTTYPES_H
  1530. | # include <inttypes.h>
  1531. | #endif
  1532. | #ifdef HAVE_STDINT_H
  1533. | # include <stdint.h>
  1534. | #endif
  1535. | #ifdef HAVE_UNISTD_H
  1536. | # include <unistd.h>
  1537. | #endif
  1538. | int
  1539. | main ()
  1540. | {
  1541. | if (sizeof ((int32_t)))
  1542. | return 0;
  1543. | ;
  1544. | return 0;
  1545. | }
  1546. configure:15002: result: yes
  1547. configure:15013: checking for uint32_t
  1548. configure:15013: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1549. configure:15013: $? = 0
  1550. configure:15013: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1551. conftest.c: In function 'main':
  1552. conftest.c:81:23: error: expected expression before ')' token
  1553. configure:15013: $? = 1
  1554. configure: failed program was:
  1555. | /* confdefs.h */
  1556. | #define PACKAGE_NAME "mpg123"
  1557. | #define PACKAGE_TARNAME "mpg123"
  1558. | #define PACKAGE_VERSION "1.17.0"
  1559. | #define PACKAGE_STRING "mpg123 1.17.0"
  1560. | #define PACKAGE_BUGREPORT "[email protected]"
  1561. | #define PACKAGE_URL ""
  1562. | #define PACKAGE "mpg123"
  1563. | #define VERSION "1.17.0"
  1564. | #define STDC_HEADERS 1
  1565. | #define HAVE_SYS_TYPES_H 1
  1566. | #define HAVE_SYS_STAT_H 1
  1567. | #define HAVE_STDLIB_H 1
  1568. | #define HAVE_STRING_H 1
  1569. | #define HAVE_MEMORY_H 1
  1570. | #define HAVE_STRINGS_H 1
  1571. | #define HAVE_INTTYPES_H 1
  1572. | #define HAVE_STDINT_H 1
  1573. | #define HAVE_UNISTD_H 1
  1574. | #define DYNAMIC_BUILD 1
  1575. | #define HAVE_DLFCN_H 1
  1576. | #define LT_OBJDIR ".libs/"
  1577. | #define GAPLESS 1
  1578. | #define USE_NEW_HUFFTABLE 1
  1579. | #define NO_32BIT 1
  1580. | #define NO_REAL 1
  1581. | #define MODULE_FILE_SUFFIX ".la"
  1582. | #define ASMALIGN_BALIGN 1
  1583. | #define STDC_HEADERS 1
  1584. | #define HAVE_STDIO_H 1
  1585. | #define HAVE_STDLIB_H 1
  1586. | #define HAVE_STRING_H 1
  1587. | #define HAVE_UNISTD_H 1
  1588. | #define HAVE_SCHED_H 1
  1589. | #define HAVE_SYS_IOCTL_H 1
  1590. | #define HAVE_SYS_TYPES_H 1
  1591. | #define HAVE_STDINT_H 1
  1592. | #define HAVE_LIMITS_H 1
  1593. | #define HAVE_INTTYPES_H 1
  1594. | #define HAVE_SYS_TIME_H 1
  1595. | #define HAVE_SYS_WAIT_H 1
  1596. | #define HAVE_SYS_RESOURCE_H 1
  1597. | #define HAVE_SIGNAL_H 1
  1598. | /* end confdefs.h. */
  1599. | #include <stdio.h>
  1600. | #ifdef HAVE_SYS_TYPES_H
  1601. | # include <sys/types.h>
  1602. | #endif
  1603. | #ifdef HAVE_SYS_STAT_H
  1604. | # include <sys/stat.h>
  1605. | #endif
  1606. | #ifdef STDC_HEADERS
  1607. | # include <stdlib.h>
  1608. | # include <stddef.h>
  1609. | #else
  1610. | # ifdef HAVE_STDLIB_H
  1611. | # include <stdlib.h>
  1612. | # endif
  1613. | #endif
  1614. | #ifdef HAVE_STRING_H
  1615. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1616. | # include <memory.h>
  1617. | # endif
  1618. | # include <string.h>
  1619. | #endif
  1620. | #ifdef HAVE_STRINGS_H
  1621. | # include <strings.h>
  1622. | #endif
  1623. | #ifdef HAVE_INTTYPES_H
  1624. | # include <inttypes.h>
  1625. | #endif
  1626. | #ifdef HAVE_STDINT_H
  1627. | # include <stdint.h>
  1628. | #endif
  1629. | #ifdef HAVE_UNISTD_H
  1630. | # include <unistd.h>
  1631. | #endif
  1632. | int
  1633. | main ()
  1634. | {
  1635. | if (sizeof ((uint32_t)))
  1636. | return 0;
  1637. | ;
  1638. | return 0;
  1639. | }
  1640. configure:15013: result: yes
  1641. configure:15024: checking for int16_t
  1642. configure:15024: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1643. configure:15024: $? = 0
  1644. configure:15024: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1645. conftest.c: In function 'main':
  1646. conftest.c:81:22: error: expected expression before ')' token
  1647. configure:15024: $? = 1
  1648. configure: failed program was:
  1649. | /* confdefs.h */
  1650. | #define PACKAGE_NAME "mpg123"
  1651. | #define PACKAGE_TARNAME "mpg123"
  1652. | #define PACKAGE_VERSION "1.17.0"
  1653. | #define PACKAGE_STRING "mpg123 1.17.0"
  1654. | #define PACKAGE_BUGREPORT "[email protected]"
  1655. | #define PACKAGE_URL ""
  1656. | #define PACKAGE "mpg123"
  1657. | #define VERSION "1.17.0"
  1658. | #define STDC_HEADERS 1
  1659. | #define HAVE_SYS_TYPES_H 1
  1660. | #define HAVE_SYS_STAT_H 1
  1661. | #define HAVE_STDLIB_H 1
  1662. | #define HAVE_STRING_H 1
  1663. | #define HAVE_MEMORY_H 1
  1664. | #define HAVE_STRINGS_H 1
  1665. | #define HAVE_INTTYPES_H 1
  1666. | #define HAVE_STDINT_H 1
  1667. | #define HAVE_UNISTD_H 1
  1668. | #define DYNAMIC_BUILD 1
  1669. | #define HAVE_DLFCN_H 1
  1670. | #define LT_OBJDIR ".libs/"
  1671. | #define GAPLESS 1
  1672. | #define USE_NEW_HUFFTABLE 1
  1673. | #define NO_32BIT 1
  1674. | #define NO_REAL 1
  1675. | #define MODULE_FILE_SUFFIX ".la"
  1676. | #define ASMALIGN_BALIGN 1
  1677. | #define STDC_HEADERS 1
  1678. | #define HAVE_STDIO_H 1
  1679. | #define HAVE_STDLIB_H 1
  1680. | #define HAVE_STRING_H 1
  1681. | #define HAVE_UNISTD_H 1
  1682. | #define HAVE_SCHED_H 1
  1683. | #define HAVE_SYS_IOCTL_H 1
  1684. | #define HAVE_SYS_TYPES_H 1
  1685. | #define HAVE_STDINT_H 1
  1686. | #define HAVE_LIMITS_H 1
  1687. | #define HAVE_INTTYPES_H 1
  1688. | #define HAVE_SYS_TIME_H 1
  1689. | #define HAVE_SYS_WAIT_H 1
  1690. | #define HAVE_SYS_RESOURCE_H 1
  1691. | #define HAVE_SIGNAL_H 1
  1692. | /* end confdefs.h. */
  1693. | #include <stdio.h>
  1694. | #ifdef HAVE_SYS_TYPES_H
  1695. | # include <sys/types.h>
  1696. | #endif
  1697. | #ifdef HAVE_SYS_STAT_H
  1698. | # include <sys/stat.h>
  1699. | #endif
  1700. | #ifdef STDC_HEADERS
  1701. | # include <stdlib.h>
  1702. | # include <stddef.h>
  1703. | #else
  1704. | # ifdef HAVE_STDLIB_H
  1705. | # include <stdlib.h>
  1706. | # endif
  1707. | #endif
  1708. | #ifdef HAVE_STRING_H
  1709. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1710. | # include <memory.h>
  1711. | # endif
  1712. | # include <string.h>
  1713. | #endif
  1714. | #ifdef HAVE_STRINGS_H
  1715. | # include <strings.h>
  1716. | #endif
  1717. | #ifdef HAVE_INTTYPES_H
  1718. | # include <inttypes.h>
  1719. | #endif
  1720. | #ifdef HAVE_STDINT_H
  1721. | # include <stdint.h>
  1722. | #endif
  1723. | #ifdef HAVE_UNISTD_H
  1724. | # include <unistd.h>
  1725. | #endif
  1726. | int
  1727. | main ()
  1728. | {
  1729. | if (sizeof ((int16_t)))
  1730. | return 0;
  1731. | ;
  1732. | return 0;
  1733. | }
  1734. configure:15024: result: yes
  1735. configure:15035: checking for uint16_t
  1736. configure:15035: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1737. configure:15035: $? = 0
  1738. configure:15035: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1739. conftest.c: In function 'main':
  1740. conftest.c:81:23: error: expected expression before ')' token
  1741. configure:15035: $? = 1
  1742. configure: failed program was:
  1743. | /* confdefs.h */
  1744. | #define PACKAGE_NAME "mpg123"
  1745. | #define PACKAGE_TARNAME "mpg123"
  1746. | #define PACKAGE_VERSION "1.17.0"
  1747. | #define PACKAGE_STRING "mpg123 1.17.0"
  1748. | #define PACKAGE_BUGREPORT "[email protected]"
  1749. | #define PACKAGE_URL ""
  1750. | #define PACKAGE "mpg123"
  1751. | #define VERSION "1.17.0"
  1752. | #define STDC_HEADERS 1
  1753. | #define HAVE_SYS_TYPES_H 1
  1754. | #define HAVE_SYS_STAT_H 1
  1755. | #define HAVE_STDLIB_H 1
  1756. | #define HAVE_STRING_H 1
  1757. | #define HAVE_MEMORY_H 1
  1758. | #define HAVE_STRINGS_H 1
  1759. | #define HAVE_INTTYPES_H 1
  1760. | #define HAVE_STDINT_H 1
  1761. | #define HAVE_UNISTD_H 1
  1762. | #define DYNAMIC_BUILD 1
  1763. | #define HAVE_DLFCN_H 1
  1764. | #define LT_OBJDIR ".libs/"
  1765. | #define GAPLESS 1
  1766. | #define USE_NEW_HUFFTABLE 1
  1767. | #define NO_32BIT 1
  1768. | #define NO_REAL 1
  1769. | #define MODULE_FILE_SUFFIX ".la"
  1770. | #define ASMALIGN_BALIGN 1
  1771. | #define STDC_HEADERS 1
  1772. | #define HAVE_STDIO_H 1
  1773. | #define HAVE_STDLIB_H 1
  1774. | #define HAVE_STRING_H 1
  1775. | #define HAVE_UNISTD_H 1
  1776. | #define HAVE_SCHED_H 1
  1777. | #define HAVE_SYS_IOCTL_H 1
  1778. | #define HAVE_SYS_TYPES_H 1
  1779. | #define HAVE_STDINT_H 1
  1780. | #define HAVE_LIMITS_H 1
  1781. | #define HAVE_INTTYPES_H 1
  1782. | #define HAVE_SYS_TIME_H 1
  1783. | #define HAVE_SYS_WAIT_H 1
  1784. | #define HAVE_SYS_RESOURCE_H 1
  1785. | #define HAVE_SIGNAL_H 1
  1786. | /* end confdefs.h. */
  1787. | #include <stdio.h>
  1788. | #ifdef HAVE_SYS_TYPES_H
  1789. | # include <sys/types.h>
  1790. | #endif
  1791. | #ifdef HAVE_SYS_STAT_H
  1792. | # include <sys/stat.h>
  1793. | #endif
  1794. | #ifdef STDC_HEADERS
  1795. | # include <stdlib.h>
  1796. | # include <stddef.h>
  1797. | #else
  1798. | # ifdef HAVE_STDLIB_H
  1799. | # include <stdlib.h>
  1800. | # endif
  1801. | #endif
  1802. | #ifdef HAVE_STRING_H
  1803. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1804. | # include <memory.h>
  1805. | # endif
  1806. | # include <string.h>
  1807. | #endif
  1808. | #ifdef HAVE_STRINGS_H
  1809. | # include <strings.h>
  1810. | #endif
  1811. | #ifdef HAVE_INTTYPES_H
  1812. | # include <inttypes.h>
  1813. | #endif
  1814. | #ifdef HAVE_STDINT_H
  1815. | # include <stdint.h>
  1816. | #endif
  1817. | #ifdef HAVE_UNISTD_H
  1818. | # include <unistd.h>
  1819. | #endif
  1820. | int
  1821. | main ()
  1822. | {
  1823. | if (sizeof ((uint16_t)))
  1824. | return 0;
  1825. | ;
  1826. | return 0;
  1827. | }
  1828. configure:15035: result: yes
  1829. configure:15050: checking size of size_t
  1830. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1831. configure:15055: $? = 0
  1832. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1833. conftest.c: In function 'main':
  1834. conftest.c:81:12: error: size of array 'test_array' is negative
  1835. configure:15055: $? = 1
  1836. configure: failed program was:
  1837. | /* confdefs.h */
  1838. | #define PACKAGE_NAME "mpg123"
  1839. | #define PACKAGE_TARNAME "mpg123"
  1840. | #define PACKAGE_VERSION "1.17.0"
  1841. | #define PACKAGE_STRING "mpg123 1.17.0"
  1842. | #define PACKAGE_BUGREPORT "[email protected]"
  1843. | #define PACKAGE_URL ""
  1844. | #define PACKAGE "mpg123"
  1845. | #define VERSION "1.17.0"
  1846. | #define STDC_HEADERS 1
  1847. | #define HAVE_SYS_TYPES_H 1
  1848. | #define HAVE_SYS_STAT_H 1
  1849. | #define HAVE_STDLIB_H 1
  1850. | #define HAVE_STRING_H 1
  1851. | #define HAVE_MEMORY_H 1
  1852. | #define HAVE_STRINGS_H 1
  1853. | #define HAVE_INTTYPES_H 1
  1854. | #define HAVE_STDINT_H 1
  1855. | #define HAVE_UNISTD_H 1
  1856. | #define DYNAMIC_BUILD 1
  1857. | #define HAVE_DLFCN_H 1
  1858. | #define LT_OBJDIR ".libs/"
  1859. | #define GAPLESS 1
  1860. | #define USE_NEW_HUFFTABLE 1
  1861. | #define NO_32BIT 1
  1862. | #define NO_REAL 1
  1863. | #define MODULE_FILE_SUFFIX ".la"
  1864. | #define ASMALIGN_BALIGN 1
  1865. | #define STDC_HEADERS 1
  1866. | #define HAVE_STDIO_H 1
  1867. | #define HAVE_STDLIB_H 1
  1868. | #define HAVE_STRING_H 1
  1869. | #define HAVE_UNISTD_H 1
  1870. | #define HAVE_SCHED_H 1
  1871. | #define HAVE_SYS_IOCTL_H 1
  1872. | #define HAVE_SYS_TYPES_H 1
  1873. | #define HAVE_STDINT_H 1
  1874. | #define HAVE_LIMITS_H 1
  1875. | #define HAVE_INTTYPES_H 1
  1876. | #define HAVE_SYS_TIME_H 1
  1877. | #define HAVE_SYS_WAIT_H 1
  1878. | #define HAVE_SYS_RESOURCE_H 1
  1879. | #define HAVE_SIGNAL_H 1
  1880. | /* end confdefs.h. */
  1881. | #include <stdio.h>
  1882. | #ifdef HAVE_SYS_TYPES_H
  1883. | # include <sys/types.h>
  1884. | #endif
  1885. | #ifdef HAVE_SYS_STAT_H
  1886. | # include <sys/stat.h>
  1887. | #endif
  1888. | #ifdef STDC_HEADERS
  1889. | # include <stdlib.h>
  1890. | # include <stddef.h>
  1891. | #else
  1892. | # ifdef HAVE_STDLIB_H
  1893. | # include <stdlib.h>
  1894. | # endif
  1895. | #endif
  1896. | #ifdef HAVE_STRING_H
  1897. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1898. | # include <memory.h>
  1899. | # endif
  1900. | # include <string.h>
  1901. | #endif
  1902. | #ifdef HAVE_STRINGS_H
  1903. | # include <strings.h>
  1904. | #endif
  1905. | #ifdef HAVE_INTTYPES_H
  1906. | # include <inttypes.h>
  1907. | #endif
  1908. | #ifdef HAVE_STDINT_H
  1909. | # include <stdint.h>
  1910. | #endif
  1911. | #ifdef HAVE_UNISTD_H
  1912. | # include <unistd.h>
  1913. | #endif
  1914. | int
  1915. | main ()
  1916. | {
  1917. | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
  1918. | test_array [0] = 0;
  1919. | return test_array [0];
  1920. |
  1921. | ;
  1922. | return 0;
  1923. | }
  1924. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  1925. conftest.c: In function 'main':
  1926. conftest.c:81:12: error: size of array 'test_array' is negative
  1927. configure:15055: $? = 1
  1928. configure: failed program was:
  1929. | /* confdefs.h */
  1930. | #define PACKAGE_NAME "mpg123"
  1931. | #define PACKAGE_TARNAME "mpg123"
  1932. | #define PACKAGE_VERSION "1.17.0"
  1933. | #define PACKAGE_STRING "mpg123 1.17.0"
  1934. | #define PACKAGE_BUGREPORT "[email protected]"
  1935. | #define PACKAGE_URL ""
  1936. | #define PACKAGE "mpg123"
  1937. | #define VERSION "1.17.0"
  1938. | #define STDC_HEADERS 1
  1939. | #define HAVE_SYS_TYPES_H 1
  1940. | #define HAVE_SYS_STAT_H 1
  1941. | #define HAVE_STDLIB_H 1
  1942. | #define HAVE_STRING_H 1
  1943. | #define HAVE_MEMORY_H 1
  1944. | #define HAVE_STRINGS_H 1
  1945. | #define HAVE_INTTYPES_H 1
  1946. | #define HAVE_STDINT_H 1
  1947. | #define HAVE_UNISTD_H 1
  1948. | #define DYNAMIC_BUILD 1
  1949. | #define HAVE_DLFCN_H 1
  1950. | #define LT_OBJDIR ".libs/"
  1951. | #define GAPLESS 1
  1952. | #define USE_NEW_HUFFTABLE 1
  1953. | #define NO_32BIT 1
  1954. | #define NO_REAL 1
  1955. | #define MODULE_FILE_SUFFIX ".la"
  1956. | #define ASMALIGN_BALIGN 1
  1957. | #define STDC_HEADERS 1
  1958. | #define HAVE_STDIO_H 1
  1959. | #define HAVE_STDLIB_H 1
  1960. | #define HAVE_STRING_H 1
  1961. | #define HAVE_UNISTD_H 1
  1962. | #define HAVE_SCHED_H 1
  1963. | #define HAVE_SYS_IOCTL_H 1
  1964. | #define HAVE_SYS_TYPES_H 1
  1965. | #define HAVE_STDINT_H 1
  1966. | #define HAVE_LIMITS_H 1
  1967. | #define HAVE_INTTYPES_H 1
  1968. | #define HAVE_SYS_TIME_H 1
  1969. | #define HAVE_SYS_WAIT_H 1
  1970. | #define HAVE_SYS_RESOURCE_H 1
  1971. | #define HAVE_SIGNAL_H 1
  1972. | /* end confdefs.h. */
  1973. | #include <stdio.h>
  1974. | #ifdef HAVE_SYS_TYPES_H
  1975. | # include <sys/types.h>
  1976. | #endif
  1977. | #ifdef HAVE_SYS_STAT_H
  1978. | # include <sys/stat.h>
  1979. | #endif
  1980. | #ifdef STDC_HEADERS
  1981. | # include <stdlib.h>
  1982. | # include <stddef.h>
  1983. | #else
  1984. | # ifdef HAVE_STDLIB_H
  1985. | # include <stdlib.h>
  1986. | # endif
  1987. | #endif
  1988. | #ifdef HAVE_STRING_H
  1989. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1990. | # include <memory.h>
  1991. | # endif
  1992. | # include <string.h>
  1993. | #endif
  1994. | #ifdef HAVE_STRINGS_H
  1995. | # include <strings.h>
  1996. | #endif
  1997. | #ifdef HAVE_INTTYPES_H
  1998. | # include <inttypes.h>
  1999. | #endif
  2000. | #ifdef HAVE_STDINT_H
  2001. | # include <stdint.h>
  2002. | #endif
  2003. | #ifdef HAVE_UNISTD_H
  2004. | # include <unistd.h>
  2005. | #endif
  2006. | int
  2007. | main ()
  2008. | {
  2009. | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
  2010. | test_array [0] = 0;
  2011. | return test_array [0];
  2012. |
  2013. | ;
  2014. | return 0;
  2015. | }
  2016. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2017. conftest.c: In function 'main':
  2018. conftest.c:81:12: error: size of array 'test_array' is negative
  2019. configure:15055: $? = 1
  2020. configure: failed program was:
  2021. | /* confdefs.h */
  2022. | #define PACKAGE_NAME "mpg123"
  2023. | #define PACKAGE_TARNAME "mpg123"
  2024. | #define PACKAGE_VERSION "1.17.0"
  2025. | #define PACKAGE_STRING "mpg123 1.17.0"
  2026. | #define PACKAGE_BUGREPORT "[email protected]"
  2027. | #define PACKAGE_URL ""
  2028. | #define PACKAGE "mpg123"
  2029. | #define VERSION "1.17.0"
  2030. | #define STDC_HEADERS 1
  2031. | #define HAVE_SYS_TYPES_H 1
  2032. | #define HAVE_SYS_STAT_H 1
  2033. | #define HAVE_STDLIB_H 1
  2034. | #define HAVE_STRING_H 1
  2035. | #define HAVE_MEMORY_H 1
  2036. | #define HAVE_STRINGS_H 1
  2037. | #define HAVE_INTTYPES_H 1
  2038. | #define HAVE_STDINT_H 1
  2039. | #define HAVE_UNISTD_H 1
  2040. | #define DYNAMIC_BUILD 1
  2041. | #define HAVE_DLFCN_H 1
  2042. | #define LT_OBJDIR ".libs/"
  2043. | #define GAPLESS 1
  2044. | #define USE_NEW_HUFFTABLE 1
  2045. | #define NO_32BIT 1
  2046. | #define NO_REAL 1
  2047. | #define MODULE_FILE_SUFFIX ".la"
  2048. | #define ASMALIGN_BALIGN 1
  2049. | #define STDC_HEADERS 1
  2050. | #define HAVE_STDIO_H 1
  2051. | #define HAVE_STDLIB_H 1
  2052. | #define HAVE_STRING_H 1
  2053. | #define HAVE_UNISTD_H 1
  2054. | #define HAVE_SCHED_H 1
  2055. | #define HAVE_SYS_IOCTL_H 1
  2056. | #define HAVE_SYS_TYPES_H 1
  2057. | #define HAVE_STDINT_H 1
  2058. | #define HAVE_LIMITS_H 1
  2059. | #define HAVE_INTTYPES_H 1
  2060. | #define HAVE_SYS_TIME_H 1
  2061. | #define HAVE_SYS_WAIT_H 1
  2062. | #define HAVE_SYS_RESOURCE_H 1
  2063. | #define HAVE_SIGNAL_H 1
  2064. | /* end confdefs.h. */
  2065. | #include <stdio.h>
  2066. | #ifdef HAVE_SYS_TYPES_H
  2067. | # include <sys/types.h>
  2068. | #endif
  2069. | #ifdef HAVE_SYS_STAT_H
  2070. | # include <sys/stat.h>
  2071. | #endif
  2072. | #ifdef STDC_HEADERS
  2073. | # include <stdlib.h>
  2074. | # include <stddef.h>
  2075. | #else
  2076. | # ifdef HAVE_STDLIB_H
  2077. | # include <stdlib.h>
  2078. | # endif
  2079. | #endif
  2080. | #ifdef HAVE_STRING_H
  2081. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2082. | # include <memory.h>
  2083. | # endif
  2084. | # include <string.h>
  2085. | #endif
  2086. | #ifdef HAVE_STRINGS_H
  2087. | # include <strings.h>
  2088. | #endif
  2089. | #ifdef HAVE_INTTYPES_H
  2090. | # include <inttypes.h>
  2091. | #endif
  2092. | #ifdef HAVE_STDINT_H
  2093. | # include <stdint.h>
  2094. | #endif
  2095. | #ifdef HAVE_UNISTD_H
  2096. | # include <unistd.h>
  2097. | #endif
  2098. | int
  2099. | main ()
  2100. | {
  2101. | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
  2102. | test_array [0] = 0;
  2103. | return test_array [0];
  2104. |
  2105. | ;
  2106. | return 0;
  2107. | }
  2108. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2109. configure:15055: $? = 0
  2110. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2111. configure:15055: $? = 0
  2112. configure:15055: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2113. configure:15055: $? = 0
  2114. configure:15069: result: 4
  2115. configure:15083: checking size of ssize_t
  2116. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2117. configure:15088: $? = 0
  2118. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2119. conftest.c: In function 'main':
  2120. conftest.c:82:12: error: size of array 'test_array' is negative
  2121. configure:15088: $? = 1
  2122. configure: failed program was:
  2123. | /* confdefs.h */
  2124. | #define PACKAGE_NAME "mpg123"
  2125. | #define PACKAGE_TARNAME "mpg123"
  2126. | #define PACKAGE_VERSION "1.17.0"
  2127. | #define PACKAGE_STRING "mpg123 1.17.0"
  2128. | #define PACKAGE_BUGREPORT "[email protected]"
  2129. | #define PACKAGE_URL ""
  2130. | #define PACKAGE "mpg123"
  2131. | #define VERSION "1.17.0"
  2132. | #define STDC_HEADERS 1
  2133. | #define HAVE_SYS_TYPES_H 1
  2134. | #define HAVE_SYS_STAT_H 1
  2135. | #define HAVE_STDLIB_H 1
  2136. | #define HAVE_STRING_H 1
  2137. | #define HAVE_MEMORY_H 1
  2138. | #define HAVE_STRINGS_H 1
  2139. | #define HAVE_INTTYPES_H 1
  2140. | #define HAVE_STDINT_H 1
  2141. | #define HAVE_UNISTD_H 1
  2142. | #define DYNAMIC_BUILD 1
  2143. | #define HAVE_DLFCN_H 1
  2144. | #define LT_OBJDIR ".libs/"
  2145. | #define GAPLESS 1
  2146. | #define USE_NEW_HUFFTABLE 1
  2147. | #define NO_32BIT 1
  2148. | #define NO_REAL 1
  2149. | #define MODULE_FILE_SUFFIX ".la"
  2150. | #define ASMALIGN_BALIGN 1
  2151. | #define STDC_HEADERS 1
  2152. | #define HAVE_STDIO_H 1
  2153. | #define HAVE_STDLIB_H 1
  2154. | #define HAVE_STRING_H 1
  2155. | #define HAVE_UNISTD_H 1
  2156. | #define HAVE_SCHED_H 1
  2157. | #define HAVE_SYS_IOCTL_H 1
  2158. | #define HAVE_SYS_TYPES_H 1
  2159. | #define HAVE_STDINT_H 1
  2160. | #define HAVE_LIMITS_H 1
  2161. | #define HAVE_INTTYPES_H 1
  2162. | #define HAVE_SYS_TIME_H 1
  2163. | #define HAVE_SYS_WAIT_H 1
  2164. | #define HAVE_SYS_RESOURCE_H 1
  2165. | #define HAVE_SIGNAL_H 1
  2166. | #define SIZEOF_SIZE_T 4
  2167. | /* end confdefs.h. */
  2168. | #include <stdio.h>
  2169. | #ifdef HAVE_SYS_TYPES_H
  2170. | # include <sys/types.h>
  2171. | #endif
  2172. | #ifdef HAVE_SYS_STAT_H
  2173. | # include <sys/stat.h>
  2174. | #endif
  2175. | #ifdef STDC_HEADERS
  2176. | # include <stdlib.h>
  2177. | # include <stddef.h>
  2178. | #else
  2179. | # ifdef HAVE_STDLIB_H
  2180. | # include <stdlib.h>
  2181. | # endif
  2182. | #endif
  2183. | #ifdef HAVE_STRING_H
  2184. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2185. | # include <memory.h>
  2186. | # endif
  2187. | # include <string.h>
  2188. | #endif
  2189. | #ifdef HAVE_STRINGS_H
  2190. | # include <strings.h>
  2191. | #endif
  2192. | #ifdef HAVE_INTTYPES_H
  2193. | # include <inttypes.h>
  2194. | #endif
  2195. | #ifdef HAVE_STDINT_H
  2196. | # include <stdint.h>
  2197. | #endif
  2198. | #ifdef HAVE_UNISTD_H
  2199. | # include <unistd.h>
  2200. | #endif
  2201. | int
  2202. | main ()
  2203. | {
  2204. | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
  2205. | test_array [0] = 0;
  2206. | return test_array [0];
  2207. |
  2208. | ;
  2209. | return 0;
  2210. | }
  2211. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2212. conftest.c: In function 'main':
  2213. conftest.c:82:12: error: size of array 'test_array' is negative
  2214. configure:15088: $? = 1
  2215. configure: failed program was:
  2216. | /* confdefs.h */
  2217. | #define PACKAGE_NAME "mpg123"
  2218. | #define PACKAGE_TARNAME "mpg123"
  2219. | #define PACKAGE_VERSION "1.17.0"
  2220. | #define PACKAGE_STRING "mpg123 1.17.0"
  2221. | #define PACKAGE_BUGREPORT "[email protected]"
  2222. | #define PACKAGE_URL ""
  2223. | #define PACKAGE "mpg123"
  2224. | #define VERSION "1.17.0"
  2225. | #define STDC_HEADERS 1
  2226. | #define HAVE_SYS_TYPES_H 1
  2227. | #define HAVE_SYS_STAT_H 1
  2228. | #define HAVE_STDLIB_H 1
  2229. | #define HAVE_STRING_H 1
  2230. | #define HAVE_MEMORY_H 1
  2231. | #define HAVE_STRINGS_H 1
  2232. | #define HAVE_INTTYPES_H 1
  2233. | #define HAVE_STDINT_H 1
  2234. | #define HAVE_UNISTD_H 1
  2235. | #define DYNAMIC_BUILD 1
  2236. | #define HAVE_DLFCN_H 1
  2237. | #define LT_OBJDIR ".libs/"
  2238. | #define GAPLESS 1
  2239. | #define USE_NEW_HUFFTABLE 1
  2240. | #define NO_32BIT 1
  2241. | #define NO_REAL 1
  2242. | #define MODULE_FILE_SUFFIX ".la"
  2243. | #define ASMALIGN_BALIGN 1
  2244. | #define STDC_HEADERS 1
  2245. | #define HAVE_STDIO_H 1
  2246. | #define HAVE_STDLIB_H 1
  2247. | #define HAVE_STRING_H 1
  2248. | #define HAVE_UNISTD_H 1
  2249. | #define HAVE_SCHED_H 1
  2250. | #define HAVE_SYS_IOCTL_H 1
  2251. | #define HAVE_SYS_TYPES_H 1
  2252. | #define HAVE_STDINT_H 1
  2253. | #define HAVE_LIMITS_H 1
  2254. | #define HAVE_INTTYPES_H 1
  2255. | #define HAVE_SYS_TIME_H 1
  2256. | #define HAVE_SYS_WAIT_H 1
  2257. | #define HAVE_SYS_RESOURCE_H 1
  2258. | #define HAVE_SIGNAL_H 1
  2259. | #define SIZEOF_SIZE_T 4
  2260. | /* end confdefs.h. */
  2261. | #include <stdio.h>
  2262. | #ifdef HAVE_SYS_TYPES_H
  2263. | # include <sys/types.h>
  2264. | #endif
  2265. | #ifdef HAVE_SYS_STAT_H
  2266. | # include <sys/stat.h>
  2267. | #endif
  2268. | #ifdef STDC_HEADERS
  2269. | # include <stdlib.h>
  2270. | # include <stddef.h>
  2271. | #else
  2272. | # ifdef HAVE_STDLIB_H
  2273. | # include <stdlib.h>
  2274. | # endif
  2275. | #endif
  2276. | #ifdef HAVE_STRING_H
  2277. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2278. | # include <memory.h>
  2279. | # endif
  2280. | # include <string.h>
  2281. | #endif
  2282. | #ifdef HAVE_STRINGS_H
  2283. | # include <strings.h>
  2284. | #endif
  2285. | #ifdef HAVE_INTTYPES_H
  2286. | # include <inttypes.h>
  2287. | #endif
  2288. | #ifdef HAVE_STDINT_H
  2289. | # include <stdint.h>
  2290. | #endif
  2291. | #ifdef HAVE_UNISTD_H
  2292. | # include <unistd.h>
  2293. | #endif
  2294. | int
  2295. | main ()
  2296. | {
  2297. | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
  2298. | test_array [0] = 0;
  2299. | return test_array [0];
  2300. |
  2301. | ;
  2302. | return 0;
  2303. | }
  2304. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2305. conftest.c: In function 'main':
  2306. conftest.c:82:12: error: size of array 'test_array' is negative
  2307. configure:15088: $? = 1
  2308. configure: failed program was:
  2309. | /* confdefs.h */
  2310. | #define PACKAGE_NAME "mpg123"
  2311. | #define PACKAGE_TARNAME "mpg123"
  2312. | #define PACKAGE_VERSION "1.17.0"
  2313. | #define PACKAGE_STRING "mpg123 1.17.0"
  2314. | #define PACKAGE_BUGREPORT "[email protected]"
  2315. | #define PACKAGE_URL ""
  2316. | #define PACKAGE "mpg123"
  2317. | #define VERSION "1.17.0"
  2318. | #define STDC_HEADERS 1
  2319. | #define HAVE_SYS_TYPES_H 1
  2320. | #define HAVE_SYS_STAT_H 1
  2321. | #define HAVE_STDLIB_H 1
  2322. | #define HAVE_STRING_H 1
  2323. | #define HAVE_MEMORY_H 1
  2324. | #define HAVE_STRINGS_H 1
  2325. | #define HAVE_INTTYPES_H 1
  2326. | #define HAVE_STDINT_H 1
  2327. | #define HAVE_UNISTD_H 1
  2328. | #define DYNAMIC_BUILD 1
  2329. | #define HAVE_DLFCN_H 1
  2330. | #define LT_OBJDIR ".libs/"
  2331. | #define GAPLESS 1
  2332. | #define USE_NEW_HUFFTABLE 1
  2333. | #define NO_32BIT 1
  2334. | #define NO_REAL 1
  2335. | #define MODULE_FILE_SUFFIX ".la"
  2336. | #define ASMALIGN_BALIGN 1
  2337. | #define STDC_HEADERS 1
  2338. | #define HAVE_STDIO_H 1
  2339. | #define HAVE_STDLIB_H 1
  2340. | #define HAVE_STRING_H 1
  2341. | #define HAVE_UNISTD_H 1
  2342. | #define HAVE_SCHED_H 1
  2343. | #define HAVE_SYS_IOCTL_H 1
  2344. | #define HAVE_SYS_TYPES_H 1
  2345. | #define HAVE_STDINT_H 1
  2346. | #define HAVE_LIMITS_H 1
  2347. | #define HAVE_INTTYPES_H 1
  2348. | #define HAVE_SYS_TIME_H 1
  2349. | #define HAVE_SYS_WAIT_H 1
  2350. | #define HAVE_SYS_RESOURCE_H 1
  2351. | #define HAVE_SIGNAL_H 1
  2352. | #define SIZEOF_SIZE_T 4
  2353. | /* end confdefs.h. */
  2354. | #include <stdio.h>
  2355. | #ifdef HAVE_SYS_TYPES_H
  2356. | # include <sys/types.h>
  2357. | #endif
  2358. | #ifdef HAVE_SYS_STAT_H
  2359. | # include <sys/stat.h>
  2360. | #endif
  2361. | #ifdef STDC_HEADERS
  2362. | # include <stdlib.h>
  2363. | # include <stddef.h>
  2364. | #else
  2365. | # ifdef HAVE_STDLIB_H
  2366. | # include <stdlib.h>
  2367. | # endif
  2368. | #endif
  2369. | #ifdef HAVE_STRING_H
  2370. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2371. | # include <memory.h>
  2372. | # endif
  2373. | # include <string.h>
  2374. | #endif
  2375. | #ifdef HAVE_STRINGS_H
  2376. | # include <strings.h>
  2377. | #endif
  2378. | #ifdef HAVE_INTTYPES_H
  2379. | # include <inttypes.h>
  2380. | #endif
  2381. | #ifdef HAVE_STDINT_H
  2382. | # include <stdint.h>
  2383. | #endif
  2384. | #ifdef HAVE_UNISTD_H
  2385. | # include <unistd.h>
  2386. | #endif
  2387. | int
  2388. | main ()
  2389. | {
  2390. | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
  2391. | test_array [0] = 0;
  2392. | return test_array [0];
  2393. |
  2394. | ;
  2395. | return 0;
  2396. | }
  2397. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2398. configure:15088: $? = 0
  2399. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2400. configure:15088: $? = 0
  2401. configure:15088: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2402. configure:15088: $? = 0
  2403. configure:15102: result: 4
  2404. configure:15116: checking size of off_t
  2405. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2406. configure:15121: $? = 0
  2407. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2408. conftest.c: In function 'main':
  2409. conftest.c:83:12: error: size of array 'test_array' is negative
  2410. configure:15121: $? = 1
  2411. configure: failed program was:
  2412. | /* confdefs.h */
  2413. | #define PACKAGE_NAME "mpg123"
  2414. | #define PACKAGE_TARNAME "mpg123"
  2415. | #define PACKAGE_VERSION "1.17.0"
  2416. | #define PACKAGE_STRING "mpg123 1.17.0"
  2417. | #define PACKAGE_BUGREPORT "[email protected]"
  2418. | #define PACKAGE_URL ""
  2419. | #define PACKAGE "mpg123"
  2420. | #define VERSION "1.17.0"
  2421. | #define STDC_HEADERS 1
  2422. | #define HAVE_SYS_TYPES_H 1
  2423. | #define HAVE_SYS_STAT_H 1
  2424. | #define HAVE_STDLIB_H 1
  2425. | #define HAVE_STRING_H 1
  2426. | #define HAVE_MEMORY_H 1
  2427. | #define HAVE_STRINGS_H 1
  2428. | #define HAVE_INTTYPES_H 1
  2429. | #define HAVE_STDINT_H 1
  2430. | #define HAVE_UNISTD_H 1
  2431. | #define DYNAMIC_BUILD 1
  2432. | #define HAVE_DLFCN_H 1
  2433. | #define LT_OBJDIR ".libs/"
  2434. | #define GAPLESS 1
  2435. | #define USE_NEW_HUFFTABLE 1
  2436. | #define NO_32BIT 1
  2437. | #define NO_REAL 1
  2438. | #define MODULE_FILE_SUFFIX ".la"
  2439. | #define ASMALIGN_BALIGN 1
  2440. | #define STDC_HEADERS 1
  2441. | #define HAVE_STDIO_H 1
  2442. | #define HAVE_STDLIB_H 1
  2443. | #define HAVE_STRING_H 1
  2444. | #define HAVE_UNISTD_H 1
  2445. | #define HAVE_SCHED_H 1
  2446. | #define HAVE_SYS_IOCTL_H 1
  2447. | #define HAVE_SYS_TYPES_H 1
  2448. | #define HAVE_STDINT_H 1
  2449. | #define HAVE_LIMITS_H 1
  2450. | #define HAVE_INTTYPES_H 1
  2451. | #define HAVE_SYS_TIME_H 1
  2452. | #define HAVE_SYS_WAIT_H 1
  2453. | #define HAVE_SYS_RESOURCE_H 1
  2454. | #define HAVE_SIGNAL_H 1
  2455. | #define SIZEOF_SIZE_T 4
  2456. | #define SIZEOF_SSIZE_T 4
  2457. | /* end confdefs.h. */
  2458. | #include <stdio.h>
  2459. | #ifdef HAVE_SYS_TYPES_H
  2460. | # include <sys/types.h>
  2461. | #endif
  2462. | #ifdef HAVE_SYS_STAT_H
  2463. | # include <sys/stat.h>
  2464. | #endif
  2465. | #ifdef STDC_HEADERS
  2466. | # include <stdlib.h>
  2467. | # include <stddef.h>
  2468. | #else
  2469. | # ifdef HAVE_STDLIB_H
  2470. | # include <stdlib.h>
  2471. | # endif
  2472. | #endif
  2473. | #ifdef HAVE_STRING_H
  2474. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2475. | # include <memory.h>
  2476. | # endif
  2477. | # include <string.h>
  2478. | #endif
  2479. | #ifdef HAVE_STRINGS_H
  2480. | # include <strings.h>
  2481. | #endif
  2482. | #ifdef HAVE_INTTYPES_H
  2483. | # include <inttypes.h>
  2484. | #endif
  2485. | #ifdef HAVE_STDINT_H
  2486. | # include <stdint.h>
  2487. | #endif
  2488. | #ifdef HAVE_UNISTD_H
  2489. | # include <unistd.h>
  2490. | #endif
  2491. | int
  2492. | main ()
  2493. | {
  2494. | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
  2495. | test_array [0] = 0;
  2496. | return test_array [0];
  2497. |
  2498. | ;
  2499. | return 0;
  2500. | }
  2501. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2502. conftest.c: In function 'main':
  2503. conftest.c:83:12: error: size of array 'test_array' is negative
  2504. configure:15121: $? = 1
  2505. configure: failed program was:
  2506. | /* confdefs.h */
  2507. | #define PACKAGE_NAME "mpg123"
  2508. | #define PACKAGE_TARNAME "mpg123"
  2509. | #define PACKAGE_VERSION "1.17.0"
  2510. | #define PACKAGE_STRING "mpg123 1.17.0"
  2511. | #define PACKAGE_BUGREPORT "[email protected]"
  2512. | #define PACKAGE_URL ""
  2513. | #define PACKAGE "mpg123"
  2514. | #define VERSION "1.17.0"
  2515. | #define STDC_HEADERS 1
  2516. | #define HAVE_SYS_TYPES_H 1
  2517. | #define HAVE_SYS_STAT_H 1
  2518. | #define HAVE_STDLIB_H 1
  2519. | #define HAVE_STRING_H 1
  2520. | #define HAVE_MEMORY_H 1
  2521. | #define HAVE_STRINGS_H 1
  2522. | #define HAVE_INTTYPES_H 1
  2523. | #define HAVE_STDINT_H 1
  2524. | #define HAVE_UNISTD_H 1
  2525. | #define DYNAMIC_BUILD 1
  2526. | #define HAVE_DLFCN_H 1
  2527. | #define LT_OBJDIR ".libs/"
  2528. | #define GAPLESS 1
  2529. | #define USE_NEW_HUFFTABLE 1
  2530. | #define NO_32BIT 1
  2531. | #define NO_REAL 1
  2532. | #define MODULE_FILE_SUFFIX ".la"
  2533. | #define ASMALIGN_BALIGN 1
  2534. | #define STDC_HEADERS 1
  2535. | #define HAVE_STDIO_H 1
  2536. | #define HAVE_STDLIB_H 1
  2537. | #define HAVE_STRING_H 1
  2538. | #define HAVE_UNISTD_H 1
  2539. | #define HAVE_SCHED_H 1
  2540. | #define HAVE_SYS_IOCTL_H 1
  2541. | #define HAVE_SYS_TYPES_H 1
  2542. | #define HAVE_STDINT_H 1
  2543. | #define HAVE_LIMITS_H 1
  2544. | #define HAVE_INTTYPES_H 1
  2545. | #define HAVE_SYS_TIME_H 1
  2546. | #define HAVE_SYS_WAIT_H 1
  2547. | #define HAVE_SYS_RESOURCE_H 1
  2548. | #define HAVE_SIGNAL_H 1
  2549. | #define SIZEOF_SIZE_T 4
  2550. | #define SIZEOF_SSIZE_T 4
  2551. | /* end confdefs.h. */
  2552. | #include <stdio.h>
  2553. | #ifdef HAVE_SYS_TYPES_H
  2554. | # include <sys/types.h>
  2555. | #endif
  2556. | #ifdef HAVE_SYS_STAT_H
  2557. | # include <sys/stat.h>
  2558. | #endif
  2559. | #ifdef STDC_HEADERS
  2560. | # include <stdlib.h>
  2561. | # include <stddef.h>
  2562. | #else
  2563. | # ifdef HAVE_STDLIB_H
  2564. | # include <stdlib.h>
  2565. | # endif
  2566. | #endif
  2567. | #ifdef HAVE_STRING_H
  2568. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2569. | # include <memory.h>
  2570. | # endif
  2571. | # include <string.h>
  2572. | #endif
  2573. | #ifdef HAVE_STRINGS_H
  2574. | # include <strings.h>
  2575. | #endif
  2576. | #ifdef HAVE_INTTYPES_H
  2577. | # include <inttypes.h>
  2578. | #endif
  2579. | #ifdef HAVE_STDINT_H
  2580. | # include <stdint.h>
  2581. | #endif
  2582. | #ifdef HAVE_UNISTD_H
  2583. | # include <unistd.h>
  2584. | #endif
  2585. | int
  2586. | main ()
  2587. | {
  2588. | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
  2589. | test_array [0] = 0;
  2590. | return test_array [0];
  2591. |
  2592. | ;
  2593. | return 0;
  2594. | }
  2595. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2596. conftest.c: In function 'main':
  2597. conftest.c:83:12: error: size of array 'test_array' is negative
  2598. configure:15121: $? = 1
  2599. configure: failed program was:
  2600. | /* confdefs.h */
  2601. | #define PACKAGE_NAME "mpg123"
  2602. | #define PACKAGE_TARNAME "mpg123"
  2603. | #define PACKAGE_VERSION "1.17.0"
  2604. | #define PACKAGE_STRING "mpg123 1.17.0"
  2605. | #define PACKAGE_BUGREPORT "[email protected]"
  2606. | #define PACKAGE_URL ""
  2607. | #define PACKAGE "mpg123"
  2608. | #define VERSION "1.17.0"
  2609. | #define STDC_HEADERS 1
  2610. | #define HAVE_SYS_TYPES_H 1
  2611. | #define HAVE_SYS_STAT_H 1
  2612. | #define HAVE_STDLIB_H 1
  2613. | #define HAVE_STRING_H 1
  2614. | #define HAVE_MEMORY_H 1
  2615. | #define HAVE_STRINGS_H 1
  2616. | #define HAVE_INTTYPES_H 1
  2617. | #define HAVE_STDINT_H 1
  2618. | #define HAVE_UNISTD_H 1
  2619. | #define DYNAMIC_BUILD 1
  2620. | #define HAVE_DLFCN_H 1
  2621. | #define LT_OBJDIR ".libs/"
  2622. | #define GAPLESS 1
  2623. | #define USE_NEW_HUFFTABLE 1
  2624. | #define NO_32BIT 1
  2625. | #define NO_REAL 1
  2626. | #define MODULE_FILE_SUFFIX ".la"
  2627. | #define ASMALIGN_BALIGN 1
  2628. | #define STDC_HEADERS 1
  2629. | #define HAVE_STDIO_H 1
  2630. | #define HAVE_STDLIB_H 1
  2631. | #define HAVE_STRING_H 1
  2632. | #define HAVE_UNISTD_H 1
  2633. | #define HAVE_SCHED_H 1
  2634. | #define HAVE_SYS_IOCTL_H 1
  2635. | #define HAVE_SYS_TYPES_H 1
  2636. | #define HAVE_STDINT_H 1
  2637. | #define HAVE_LIMITS_H 1
  2638. | #define HAVE_INTTYPES_H 1
  2639. | #define HAVE_SYS_TIME_H 1
  2640. | #define HAVE_SYS_WAIT_H 1
  2641. | #define HAVE_SYS_RESOURCE_H 1
  2642. | #define HAVE_SIGNAL_H 1
  2643. | #define SIZEOF_SIZE_T 4
  2644. | #define SIZEOF_SSIZE_T 4
  2645. | /* end confdefs.h. */
  2646. | #include <stdio.h>
  2647. | #ifdef HAVE_SYS_TYPES_H
  2648. | # include <sys/types.h>
  2649. | #endif
  2650. | #ifdef HAVE_SYS_STAT_H
  2651. | # include <sys/stat.h>
  2652. | #endif
  2653. | #ifdef STDC_HEADERS
  2654. | # include <stdlib.h>
  2655. | # include <stddef.h>
  2656. | #else
  2657. | # ifdef HAVE_STDLIB_H
  2658. | # include <stdlib.h>
  2659. | # endif
  2660. | #endif
  2661. | #ifdef HAVE_STRING_H
  2662. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2663. | # include <memory.h>
  2664. | # endif
  2665. | # include <string.h>
  2666. | #endif
  2667. | #ifdef HAVE_STRINGS_H
  2668. | # include <strings.h>
  2669. | #endif
  2670. | #ifdef HAVE_INTTYPES_H
  2671. | # include <inttypes.h>
  2672. | #endif
  2673. | #ifdef HAVE_STDINT_H
  2674. | # include <stdint.h>
  2675. | #endif
  2676. | #ifdef HAVE_UNISTD_H
  2677. | # include <unistd.h>
  2678. | #endif
  2679. | int
  2680. | main ()
  2681. | {
  2682. | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
  2683. | test_array [0] = 0;
  2684. | return test_array [0];
  2685. |
  2686. | ;
  2687. | return 0;
  2688. | }
  2689. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2690. configure:15121: $? = 0
  2691. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2692. configure:15121: $? = 0
  2693. configure:15121: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2694. configure:15121: $? = 0
  2695. configure:15135: result: 4
  2696. configure:15149: checking size of int32_t
  2697. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2698. configure:15154: $? = 0
  2699. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2700. conftest.c: In function 'main':
  2701. conftest.c:84:12: error: size of array 'test_array' is negative
  2702. configure:15154: $? = 1
  2703. configure: failed program was:
  2704. | /* confdefs.h */
  2705. | #define PACKAGE_NAME "mpg123"
  2706. | #define PACKAGE_TARNAME "mpg123"
  2707. | #define PACKAGE_VERSION "1.17.0"
  2708. | #define PACKAGE_STRING "mpg123 1.17.0"
  2709. | #define PACKAGE_BUGREPORT "[email protected]"
  2710. | #define PACKAGE_URL ""
  2711. | #define PACKAGE "mpg123"
  2712. | #define VERSION "1.17.0"
  2713. | #define STDC_HEADERS 1
  2714. | #define HAVE_SYS_TYPES_H 1
  2715. | #define HAVE_SYS_STAT_H 1
  2716. | #define HAVE_STDLIB_H 1
  2717. | #define HAVE_STRING_H 1
  2718. | #define HAVE_MEMORY_H 1
  2719. | #define HAVE_STRINGS_H 1
  2720. | #define HAVE_INTTYPES_H 1
  2721. | #define HAVE_STDINT_H 1
  2722. | #define HAVE_UNISTD_H 1
  2723. | #define DYNAMIC_BUILD 1
  2724. | #define HAVE_DLFCN_H 1
  2725. | #define LT_OBJDIR ".libs/"
  2726. | #define GAPLESS 1
  2727. | #define USE_NEW_HUFFTABLE 1
  2728. | #define NO_32BIT 1
  2729. | #define NO_REAL 1
  2730. | #define MODULE_FILE_SUFFIX ".la"
  2731. | #define ASMALIGN_BALIGN 1
  2732. | #define STDC_HEADERS 1
  2733. | #define HAVE_STDIO_H 1
  2734. | #define HAVE_STDLIB_H 1
  2735. | #define HAVE_STRING_H 1
  2736. | #define HAVE_UNISTD_H 1
  2737. | #define HAVE_SCHED_H 1
  2738. | #define HAVE_SYS_IOCTL_H 1
  2739. | #define HAVE_SYS_TYPES_H 1
  2740. | #define HAVE_STDINT_H 1
  2741. | #define HAVE_LIMITS_H 1
  2742. | #define HAVE_INTTYPES_H 1
  2743. | #define HAVE_SYS_TIME_H 1
  2744. | #define HAVE_SYS_WAIT_H 1
  2745. | #define HAVE_SYS_RESOURCE_H 1
  2746. | #define HAVE_SIGNAL_H 1
  2747. | #define SIZEOF_SIZE_T 4
  2748. | #define SIZEOF_SSIZE_T 4
  2749. | #define SIZEOF_OFF_T 4
  2750. | /* end confdefs.h. */
  2751. | #include <stdio.h>
  2752. | #ifdef HAVE_SYS_TYPES_H
  2753. | # include <sys/types.h>
  2754. | #endif
  2755. | #ifdef HAVE_SYS_STAT_H
  2756. | # include <sys/stat.h>
  2757. | #endif
  2758. | #ifdef STDC_HEADERS
  2759. | # include <stdlib.h>
  2760. | # include <stddef.h>
  2761. | #else
  2762. | # ifdef HAVE_STDLIB_H
  2763. | # include <stdlib.h>
  2764. | # endif
  2765. | #endif
  2766. | #ifdef HAVE_STRING_H
  2767. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2768. | # include <memory.h>
  2769. | # endif
  2770. | # include <string.h>
  2771. | #endif
  2772. | #ifdef HAVE_STRINGS_H
  2773. | # include <strings.h>
  2774. | #endif
  2775. | #ifdef HAVE_INTTYPES_H
  2776. | # include <inttypes.h>
  2777. | #endif
  2778. | #ifdef HAVE_STDINT_H
  2779. | # include <stdint.h>
  2780. | #endif
  2781. | #ifdef HAVE_UNISTD_H
  2782. | # include <unistd.h>
  2783. | #endif
  2784. | int
  2785. | main ()
  2786. | {
  2787. | static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 0)];
  2788. | test_array [0] = 0;
  2789. | return test_array [0];
  2790. |
  2791. | ;
  2792. | return 0;
  2793. | }
  2794. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2795. conftest.c: In function 'main':
  2796. conftest.c:84:12: error: size of array 'test_array' is negative
  2797. configure:15154: $? = 1
  2798. configure: failed program was:
  2799. | /* confdefs.h */
  2800. | #define PACKAGE_NAME "mpg123"
  2801. | #define PACKAGE_TARNAME "mpg123"
  2802. | #define PACKAGE_VERSION "1.17.0"
  2803. | #define PACKAGE_STRING "mpg123 1.17.0"
  2804. | #define PACKAGE_BUGREPORT "[email protected]"
  2805. | #define PACKAGE_URL ""
  2806. | #define PACKAGE "mpg123"
  2807. | #define VERSION "1.17.0"
  2808. | #define STDC_HEADERS 1
  2809. | #define HAVE_SYS_TYPES_H 1
  2810. | #define HAVE_SYS_STAT_H 1
  2811. | #define HAVE_STDLIB_H 1
  2812. | #define HAVE_STRING_H 1
  2813. | #define HAVE_MEMORY_H 1
  2814. | #define HAVE_STRINGS_H 1
  2815. | #define HAVE_INTTYPES_H 1
  2816. | #define HAVE_STDINT_H 1
  2817. | #define HAVE_UNISTD_H 1
  2818. | #define DYNAMIC_BUILD 1
  2819. | #define HAVE_DLFCN_H 1
  2820. | #define LT_OBJDIR ".libs/"
  2821. | #define GAPLESS 1
  2822. | #define USE_NEW_HUFFTABLE 1
  2823. | #define NO_32BIT 1
  2824. | #define NO_REAL 1
  2825. | #define MODULE_FILE_SUFFIX ".la"
  2826. | #define ASMALIGN_BALIGN 1
  2827. | #define STDC_HEADERS 1
  2828. | #define HAVE_STDIO_H 1
  2829. | #define HAVE_STDLIB_H 1
  2830. | #define HAVE_STRING_H 1
  2831. | #define HAVE_UNISTD_H 1
  2832. | #define HAVE_SCHED_H 1
  2833. | #define HAVE_SYS_IOCTL_H 1
  2834. | #define HAVE_SYS_TYPES_H 1
  2835. | #define HAVE_STDINT_H 1
  2836. | #define HAVE_LIMITS_H 1
  2837. | #define HAVE_INTTYPES_H 1
  2838. | #define HAVE_SYS_TIME_H 1
  2839. | #define HAVE_SYS_WAIT_H 1
  2840. | #define HAVE_SYS_RESOURCE_H 1
  2841. | #define HAVE_SIGNAL_H 1
  2842. | #define SIZEOF_SIZE_T 4
  2843. | #define SIZEOF_SSIZE_T 4
  2844. | #define SIZEOF_OFF_T 4
  2845. | /* end confdefs.h. */
  2846. | #include <stdio.h>
  2847. | #ifdef HAVE_SYS_TYPES_H
  2848. | # include <sys/types.h>
  2849. | #endif
  2850. | #ifdef HAVE_SYS_STAT_H
  2851. | # include <sys/stat.h>
  2852. | #endif
  2853. | #ifdef STDC_HEADERS
  2854. | # include <stdlib.h>
  2855. | # include <stddef.h>
  2856. | #else
  2857. | # ifdef HAVE_STDLIB_H
  2858. | # include <stdlib.h>
  2859. | # endif
  2860. | #endif
  2861. | #ifdef HAVE_STRING_H
  2862. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2863. | # include <memory.h>
  2864. | # endif
  2865. | # include <string.h>
  2866. | #endif
  2867. | #ifdef HAVE_STRINGS_H
  2868. | # include <strings.h>
  2869. | #endif
  2870. | #ifdef HAVE_INTTYPES_H
  2871. | # include <inttypes.h>
  2872. | #endif
  2873. | #ifdef HAVE_STDINT_H
  2874. | # include <stdint.h>
  2875. | #endif
  2876. | #ifdef HAVE_UNISTD_H
  2877. | # include <unistd.h>
  2878. | #endif
  2879. | int
  2880. | main ()
  2881. | {
  2882. | static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 1)];
  2883. | test_array [0] = 0;
  2884. | return test_array [0];
  2885. |
  2886. | ;
  2887. | return 0;
  2888. | }
  2889. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2890. conftest.c: In function 'main':
  2891. conftest.c:84:12: error: size of array 'test_array' is negative
  2892. configure:15154: $? = 1
  2893. configure: failed program was:
  2894. | /* confdefs.h */
  2895. | #define PACKAGE_NAME "mpg123"
  2896. | #define PACKAGE_TARNAME "mpg123"
  2897. | #define PACKAGE_VERSION "1.17.0"
  2898. | #define PACKAGE_STRING "mpg123 1.17.0"
  2899. | #define PACKAGE_BUGREPORT "[email protected]"
  2900. | #define PACKAGE_URL ""
  2901. | #define PACKAGE "mpg123"
  2902. | #define VERSION "1.17.0"
  2903. | #define STDC_HEADERS 1
  2904. | #define HAVE_SYS_TYPES_H 1
  2905. | #define HAVE_SYS_STAT_H 1
  2906. | #define HAVE_STDLIB_H 1
  2907. | #define HAVE_STRING_H 1
  2908. | #define HAVE_MEMORY_H 1
  2909. | #define HAVE_STRINGS_H 1
  2910. | #define HAVE_INTTYPES_H 1
  2911. | #define HAVE_STDINT_H 1
  2912. | #define HAVE_UNISTD_H 1
  2913. | #define DYNAMIC_BUILD 1
  2914. | #define HAVE_DLFCN_H 1
  2915. | #define LT_OBJDIR ".libs/"
  2916. | #define GAPLESS 1
  2917. | #define USE_NEW_HUFFTABLE 1
  2918. | #define NO_32BIT 1
  2919. | #define NO_REAL 1
  2920. | #define MODULE_FILE_SUFFIX ".la"
  2921. | #define ASMALIGN_BALIGN 1
  2922. | #define STDC_HEADERS 1
  2923. | #define HAVE_STDIO_H 1
  2924. | #define HAVE_STDLIB_H 1
  2925. | #define HAVE_STRING_H 1
  2926. | #define HAVE_UNISTD_H 1
  2927. | #define HAVE_SCHED_H 1
  2928. | #define HAVE_SYS_IOCTL_H 1
  2929. | #define HAVE_SYS_TYPES_H 1
  2930. | #define HAVE_STDINT_H 1
  2931. | #define HAVE_LIMITS_H 1
  2932. | #define HAVE_INTTYPES_H 1
  2933. | #define HAVE_SYS_TIME_H 1
  2934. | #define HAVE_SYS_WAIT_H 1
  2935. | #define HAVE_SYS_RESOURCE_H 1
  2936. | #define HAVE_SIGNAL_H 1
  2937. | #define SIZEOF_SIZE_T 4
  2938. | #define SIZEOF_SSIZE_T 4
  2939. | #define SIZEOF_OFF_T 4
  2940. | /* end confdefs.h. */
  2941. | #include <stdio.h>
  2942. | #ifdef HAVE_SYS_TYPES_H
  2943. | # include <sys/types.h>
  2944. | #endif
  2945. | #ifdef HAVE_SYS_STAT_H
  2946. | # include <sys/stat.h>
  2947. | #endif
  2948. | #ifdef STDC_HEADERS
  2949. | # include <stdlib.h>
  2950. | # include <stddef.h>
  2951. | #else
  2952. | # ifdef HAVE_STDLIB_H
  2953. | # include <stdlib.h>
  2954. | # endif
  2955. | #endif
  2956. | #ifdef HAVE_STRING_H
  2957. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2958. | # include <memory.h>
  2959. | # endif
  2960. | # include <string.h>
  2961. | #endif
  2962. | #ifdef HAVE_STRINGS_H
  2963. | # include <strings.h>
  2964. | #endif
  2965. | #ifdef HAVE_INTTYPES_H
  2966. | # include <inttypes.h>
  2967. | #endif
  2968. | #ifdef HAVE_STDINT_H
  2969. | # include <stdint.h>
  2970. | #endif
  2971. | #ifdef HAVE_UNISTD_H
  2972. | # include <unistd.h>
  2973. | #endif
  2974. | int
  2975. | main ()
  2976. | {
  2977. | static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 3)];
  2978. | test_array [0] = 0;
  2979. | return test_array [0];
  2980. |
  2981. | ;
  2982. | return 0;
  2983. | }
  2984. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2985. configure:15154: $? = 0
  2986. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2987. configure:15154: $? = 0
  2988. configure:15154: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2989. configure:15154: $? = 0
  2990. configure:15168: result: 4
  2991. configure:15182: checking size of long
  2992. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2993. configure:15187: $? = 0
  2994. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  2995. conftest.c: In function 'main':
  2996. conftest.c:85:12: error: size of array 'test_array' is negative
  2997. configure:15187: $? = 1
  2998. configure: failed program was:
  2999. | /* confdefs.h */
  3000. | #define PACKAGE_NAME "mpg123"
  3001. | #define PACKAGE_TARNAME "mpg123"
  3002. | #define PACKAGE_VERSION "1.17.0"
  3003. | #define PACKAGE_STRING "mpg123 1.17.0"
  3004. | #define PACKAGE_BUGREPORT "[email protected]"
  3005. | #define PACKAGE_URL ""
  3006. | #define PACKAGE "mpg123"
  3007. | #define VERSION "1.17.0"
  3008. | #define STDC_HEADERS 1
  3009. | #define HAVE_SYS_TYPES_H 1
  3010. | #define HAVE_SYS_STAT_H 1
  3011. | #define HAVE_STDLIB_H 1
  3012. | #define HAVE_STRING_H 1
  3013. | #define HAVE_MEMORY_H 1
  3014. | #define HAVE_STRINGS_H 1
  3015. | #define HAVE_INTTYPES_H 1
  3016. | #define HAVE_STDINT_H 1
  3017. | #define HAVE_UNISTD_H 1
  3018. | #define DYNAMIC_BUILD 1
  3019. | #define HAVE_DLFCN_H 1
  3020. | #define LT_OBJDIR ".libs/"
  3021. | #define GAPLESS 1
  3022. | #define USE_NEW_HUFFTABLE 1
  3023. | #define NO_32BIT 1
  3024. | #define NO_REAL 1
  3025. | #define MODULE_FILE_SUFFIX ".la"
  3026. | #define ASMALIGN_BALIGN 1
  3027. | #define STDC_HEADERS 1
  3028. | #define HAVE_STDIO_H 1
  3029. | #define HAVE_STDLIB_H 1
  3030. | #define HAVE_STRING_H 1
  3031. | #define HAVE_UNISTD_H 1
  3032. | #define HAVE_SCHED_H 1
  3033. | #define HAVE_SYS_IOCTL_H 1
  3034. | #define HAVE_SYS_TYPES_H 1
  3035. | #define HAVE_STDINT_H 1
  3036. | #define HAVE_LIMITS_H 1
  3037. | #define HAVE_INTTYPES_H 1
  3038. | #define HAVE_SYS_TIME_H 1
  3039. | #define HAVE_SYS_WAIT_H 1
  3040. | #define HAVE_SYS_RESOURCE_H 1
  3041. | #define HAVE_SIGNAL_H 1
  3042. | #define SIZEOF_SIZE_T 4
  3043. | #define SIZEOF_SSIZE_T 4
  3044. | #define SIZEOF_OFF_T 4
  3045. | #define SIZEOF_INT32_T 4
  3046. | /* end confdefs.h. */
  3047. | #include <stdio.h>
  3048. | #ifdef HAVE_SYS_TYPES_H
  3049. | # include <sys/types.h>
  3050. | #endif
  3051. | #ifdef HAVE_SYS_STAT_H
  3052. | # include <sys/stat.h>
  3053. | #endif
  3054. | #ifdef STDC_HEADERS
  3055. | # include <stdlib.h>
  3056. | # include <stddef.h>
  3057. | #else
  3058. | # ifdef HAVE_STDLIB_H
  3059. | # include <stdlib.h>
  3060. | # endif
  3061. | #endif
  3062. | #ifdef HAVE_STRING_H
  3063. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3064. | # include <memory.h>
  3065. | # endif
  3066. | # include <string.h>
  3067. | #endif
  3068. | #ifdef HAVE_STRINGS_H
  3069. | # include <strings.h>
  3070. | #endif
  3071. | #ifdef HAVE_INTTYPES_H
  3072. | # include <inttypes.h>
  3073. | #endif
  3074. | #ifdef HAVE_STDINT_H
  3075. | # include <stdint.h>
  3076. | #endif
  3077. | #ifdef HAVE_UNISTD_H
  3078. | # include <unistd.h>
  3079. | #endif
  3080. | int
  3081. | main ()
  3082. | {
  3083. | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
  3084. | test_array [0] = 0;
  3085. | return test_array [0];
  3086. |
  3087. | ;
  3088. | return 0;
  3089. | }
  3090. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3091. conftest.c: In function 'main':
  3092. conftest.c:85:12: error: size of array 'test_array' is negative
  3093. configure:15187: $? = 1
  3094. configure: failed program was:
  3095. | /* confdefs.h */
  3096. | #define PACKAGE_NAME "mpg123"
  3097. | #define PACKAGE_TARNAME "mpg123"
  3098. | #define PACKAGE_VERSION "1.17.0"
  3099. | #define PACKAGE_STRING "mpg123 1.17.0"
  3100. | #define PACKAGE_BUGREPORT "[email protected]"
  3101. | #define PACKAGE_URL ""
  3102. | #define PACKAGE "mpg123"
  3103. | #define VERSION "1.17.0"
  3104. | #define STDC_HEADERS 1
  3105. | #define HAVE_SYS_TYPES_H 1
  3106. | #define HAVE_SYS_STAT_H 1
  3107. | #define HAVE_STDLIB_H 1
  3108. | #define HAVE_STRING_H 1
  3109. | #define HAVE_MEMORY_H 1
  3110. | #define HAVE_STRINGS_H 1
  3111. | #define HAVE_INTTYPES_H 1
  3112. | #define HAVE_STDINT_H 1
  3113. | #define HAVE_UNISTD_H 1
  3114. | #define DYNAMIC_BUILD 1
  3115. | #define HAVE_DLFCN_H 1
  3116. | #define LT_OBJDIR ".libs/"
  3117. | #define GAPLESS 1
  3118. | #define USE_NEW_HUFFTABLE 1
  3119. | #define NO_32BIT 1
  3120. | #define NO_REAL 1
  3121. | #define MODULE_FILE_SUFFIX ".la"
  3122. | #define ASMALIGN_BALIGN 1
  3123. | #define STDC_HEADERS 1
  3124. | #define HAVE_STDIO_H 1
  3125. | #define HAVE_STDLIB_H 1
  3126. | #define HAVE_STRING_H 1
  3127. | #define HAVE_UNISTD_H 1
  3128. | #define HAVE_SCHED_H 1
  3129. | #define HAVE_SYS_IOCTL_H 1
  3130. | #define HAVE_SYS_TYPES_H 1
  3131. | #define HAVE_STDINT_H 1
  3132. | #define HAVE_LIMITS_H 1
  3133. | #define HAVE_INTTYPES_H 1
  3134. | #define HAVE_SYS_TIME_H 1
  3135. | #define HAVE_SYS_WAIT_H 1
  3136. | #define HAVE_SYS_RESOURCE_H 1
  3137. | #define HAVE_SIGNAL_H 1
  3138. | #define SIZEOF_SIZE_T 4
  3139. | #define SIZEOF_SSIZE_T 4
  3140. | #define SIZEOF_OFF_T 4
  3141. | #define SIZEOF_INT32_T 4
  3142. | /* end confdefs.h. */
  3143. | #include <stdio.h>
  3144. | #ifdef HAVE_SYS_TYPES_H
  3145. | # include <sys/types.h>
  3146. | #endif
  3147. | #ifdef HAVE_SYS_STAT_H
  3148. | # include <sys/stat.h>
  3149. | #endif
  3150. | #ifdef STDC_HEADERS
  3151. | # include <stdlib.h>
  3152. | # include <stddef.h>
  3153. | #else
  3154. | # ifdef HAVE_STDLIB_H
  3155. | # include <stdlib.h>
  3156. | # endif
  3157. | #endif
  3158. | #ifdef HAVE_STRING_H
  3159. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3160. | # include <memory.h>
  3161. | # endif
  3162. | # include <string.h>
  3163. | #endif
  3164. | #ifdef HAVE_STRINGS_H
  3165. | # include <strings.h>
  3166. | #endif
  3167. | #ifdef HAVE_INTTYPES_H
  3168. | # include <inttypes.h>
  3169. | #endif
  3170. | #ifdef HAVE_STDINT_H
  3171. | # include <stdint.h>
  3172. | #endif
  3173. | #ifdef HAVE_UNISTD_H
  3174. | # include <unistd.h>
  3175. | #endif
  3176. | int
  3177. | main ()
  3178. | {
  3179. | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
  3180. | test_array [0] = 0;
  3181. | return test_array [0];
  3182. |
  3183. | ;
  3184. | return 0;
  3185. | }
  3186. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3187. conftest.c: In function 'main':
  3188. conftest.c:85:12: error: size of array 'test_array' is negative
  3189. configure:15187: $? = 1
  3190. configure: failed program was:
  3191. | /* confdefs.h */
  3192. | #define PACKAGE_NAME "mpg123"
  3193. | #define PACKAGE_TARNAME "mpg123"
  3194. | #define PACKAGE_VERSION "1.17.0"
  3195. | #define PACKAGE_STRING "mpg123 1.17.0"
  3196. | #define PACKAGE_BUGREPORT "[email protected]"
  3197. | #define PACKAGE_URL ""
  3198. | #define PACKAGE "mpg123"
  3199. | #define VERSION "1.17.0"
  3200. | #define STDC_HEADERS 1
  3201. | #define HAVE_SYS_TYPES_H 1
  3202. | #define HAVE_SYS_STAT_H 1
  3203. | #define HAVE_STDLIB_H 1
  3204. | #define HAVE_STRING_H 1
  3205. | #define HAVE_MEMORY_H 1
  3206. | #define HAVE_STRINGS_H 1
  3207. | #define HAVE_INTTYPES_H 1
  3208. | #define HAVE_STDINT_H 1
  3209. | #define HAVE_UNISTD_H 1
  3210. | #define DYNAMIC_BUILD 1
  3211. | #define HAVE_DLFCN_H 1
  3212. | #define LT_OBJDIR ".libs/"
  3213. | #define GAPLESS 1
  3214. | #define USE_NEW_HUFFTABLE 1
  3215. | #define NO_32BIT 1
  3216. | #define NO_REAL 1
  3217. | #define MODULE_FILE_SUFFIX ".la"
  3218. | #define ASMALIGN_BALIGN 1
  3219. | #define STDC_HEADERS 1
  3220. | #define HAVE_STDIO_H 1
  3221. | #define HAVE_STDLIB_H 1
  3222. | #define HAVE_STRING_H 1
  3223. | #define HAVE_UNISTD_H 1
  3224. | #define HAVE_SCHED_H 1
  3225. | #define HAVE_SYS_IOCTL_H 1
  3226. | #define HAVE_SYS_TYPES_H 1
  3227. | #define HAVE_STDINT_H 1
  3228. | #define HAVE_LIMITS_H 1
  3229. | #define HAVE_INTTYPES_H 1
  3230. | #define HAVE_SYS_TIME_H 1
  3231. | #define HAVE_SYS_WAIT_H 1
  3232. | #define HAVE_SYS_RESOURCE_H 1
  3233. | #define HAVE_SIGNAL_H 1
  3234. | #define SIZEOF_SIZE_T 4
  3235. | #define SIZEOF_SSIZE_T 4
  3236. | #define SIZEOF_OFF_T 4
  3237. | #define SIZEOF_INT32_T 4
  3238. | /* end confdefs.h. */
  3239. | #include <stdio.h>
  3240. | #ifdef HAVE_SYS_TYPES_H
  3241. | # include <sys/types.h>
  3242. | #endif
  3243. | #ifdef HAVE_SYS_STAT_H
  3244. | # include <sys/stat.h>
  3245. | #endif
  3246. | #ifdef STDC_HEADERS
  3247. | # include <stdlib.h>
  3248. | # include <stddef.h>
  3249. | #else
  3250. | # ifdef HAVE_STDLIB_H
  3251. | # include <stdlib.h>
  3252. | # endif
  3253. | #endif
  3254. | #ifdef HAVE_STRING_H
  3255. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3256. | # include <memory.h>
  3257. | # endif
  3258. | # include <string.h>
  3259. | #endif
  3260. | #ifdef HAVE_STRINGS_H
  3261. | # include <strings.h>
  3262. | #endif
  3263. | #ifdef HAVE_INTTYPES_H
  3264. | # include <inttypes.h>
  3265. | #endif
  3266. | #ifdef HAVE_STDINT_H
  3267. | # include <stdint.h>
  3268. | #endif
  3269. | #ifdef HAVE_UNISTD_H
  3270. | # include <unistd.h>
  3271. | #endif
  3272. | int
  3273. | main ()
  3274. | {
  3275. | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
  3276. | test_array [0] = 0;
  3277. | return test_array [0];
  3278. |
  3279. | ;
  3280. | return 0;
  3281. | }
  3282. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3283. configure:15187: $? = 0
  3284. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3285. configure:15187: $? = 0
  3286. configure:15187: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3287. configure:15187: $? = 0
  3288. configure:15201: result: 4
  3289. configure:15258: checking if we want to enable alias wrappers for largefile
  3290. configure:15261: result: yes
  3291. configure:15279: checking for stdlib.h
  3292. configure:15279: result: yes
  3293. configure:15279: checking for unistd.h
  3294. configure:15279: result: yes
  3295. configure:15279: checking for sys/param.h
  3296. configure:15279: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3297. configure:15279: $? = 0
  3298. configure:15279: result: yes
  3299. configure:15299: checking for getpagesize
  3300. configure:15299: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3301. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccWsuoQr.o: in function main:conftest.c:89: error: undefined reference to 'getpagesize'
  3302. collect2: ld returned 1 exit status
  3303. configure:15299: $? = 1
  3304. configure: failed program was:
  3305. | /* confdefs.h */
  3306. | #define PACKAGE_NAME "mpg123"
  3307. | #define PACKAGE_TARNAME "mpg123"
  3308. | #define PACKAGE_VERSION "1.17.0"
  3309. | #define PACKAGE_STRING "mpg123 1.17.0"
  3310. | #define PACKAGE_BUGREPORT "[email protected]"
  3311. | #define PACKAGE_URL ""
  3312. | #define PACKAGE "mpg123"
  3313. | #define VERSION "1.17.0"
  3314. | #define STDC_HEADERS 1
  3315. | #define HAVE_SYS_TYPES_H 1
  3316. | #define HAVE_SYS_STAT_H 1
  3317. | #define HAVE_STDLIB_H 1
  3318. | #define HAVE_STRING_H 1
  3319. | #define HAVE_MEMORY_H 1
  3320. | #define HAVE_STRINGS_H 1
  3321. | #define HAVE_INTTYPES_H 1
  3322. | #define HAVE_STDINT_H 1
  3323. | #define HAVE_UNISTD_H 1
  3324. | #define DYNAMIC_BUILD 1
  3325. | #define HAVE_DLFCN_H 1
  3326. | #define LT_OBJDIR ".libs/"
  3327. | #define GAPLESS 1
  3328. | #define USE_NEW_HUFFTABLE 1
  3329. | #define NO_32BIT 1
  3330. | #define NO_REAL 1
  3331. | #define MODULE_FILE_SUFFIX ".la"
  3332. | #define ASMALIGN_BALIGN 1
  3333. | #define STDC_HEADERS 1
  3334. | #define HAVE_STDIO_H 1
  3335. | #define HAVE_STDLIB_H 1
  3336. | #define HAVE_STRING_H 1
  3337. | #define HAVE_UNISTD_H 1
  3338. | #define HAVE_SCHED_H 1
  3339. | #define HAVE_SYS_IOCTL_H 1
  3340. | #define HAVE_SYS_TYPES_H 1
  3341. | #define HAVE_STDINT_H 1
  3342. | #define HAVE_LIMITS_H 1
  3343. | #define HAVE_INTTYPES_H 1
  3344. | #define HAVE_SYS_TIME_H 1
  3345. | #define HAVE_SYS_WAIT_H 1
  3346. | #define HAVE_SYS_RESOURCE_H 1
  3347. | #define HAVE_SIGNAL_H 1
  3348. | #define SIZEOF_SIZE_T 4
  3349. | #define SIZEOF_SSIZE_T 4
  3350. | #define SIZEOF_OFF_T 4
  3351. | #define SIZEOF_INT32_T 4
  3352. | #define SIZEOF_LONG 4
  3353. | #define lfs_alias_t off_t
  3354. | #define LFS_ALIAS_BITS 32
  3355. | #define HAVE_STDLIB_H 1
  3356. | #define HAVE_UNISTD_H 1
  3357. | #define HAVE_SYS_PARAM_H 1
  3358. | /* end confdefs.h. */
  3359. | /* Define getpagesize to an innocuous variant, in case <limits.h> declares getpagesize.
  3360. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3361. | #define getpagesize innocuous_getpagesize
  3362. |
  3363. | /* System header to define __stub macros and hopefully few prototypes,
  3364. | which can conflict with char getpagesize (); below.
  3365. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3366. | <limits.h> exists even on freestanding compilers. */
  3367. |
  3368. | #ifdef __STDC__
  3369. | # include <limits.h>
  3370. | #else
  3371. | # include <assert.h>
  3372. | #endif
  3373. |
  3374. | #undef getpagesize
  3375. |
  3376. | /* Override any GCC internal prototype to avoid an error.
  3377. | Use char because int might match the return type of a GCC
  3378. | builtin and then its argument prototype would still apply. */
  3379. | #ifdef __cplusplus
  3380. | extern "C"
  3381. | #endif
  3382. | char getpagesize ();
  3383. | /* The GNU C library defines this for functions which it implements
  3384. | to always fail with ENOSYS. Some functions are actually named
  3385. | something starting with __ and the normal name is an alias. */
  3386. | #if defined __stub_getpagesize || defined __stub___getpagesize
  3387. | choke me
  3388. | #endif
  3389. |
  3390. | int
  3391. | main ()
  3392. | {
  3393. | return getpagesize ();
  3394. | ;
  3395. | return 0;
  3396. | }
  3397. configure:15299: result: no
  3398. configure:15308: checking for working mmap
  3399. configure:15465: result: no
  3400. configure:15476: checking POSIX termios
  3401. configure:15496: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3402. configure:15496: $? = 0
  3403. configure:15504: result: yes
  3404. configure:15518: checking for random
  3405. configure:15518: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3406. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccMJcYzS.o: in function main:conftest.c:90: error: undefined reference to 'random'
  3407. collect2: ld returned 1 exit status
  3408. configure:15518: $? = 1
  3409. configure: failed program was:
  3410. | /* confdefs.h */
  3411. | #define PACKAGE_NAME "mpg123"
  3412. | #define PACKAGE_TARNAME "mpg123"
  3413. | #define PACKAGE_VERSION "1.17.0"
  3414. | #define PACKAGE_STRING "mpg123 1.17.0"
  3415. | #define PACKAGE_BUGREPORT "[email protected]"
  3416. | #define PACKAGE_URL ""
  3417. | #define PACKAGE "mpg123"
  3418. | #define VERSION "1.17.0"
  3419. | #define STDC_HEADERS 1
  3420. | #define HAVE_SYS_TYPES_H 1
  3421. | #define HAVE_SYS_STAT_H 1
  3422. | #define HAVE_STDLIB_H 1
  3423. | #define HAVE_STRING_H 1
  3424. | #define HAVE_MEMORY_H 1
  3425. | #define HAVE_STRINGS_H 1
  3426. | #define HAVE_INTTYPES_H 1
  3427. | #define HAVE_STDINT_H 1
  3428. | #define HAVE_UNISTD_H 1
  3429. | #define DYNAMIC_BUILD 1
  3430. | #define HAVE_DLFCN_H 1
  3431. | #define LT_OBJDIR ".libs/"
  3432. | #define GAPLESS 1
  3433. | #define USE_NEW_HUFFTABLE 1
  3434. | #define NO_32BIT 1
  3435. | #define NO_REAL 1
  3436. | #define MODULE_FILE_SUFFIX ".la"
  3437. | #define ASMALIGN_BALIGN 1
  3438. | #define STDC_HEADERS 1
  3439. | #define HAVE_STDIO_H 1
  3440. | #define HAVE_STDLIB_H 1
  3441. | #define HAVE_STRING_H 1
  3442. | #define HAVE_UNISTD_H 1
  3443. | #define HAVE_SCHED_H 1
  3444. | #define HAVE_SYS_IOCTL_H 1
  3445. | #define HAVE_SYS_TYPES_H 1
  3446. | #define HAVE_STDINT_H 1
  3447. | #define HAVE_LIMITS_H 1
  3448. | #define HAVE_INTTYPES_H 1
  3449. | #define HAVE_SYS_TIME_H 1
  3450. | #define HAVE_SYS_WAIT_H 1
  3451. | #define HAVE_SYS_RESOURCE_H 1
  3452. | #define HAVE_SIGNAL_H 1
  3453. | #define SIZEOF_SIZE_T 4
  3454. | #define SIZEOF_SSIZE_T 4
  3455. | #define SIZEOF_OFF_T 4
  3456. | #define SIZEOF_INT32_T 4
  3457. | #define SIZEOF_LONG 4
  3458. | #define lfs_alias_t off_t
  3459. | #define LFS_ALIAS_BITS 32
  3460. | #define HAVE_STDLIB_H 1
  3461. | #define HAVE_UNISTD_H 1
  3462. | #define HAVE_SYS_PARAM_H 1
  3463. | #define HAVE_TERMIOS 1
  3464. | /* end confdefs.h. */
  3465. | /* Define random to an innocuous variant, in case <limits.h> declares random.
  3466. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3467. | #define random innocuous_random
  3468. |
  3469. | /* System header to define __stub macros and hopefully few prototypes,
  3470. | which can conflict with char random (); below.
  3471. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3472. | <limits.h> exists even on freestanding compilers. */
  3473. |
  3474. | #ifdef __STDC__
  3475. | # include <limits.h>
  3476. | #else
  3477. | # include <assert.h>
  3478. | #endif
  3479. |
  3480. | #undef random
  3481. |
  3482. | /* Override any GCC internal prototype to avoid an error.
  3483. | Use char because int might match the return type of a GCC
  3484. | builtin and then its argument prototype would still apply. */
  3485. | #ifdef __cplusplus
  3486. | extern "C"
  3487. | #endif
  3488. | char random ();
  3489. | /* The GNU C library defines this for functions which it implements
  3490. | to always fail with ENOSYS. Some functions are actually named
  3491. | something starting with __ and the normal name is an alias. */
  3492. | #if defined __stub_random || defined __stub___random
  3493. | choke me
  3494. | #endif
  3495. |
  3496. | int
  3497. | main ()
  3498. | {
  3499. | return random ();
  3500. | ;
  3501. | return 0;
  3502. | }
  3503. configure:15518: result: no
  3504. configure:15532: checking for sched_setscheduler
  3505. configure:15532: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3506. configure:15532: $? = 0
  3507. configure:15532: result: yes
  3508. configure:15532: checking for setuid
  3509. configure:15532: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3510. configure:15532: $? = 0
  3511. configure:15532: result: yes
  3512. configure:15532: checking for getuid
  3513. configure:15532: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3514. configure:15532: $? = 0
  3515. configure:15532: result: yes
  3516. configure:15546: checking for setpriority
  3517. configure:15546: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3518. configure:15546: $? = 0
  3519. configure:15546: result: yes
  3520. configure:15559: checking for strerror
  3521. configure:15559: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3522. configure:15559: $? = 0
  3523. configure:15559: result: yes
  3524. configure:15572: checking for setlocale
  3525. configure:15572: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3526. configure:15572: $? = 0
  3527. configure:15572: result: yes
  3528. configure:15572: checking for nl_langinfo
  3529. configure:15572: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3530. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccuXtJjQ.o: in function main:conftest.c:96: error: undefined reference to 'nl_langinfo'
  3531. collect2: ld returned 1 exit status
  3532. configure:15572: $? = 1
  3533. configure: failed program was:
  3534. | /* confdefs.h */
  3535. | #define PACKAGE_NAME "mpg123"
  3536. | #define PACKAGE_TARNAME "mpg123"
  3537. | #define PACKAGE_VERSION "1.17.0"
  3538. | #define PACKAGE_STRING "mpg123 1.17.0"
  3539. | #define PACKAGE_BUGREPORT "[email protected]"
  3540. | #define PACKAGE_URL ""
  3541. | #define PACKAGE "mpg123"
  3542. | #define VERSION "1.17.0"
  3543. | #define STDC_HEADERS 1
  3544. | #define HAVE_SYS_TYPES_H 1
  3545. | #define HAVE_SYS_STAT_H 1
  3546. | #define HAVE_STDLIB_H 1
  3547. | #define HAVE_STRING_H 1
  3548. | #define HAVE_MEMORY_H 1
  3549. | #define HAVE_STRINGS_H 1
  3550. | #define HAVE_INTTYPES_H 1
  3551. | #define HAVE_STDINT_H 1
  3552. | #define HAVE_UNISTD_H 1
  3553. | #define DYNAMIC_BUILD 1
  3554. | #define HAVE_DLFCN_H 1
  3555. | #define LT_OBJDIR ".libs/"
  3556. | #define GAPLESS 1
  3557. | #define USE_NEW_HUFFTABLE 1
  3558. | #define NO_32BIT 1
  3559. | #define NO_REAL 1
  3560. | #define MODULE_FILE_SUFFIX ".la"
  3561. | #define ASMALIGN_BALIGN 1
  3562. | #define STDC_HEADERS 1
  3563. | #define HAVE_STDIO_H 1
  3564. | #define HAVE_STDLIB_H 1
  3565. | #define HAVE_STRING_H 1
  3566. | #define HAVE_UNISTD_H 1
  3567. | #define HAVE_SCHED_H 1
  3568. | #define HAVE_SYS_IOCTL_H 1
  3569. | #define HAVE_SYS_TYPES_H 1
  3570. | #define HAVE_STDINT_H 1
  3571. | #define HAVE_LIMITS_H 1
  3572. | #define HAVE_INTTYPES_H 1
  3573. | #define HAVE_SYS_TIME_H 1
  3574. | #define HAVE_SYS_WAIT_H 1
  3575. | #define HAVE_SYS_RESOURCE_H 1
  3576. | #define HAVE_SIGNAL_H 1
  3577. | #define SIZEOF_SIZE_T 4
  3578. | #define SIZEOF_SSIZE_T 4
  3579. | #define SIZEOF_OFF_T 4
  3580. | #define SIZEOF_INT32_T 4
  3581. | #define SIZEOF_LONG 4
  3582. | #define lfs_alias_t off_t
  3583. | #define LFS_ALIAS_BITS 32
  3584. | #define HAVE_STDLIB_H 1
  3585. | #define HAVE_UNISTD_H 1
  3586. | #define HAVE_SYS_PARAM_H 1
  3587. | #define HAVE_TERMIOS 1
  3588. | #define HAVE_SCHED_SETSCHEDULER 1
  3589. | #define HAVE_SETUID 1
  3590. | #define HAVE_GETUID 1
  3591. | #define HAVE_SETPRIORITY 1
  3592. | #define HAVE_STRERROR 1
  3593. | #define HAVE_SETLOCALE 1
  3594. | /* end confdefs.h. */
  3595. | /* Define nl_langinfo to an innocuous variant, in case <limits.h> declares nl_langinfo.
  3596. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3597. | #define nl_langinfo innocuous_nl_langinfo
  3598. |
  3599. | /* System header to define __stub macros and hopefully few prototypes,
  3600. | which can conflict with char nl_langinfo (); below.
  3601. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3602. | <limits.h> exists even on freestanding compilers. */
  3603. |
  3604. | #ifdef __STDC__
  3605. | # include <limits.h>
  3606. | #else
  3607. | # include <assert.h>
  3608. | #endif
  3609. |
  3610. | #undef nl_langinfo
  3611. |
  3612. | /* Override any GCC internal prototype to avoid an error.
  3613. | Use char because int might match the return type of a GCC
  3614. | builtin and then its argument prototype would still apply. */
  3615. | #ifdef __cplusplus
  3616. | extern "C"
  3617. | #endif
  3618. | char nl_langinfo ();
  3619. | /* The GNU C library defines this for functions which it implements
  3620. | to always fail with ENOSYS. Some functions are actually named
  3621. | something starting with __ and the normal name is an alias. */
  3622. | #if defined __stub_nl_langinfo || defined __stub___nl_langinfo
  3623. | choke me
  3624. | #endif
  3625. |
  3626. | int
  3627. | main ()
  3628. | {
  3629. | return nl_langinfo ();
  3630. | ;
  3631. | return 0;
  3632. | }
  3633. configure:15572: result: no
  3634. configure:15585: checking for strdup
  3635. configure:15585: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3636. conftest.c:85:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  3637. configure:15585: $? = 0
  3638. configure:15585: result: yes
  3639. configure:15598: checking for atoll
  3640. configure:15598: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3641. configure:15598: $? = 0
  3642. configure:15598: result: yes
  3643. configure:15610: checking for mkfifo
  3644. configure:15610: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3645. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/cceKGVAo.o: in function main:conftest.c:98: error: undefined reference to 'mkfifo'
  3646. collect2: ld returned 1 exit status
  3647. configure:15610: $? = 1
  3648. configure: failed program was:
  3649. | /* confdefs.h */
  3650. | #define PACKAGE_NAME "mpg123"
  3651. | #define PACKAGE_TARNAME "mpg123"
  3652. | #define PACKAGE_VERSION "1.17.0"
  3653. | #define PACKAGE_STRING "mpg123 1.17.0"
  3654. | #define PACKAGE_BUGREPORT "[email protected]"
  3655. | #define PACKAGE_URL ""
  3656. | #define PACKAGE "mpg123"
  3657. | #define VERSION "1.17.0"
  3658. | #define STDC_HEADERS 1
  3659. | #define HAVE_SYS_TYPES_H 1
  3660. | #define HAVE_SYS_STAT_H 1
  3661. | #define HAVE_STDLIB_H 1
  3662. | #define HAVE_STRING_H 1
  3663. | #define HAVE_MEMORY_H 1
  3664. | #define HAVE_STRINGS_H 1
  3665. | #define HAVE_INTTYPES_H 1
  3666. | #define HAVE_STDINT_H 1
  3667. | #define HAVE_UNISTD_H 1
  3668. | #define DYNAMIC_BUILD 1
  3669. | #define HAVE_DLFCN_H 1
  3670. | #define LT_OBJDIR ".libs/"
  3671. | #define GAPLESS 1
  3672. | #define USE_NEW_HUFFTABLE 1
  3673. | #define NO_32BIT 1
  3674. | #define NO_REAL 1
  3675. | #define MODULE_FILE_SUFFIX ".la"
  3676. | #define ASMALIGN_BALIGN 1
  3677. | #define STDC_HEADERS 1
  3678. | #define HAVE_STDIO_H 1
  3679. | #define HAVE_STDLIB_H 1
  3680. | #define HAVE_STRING_H 1
  3681. | #define HAVE_UNISTD_H 1
  3682. | #define HAVE_SCHED_H 1
  3683. | #define HAVE_SYS_IOCTL_H 1
  3684. | #define HAVE_SYS_TYPES_H 1
  3685. | #define HAVE_STDINT_H 1
  3686. | #define HAVE_LIMITS_H 1
  3687. | #define HAVE_INTTYPES_H 1
  3688. | #define HAVE_SYS_TIME_H 1
  3689. | #define HAVE_SYS_WAIT_H 1
  3690. | #define HAVE_SYS_RESOURCE_H 1
  3691. | #define HAVE_SIGNAL_H 1
  3692. | #define SIZEOF_SIZE_T 4
  3693. | #define SIZEOF_SSIZE_T 4
  3694. | #define SIZEOF_OFF_T 4
  3695. | #define SIZEOF_INT32_T 4
  3696. | #define SIZEOF_LONG 4
  3697. | #define lfs_alias_t off_t
  3698. | #define LFS_ALIAS_BITS 32
  3699. | #define HAVE_STDLIB_H 1
  3700. | #define HAVE_UNISTD_H 1
  3701. | #define HAVE_SYS_PARAM_H 1
  3702. | #define HAVE_TERMIOS 1
  3703. | #define HAVE_SCHED_SETSCHEDULER 1
  3704. | #define HAVE_SETUID 1
  3705. | #define HAVE_GETUID 1
  3706. | #define HAVE_SETPRIORITY 1
  3707. | #define HAVE_STRERROR 1
  3708. | #define HAVE_SETLOCALE 1
  3709. | #define HAVE_STRDUP 1
  3710. | #define HAVE_ATOLL 1
  3711. | /* end confdefs.h. */
  3712. | /* Define mkfifo to an innocuous variant, in case <limits.h> declares mkfifo.
  3713. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3714. | #define mkfifo innocuous_mkfifo
  3715. |
  3716. | /* System header to define __stub macros and hopefully few prototypes,
  3717. | which can conflict with char mkfifo (); below.
  3718. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3719. | <limits.h> exists even on freestanding compilers. */
  3720. |
  3721. | #ifdef __STDC__
  3722. | # include <limits.h>
  3723. | #else
  3724. | # include <assert.h>
  3725. | #endif
  3726. |
  3727. | #undef mkfifo
  3728. |
  3729. | /* Override any GCC internal prototype to avoid an error.
  3730. | Use char because int might match the return type of a GCC
  3731. | builtin and then its argument prototype would still apply. */
  3732. | #ifdef __cplusplus
  3733. | extern "C"
  3734. | #endif
  3735. | char mkfifo ();
  3736. | /* The GNU C library defines this for functions which it implements
  3737. | to always fail with ENOSYS. Some functions are actually named
  3738. | something starting with __ and the normal name is an alias. */
  3739. | #if defined __stub_mkfifo || defined __stub___mkfifo
  3740. | choke me
  3741. | #endif
  3742. |
  3743. | int
  3744. | main ()
  3745. | {
  3746. | return mkfifo ();
  3747. | ;
  3748. | return 0;
  3749. | }
  3750. configure:15610: result: no
  3751. configure:15627: checking locale.h usability
  3752. configure:15627: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3753. configure:15627: $? = 0
  3754. configure:15627: result: yes
  3755. configure:15627: checking locale.h presence
  3756. configure:15627: arm-linux-androideabi-gcc -E conftest.c
  3757. configure:15627: $? = 0
  3758. configure:15627: result: yes
  3759. configure:15627: checking for locale.h
  3760. configure:15627: result: yes
  3761. configure:15627: checking langinfo.h usability
  3762. configure:15627: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3763. conftest.c:98:22: fatal error: langinfo.h: No such file or directory
  3764. compilation terminated.
  3765. configure:15627: $? = 1
  3766. configure: failed program was:
  3767. | /* confdefs.h */
  3768. | #define PACKAGE_NAME "mpg123"
  3769. | #define PACKAGE_TARNAME "mpg123"
  3770. | #define PACKAGE_VERSION "1.17.0"
  3771. | #define PACKAGE_STRING "mpg123 1.17.0"
  3772. | #define PACKAGE_BUGREPORT "[email protected]"
  3773. | #define PACKAGE_URL ""
  3774. | #define PACKAGE "mpg123"
  3775. | #define VERSION "1.17.0"
  3776. | #define STDC_HEADERS 1
  3777. | #define HAVE_SYS_TYPES_H 1
  3778. | #define HAVE_SYS_STAT_H 1
  3779. | #define HAVE_STDLIB_H 1
  3780. | #define HAVE_STRING_H 1
  3781. | #define HAVE_MEMORY_H 1
  3782. | #define HAVE_STRINGS_H 1
  3783. | #define HAVE_INTTYPES_H 1
  3784. | #define HAVE_STDINT_H 1
  3785. | #define HAVE_UNISTD_H 1
  3786. | #define DYNAMIC_BUILD 1
  3787. | #define HAVE_DLFCN_H 1
  3788. | #define LT_OBJDIR ".libs/"
  3789. | #define GAPLESS 1
  3790. | #define USE_NEW_HUFFTABLE 1
  3791. | #define NO_32BIT 1
  3792. | #define NO_REAL 1
  3793. | #define MODULE_FILE_SUFFIX ".la"
  3794. | #define ASMALIGN_BALIGN 1
  3795. | #define STDC_HEADERS 1
  3796. | #define HAVE_STDIO_H 1
  3797. | #define HAVE_STDLIB_H 1
  3798. | #define HAVE_STRING_H 1
  3799. | #define HAVE_UNISTD_H 1
  3800. | #define HAVE_SCHED_H 1
  3801. | #define HAVE_SYS_IOCTL_H 1
  3802. | #define HAVE_SYS_TYPES_H 1
  3803. | #define HAVE_STDINT_H 1
  3804. | #define HAVE_LIMITS_H 1
  3805. | #define HAVE_INTTYPES_H 1
  3806. | #define HAVE_SYS_TIME_H 1
  3807. | #define HAVE_SYS_WAIT_H 1
  3808. | #define HAVE_SYS_RESOURCE_H 1
  3809. | #define HAVE_SIGNAL_H 1
  3810. | #define SIZEOF_SIZE_T 4
  3811. | #define SIZEOF_SSIZE_T 4
  3812. | #define SIZEOF_OFF_T 4
  3813. | #define SIZEOF_INT32_T 4
  3814. | #define SIZEOF_LONG 4
  3815. | #define lfs_alias_t off_t
  3816. | #define LFS_ALIAS_BITS 32
  3817. | #define HAVE_STDLIB_H 1
  3818. | #define HAVE_UNISTD_H 1
  3819. | #define HAVE_SYS_PARAM_H 1
  3820. | #define HAVE_TERMIOS 1
  3821. | #define HAVE_SCHED_SETSCHEDULER 1
  3822. | #define HAVE_SETUID 1
  3823. | #define HAVE_GETUID 1
  3824. | #define HAVE_SETPRIORITY 1
  3825. | #define HAVE_STRERROR 1
  3826. | #define HAVE_SETLOCALE 1
  3827. | #define HAVE_STRDUP 1
  3828. | #define HAVE_ATOLL 1
  3829. | #define HAVE_LOCALE_H 1
  3830. | /* end confdefs.h. */
  3831. | #include <stdio.h>
  3832. | #ifdef HAVE_SYS_TYPES_H
  3833. | # include <sys/types.h>
  3834. | #endif
  3835. | #ifdef HAVE_SYS_STAT_H
  3836. | # include <sys/stat.h>
  3837. | #endif
  3838. | #ifdef STDC_HEADERS
  3839. | # include <stdlib.h>
  3840. | # include <stddef.h>
  3841. | #else
  3842. | # ifdef HAVE_STDLIB_H
  3843. | # include <stdlib.h>
  3844. | # endif
  3845. | #endif
  3846. | #ifdef HAVE_STRING_H
  3847. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3848. | # include <memory.h>
  3849. | # endif
  3850. | # include <string.h>
  3851. | #endif
  3852. | #ifdef HAVE_STRINGS_H
  3853. | # include <strings.h>
  3854. | #endif
  3855. | #ifdef HAVE_INTTYPES_H
  3856. | # include <inttypes.h>
  3857. | #endif
  3858. | #ifdef HAVE_STDINT_H
  3859. | # include <stdint.h>
  3860. | #endif
  3861. | #ifdef HAVE_UNISTD_H
  3862. | # include <unistd.h>
  3863. | #endif
  3864. | #include <langinfo.h>
  3865. configure:15627: result: no
  3866. configure:15627: checking langinfo.h presence
  3867. configure:15627: arm-linux-androideabi-gcc -E conftest.c
  3868. conftest.c:65:22: fatal error: langinfo.h: No such file or directory
  3869. compilation terminated.
  3870. configure:15627: $? = 1
  3871. configure: failed program was:
  3872. | /* confdefs.h */
  3873. | #define PACKAGE_NAME "mpg123"
  3874. | #define PACKAGE_TARNAME "mpg123"
  3875. | #define PACKAGE_VERSION "1.17.0"
  3876. | #define PACKAGE_STRING "mpg123 1.17.0"
  3877. | #define PACKAGE_BUGREPORT "[email protected]"
  3878. | #define PACKAGE_URL ""
  3879. | #define PACKAGE "mpg123"
  3880. | #define VERSION "1.17.0"
  3881. | #define STDC_HEADERS 1
  3882. | #define HAVE_SYS_TYPES_H 1
  3883. | #define HAVE_SYS_STAT_H 1
  3884. | #define HAVE_STDLIB_H 1
  3885. | #define HAVE_STRING_H 1
  3886. | #define HAVE_MEMORY_H 1
  3887. | #define HAVE_STRINGS_H 1
  3888. | #define HAVE_INTTYPES_H 1
  3889. | #define HAVE_STDINT_H 1
  3890. | #define HAVE_UNISTD_H 1
  3891. | #define DYNAMIC_BUILD 1
  3892. | #define HAVE_DLFCN_H 1
  3893. | #define LT_OBJDIR ".libs/"
  3894. | #define GAPLESS 1
  3895. | #define USE_NEW_HUFFTABLE 1
  3896. | #define NO_32BIT 1
  3897. | #define NO_REAL 1
  3898. | #define MODULE_FILE_SUFFIX ".la"
  3899. | #define ASMALIGN_BALIGN 1
  3900. | #define STDC_HEADERS 1
  3901. | #define HAVE_STDIO_H 1
  3902. | #define HAVE_STDLIB_H 1
  3903. | #define HAVE_STRING_H 1
  3904. | #define HAVE_UNISTD_H 1
  3905. | #define HAVE_SCHED_H 1
  3906. | #define HAVE_SYS_IOCTL_H 1
  3907. | #define HAVE_SYS_TYPES_H 1
  3908. | #define HAVE_STDINT_H 1
  3909. | #define HAVE_LIMITS_H 1
  3910. | #define HAVE_INTTYPES_H 1
  3911. | #define HAVE_SYS_TIME_H 1
  3912. | #define HAVE_SYS_WAIT_H 1
  3913. | #define HAVE_SYS_RESOURCE_H 1
  3914. | #define HAVE_SIGNAL_H 1
  3915. | #define SIZEOF_SIZE_T 4
  3916. | #define SIZEOF_SSIZE_T 4
  3917. | #define SIZEOF_OFF_T 4
  3918. | #define SIZEOF_INT32_T 4
  3919. | #define SIZEOF_LONG 4
  3920. | #define lfs_alias_t off_t
  3921. | #define LFS_ALIAS_BITS 32
  3922. | #define HAVE_STDLIB_H 1
  3923. | #define HAVE_UNISTD_H 1
  3924. | #define HAVE_SYS_PARAM_H 1
  3925. | #define HAVE_TERMIOS 1
  3926. | #define HAVE_SCHED_SETSCHEDULER 1
  3927. | #define HAVE_SETUID 1
  3928. | #define HAVE_GETUID 1
  3929. | #define HAVE_SETPRIORITY 1
  3930. | #define HAVE_STRERROR 1
  3931. | #define HAVE_SETLOCALE 1
  3932. | #define HAVE_STRDUP 1
  3933. | #define HAVE_ATOLL 1
  3934. | #define HAVE_LOCALE_H 1
  3935. | /* end confdefs.h. */
  3936. | #include <langinfo.h>
  3937. configure:15627: result: no
  3938. configure:15627: checking for langinfo.h
  3939. configure:15627: result: no
  3940. configure:15642: checking netdb.h usability
  3941. configure:15642: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3942. configure:15642: $? = 0
  3943. configure:15642: result: yes
  3944. configure:15642: checking netdb.h presence
  3945. configure:15642: arm-linux-androideabi-gcc -E conftest.c
  3946. configure:15642: $? = 0
  3947. configure:15642: result: yes
  3948. configure:15642: checking for netdb.h
  3949. configure:15642: result: yes
  3950. configure:15642: checking for sys/param.h
  3951. configure:15642: result: yes
  3952. configure:15642: checking sys/socket.h usability
  3953. configure:15642: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3954. configure:15642: $? = 0
  3955. configure:15642: result: yes
  3956. configure:15642: checking sys/socket.h presence
  3957. configure:15642: arm-linux-androideabi-gcc -E conftest.c
  3958. configure:15642: $? = 0
  3959. configure:15642: result: yes
  3960. configure:15642: checking for sys/socket.h
  3961. configure:15642: result: yes
  3962. configure:15642: checking netinet/in.h usability
  3963. configure:15642: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3964. configure:15642: $? = 0
  3965. configure:15642: result: yes
  3966. configure:15642: checking netinet/in.h presence
  3967. configure:15642: arm-linux-androideabi-gcc -E conftest.c
  3968. configure:15642: $? = 0
  3969. configure:15642: result: yes
  3970. configure:15642: checking for netinet/in.h
  3971. configure:15642: result: yes
  3972. configure:15642: checking arpa/inet.h usability
  3973. configure:15642: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  3974. configure:15642: $? = 0
  3975. configure:15642: result: yes
  3976. configure:15642: checking arpa/inet.h presence
  3977. configure:15642: arm-linux-androideabi-gcc -E conftest.c
  3978. configure:15642: $? = 0
  3979. configure:15642: result: yes
  3980. configure:15642: checking for arpa/inet.h
  3981. configure:15642: result: yes
  3982. configure:15663: checking for library containing gethostbyname
  3983. configure:15694: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3984. configure:15694: $? = 0
  3985. configure:15711: result: none required
  3986. configure:15719: checking for library containing socket
  3987. configure:15750: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3988. configure:15750: $? = 0
  3989. configure:15767: result: none required
  3990. configure:15778: checking for getaddrinfo
  3991. configure:15778: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c >&5
  3992. configure:15778: $? = 0
  3993. configure:15778: result: yes
  3994. configure:15791: checking for working AI_ADDRCONFIG
  3995. configure:15836: result: no
  3996. configure:15870: checking for sqrt in -lm
  3997. configure:15895: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lm >&5
  3998. conftest.c:78:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
  3999. configure:15895: $? = 0
  4000. configure:15904: result: yes
  4001. configure:15915: checking for powf in -lmx
  4002. configure:15940: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lmx -lm >&5
  4003. conftest.c:79:6: warning: conflicting types for built-in function 'powf' [enabled by default]
  4004. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lmx
  4005. collect2: ld returned 1 exit status
  4006. configure:15940: $? = 1
  4007. configure: failed program was:
  4008. | /* confdefs.h */
  4009. | #define PACKAGE_NAME "mpg123"
  4010. | #define PACKAGE_TARNAME "mpg123"
  4011. | #define PACKAGE_VERSION "1.17.0"
  4012. | #define PACKAGE_STRING "mpg123 1.17.0"
  4013. | #define PACKAGE_BUGREPORT "[email protected]"
  4014. | #define PACKAGE_URL ""
  4015. | #define PACKAGE "mpg123"
  4016. | #define VERSION "1.17.0"
  4017. | #define STDC_HEADERS 1
  4018. | #define HAVE_SYS_TYPES_H 1
  4019. | #define HAVE_SYS_STAT_H 1
  4020. | #define HAVE_STDLIB_H 1
  4021. | #define HAVE_STRING_H 1
  4022. | #define HAVE_MEMORY_H 1
  4023. | #define HAVE_STRINGS_H 1
  4024. | #define HAVE_INTTYPES_H 1
  4025. | #define HAVE_STDINT_H 1
  4026. | #define HAVE_UNISTD_H 1
  4027. | #define DYNAMIC_BUILD 1
  4028. | #define HAVE_DLFCN_H 1
  4029. | #define LT_OBJDIR ".libs/"
  4030. | #define GAPLESS 1
  4031. | #define USE_NEW_HUFFTABLE 1
  4032. | #define NO_32BIT 1
  4033. | #define NO_REAL 1
  4034. | #define MODULE_FILE_SUFFIX ".la"
  4035. | #define ASMALIGN_BALIGN 1
  4036. | #define STDC_HEADERS 1
  4037. | #define HAVE_STDIO_H 1
  4038. | #define HAVE_STDLIB_H 1
  4039. | #define HAVE_STRING_H 1
  4040. | #define HAVE_UNISTD_H 1
  4041. | #define HAVE_SCHED_H 1
  4042. | #define HAVE_SYS_IOCTL_H 1
  4043. | #define HAVE_SYS_TYPES_H 1
  4044. | #define HAVE_STDINT_H 1
  4045. | #define HAVE_LIMITS_H 1
  4046. | #define HAVE_INTTYPES_H 1
  4047. | #define HAVE_SYS_TIME_H 1
  4048. | #define HAVE_SYS_WAIT_H 1
  4049. | #define HAVE_SYS_RESOURCE_H 1
  4050. | #define HAVE_SIGNAL_H 1
  4051. | #define SIZEOF_SIZE_T 4
  4052. | #define SIZEOF_SSIZE_T 4
  4053. | #define SIZEOF_OFF_T 4
  4054. | #define SIZEOF_INT32_T 4
  4055. | #define SIZEOF_LONG 4
  4056. | #define lfs_alias_t off_t
  4057. | #define LFS_ALIAS_BITS 32
  4058. | #define HAVE_STDLIB_H 1
  4059. | #define HAVE_UNISTD_H 1
  4060. | #define HAVE_SYS_PARAM_H 1
  4061. | #define HAVE_TERMIOS 1
  4062. | #define HAVE_SCHED_SETSCHEDULER 1
  4063. | #define HAVE_SETUID 1
  4064. | #define HAVE_GETUID 1
  4065. | #define HAVE_SETPRIORITY 1
  4066. | #define HAVE_STRERROR 1
  4067. | #define HAVE_SETLOCALE 1
  4068. | #define HAVE_STRDUP 1
  4069. | #define HAVE_ATOLL 1
  4070. | #define HAVE_LOCALE_H 1
  4071. | #define HAVE_NETDB_H 1
  4072. | #define HAVE_SYS_PARAM_H 1
  4073. | #define HAVE_SYS_SOCKET_H 1
  4074. | #define HAVE_NETINET_IN_H 1
  4075. | #define HAVE_ARPA_INET_H 1
  4076. | #define HAVE_GETADDRINFO 1
  4077. | #define HAVE_LIBM 1
  4078. | /* end confdefs.h. */
  4079. |
  4080. | /* Override any GCC internal prototype to avoid an error.
  4081. | Use char because int might match the return type of a GCC
  4082. | builtin and then its argument prototype would still apply. */
  4083. | #ifdef __cplusplus
  4084. | extern "C"
  4085. | #endif
  4086. | char powf ();
  4087. | int
  4088. | main ()
  4089. | {
  4090. | return powf ();
  4091. | ;
  4092. | return 0;
  4093. | }
  4094. configure:15949: result: no
  4095. configure:15979: checking os2.h usability
  4096. configure:15979: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  4097. conftest.c:105:17: fatal error: os2.h: No such file or directory
  4098. compilation terminated.
  4099. configure:15979: $? = 1
  4100. configure: failed program was:
  4101. | /* confdefs.h */
  4102. | #define PACKAGE_NAME "mpg123"
  4103. | #define PACKAGE_TARNAME "mpg123"
  4104. | #define PACKAGE_VERSION "1.17.0"
  4105. | #define PACKAGE_STRING "mpg123 1.17.0"
  4106. | #define PACKAGE_BUGREPORT "[email protected]"
  4107. | #define PACKAGE_URL ""
  4108. | #define PACKAGE "mpg123"
  4109. | #define VERSION "1.17.0"
  4110. | #define STDC_HEADERS 1
  4111. | #define HAVE_SYS_TYPES_H 1
  4112. | #define HAVE_SYS_STAT_H 1
  4113. | #define HAVE_STDLIB_H 1
  4114. | #define HAVE_STRING_H 1
  4115. | #define HAVE_MEMORY_H 1
  4116. | #define HAVE_STRINGS_H 1
  4117. | #define HAVE_INTTYPES_H 1
  4118. | #define HAVE_STDINT_H 1
  4119. | #define HAVE_UNISTD_H 1
  4120. | #define DYNAMIC_BUILD 1
  4121. | #define HAVE_DLFCN_H 1
  4122. | #define LT_OBJDIR ".libs/"
  4123. | #define GAPLESS 1
  4124. | #define USE_NEW_HUFFTABLE 1
  4125. | #define NO_32BIT 1
  4126. | #define NO_REAL 1
  4127. | #define MODULE_FILE_SUFFIX ".la"
  4128. | #define ASMALIGN_BALIGN 1
  4129. | #define STDC_HEADERS 1
  4130. | #define HAVE_STDIO_H 1
  4131. | #define HAVE_STDLIB_H 1
  4132. | #define HAVE_STRING_H 1
  4133. | #define HAVE_UNISTD_H 1
  4134. | #define HAVE_SCHED_H 1
  4135. | #define HAVE_SYS_IOCTL_H 1
  4136. | #define HAVE_SYS_TYPES_H 1
  4137. | #define HAVE_STDINT_H 1
  4138. | #define HAVE_LIMITS_H 1
  4139. | #define HAVE_INTTYPES_H 1
  4140. | #define HAVE_SYS_TIME_H 1
  4141. | #define HAVE_SYS_WAIT_H 1
  4142. | #define HAVE_SYS_RESOURCE_H 1
  4143. | #define HAVE_SIGNAL_H 1
  4144. | #define SIZEOF_SIZE_T 4
  4145. | #define SIZEOF_SSIZE_T 4
  4146. | #define SIZEOF_OFF_T 4
  4147. | #define SIZEOF_INT32_T 4
  4148. | #define SIZEOF_LONG 4
  4149. | #define lfs_alias_t off_t
  4150. | #define LFS_ALIAS_BITS 32
  4151. | #define HAVE_STDLIB_H 1
  4152. | #define HAVE_UNISTD_H 1
  4153. | #define HAVE_SYS_PARAM_H 1
  4154. | #define HAVE_TERMIOS 1
  4155. | #define HAVE_SCHED_SETSCHEDULER 1
  4156. | #define HAVE_SETUID 1
  4157. | #define HAVE_GETUID 1
  4158. | #define HAVE_SETPRIORITY 1
  4159. | #define HAVE_STRERROR 1
  4160. | #define HAVE_SETLOCALE 1
  4161. | #define HAVE_STRDUP 1
  4162. | #define HAVE_ATOLL 1
  4163. | #define HAVE_LOCALE_H 1
  4164. | #define HAVE_NETDB_H 1
  4165. | #define HAVE_SYS_PARAM_H 1
  4166. | #define HAVE_SYS_SOCKET_H 1
  4167. | #define HAVE_NETINET_IN_H 1
  4168. | #define HAVE_ARPA_INET_H 1
  4169. | #define HAVE_GETADDRINFO 1
  4170. | #define HAVE_LIBM 1
  4171. | /* end confdefs.h. */
  4172. | #include <stdio.h>
  4173. | #ifdef HAVE_SYS_TYPES_H
  4174. | # include <sys/types.h>
  4175. | #endif
  4176. | #ifdef HAVE_SYS_STAT_H
  4177. | # include <sys/stat.h>
  4178. | #endif
  4179. | #ifdef STDC_HEADERS
  4180. | # include <stdlib.h>
  4181. | # include <stddef.h>
  4182. | #else
  4183. | # ifdef HAVE_STDLIB_H
  4184. | # include <stdlib.h>
  4185. | # endif
  4186. | #endif
  4187. | #ifdef HAVE_STRING_H
  4188. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4189. | # include <memory.h>
  4190. | # endif
  4191. | # include <string.h>
  4192. | #endif
  4193. | #ifdef HAVE_STRINGS_H
  4194. | # include <strings.h>
  4195. | #endif
  4196. | #ifdef HAVE_INTTYPES_H
  4197. | # include <inttypes.h>
  4198. | #endif
  4199. | #ifdef HAVE_STDINT_H
  4200. | # include <stdint.h>
  4201. | #endif
  4202. | #ifdef HAVE_UNISTD_H
  4203. | # include <unistd.h>
  4204. | #endif
  4205. | #include <os2.h>
  4206. configure:15979: result: no
  4207. configure:15979: checking os2.h presence
  4208. configure:15979: arm-linux-androideabi-gcc -E conftest.c
  4209. conftest.c:72:17: fatal error: os2.h: No such file or directory
  4210. compilation terminated.
  4211. configure:15979: $? = 1
  4212. configure: failed program was:
  4213. | /* confdefs.h */
  4214. | #define PACKAGE_NAME "mpg123"
  4215. | #define PACKAGE_TARNAME "mpg123"
  4216. | #define PACKAGE_VERSION "1.17.0"
  4217. | #define PACKAGE_STRING "mpg123 1.17.0"
  4218. | #define PACKAGE_BUGREPORT "[email protected]"
  4219. | #define PACKAGE_URL ""
  4220. | #define PACKAGE "mpg123"
  4221. | #define VERSION "1.17.0"
  4222. | #define STDC_HEADERS 1
  4223. | #define HAVE_SYS_TYPES_H 1
  4224. | #define HAVE_SYS_STAT_H 1
  4225. | #define HAVE_STDLIB_H 1
  4226. | #define HAVE_STRING_H 1
  4227. | #define HAVE_MEMORY_H 1
  4228. | #define HAVE_STRINGS_H 1
  4229. | #define HAVE_INTTYPES_H 1
  4230. | #define HAVE_STDINT_H 1
  4231. | #define HAVE_UNISTD_H 1
  4232. | #define DYNAMIC_BUILD 1
  4233. | #define HAVE_DLFCN_H 1
  4234. | #define LT_OBJDIR ".libs/"
  4235. | #define GAPLESS 1
  4236. | #define USE_NEW_HUFFTABLE 1
  4237. | #define NO_32BIT 1
  4238. | #define NO_REAL 1
  4239. | #define MODULE_FILE_SUFFIX ".la"
  4240. | #define ASMALIGN_BALIGN 1
  4241. | #define STDC_HEADERS 1
  4242. | #define HAVE_STDIO_H 1
  4243. | #define HAVE_STDLIB_H 1
  4244. | #define HAVE_STRING_H 1
  4245. | #define HAVE_UNISTD_H 1
  4246. | #define HAVE_SCHED_H 1
  4247. | #define HAVE_SYS_IOCTL_H 1
  4248. | #define HAVE_SYS_TYPES_H 1
  4249. | #define HAVE_STDINT_H 1
  4250. | #define HAVE_LIMITS_H 1
  4251. | #define HAVE_INTTYPES_H 1
  4252. | #define HAVE_SYS_TIME_H 1
  4253. | #define HAVE_SYS_WAIT_H 1
  4254. | #define HAVE_SYS_RESOURCE_H 1
  4255. | #define HAVE_SIGNAL_H 1
  4256. | #define SIZEOF_SIZE_T 4
  4257. | #define SIZEOF_SSIZE_T 4
  4258. | #define SIZEOF_OFF_T 4
  4259. | #define SIZEOF_INT32_T 4
  4260. | #define SIZEOF_LONG 4
  4261. | #define lfs_alias_t off_t
  4262. | #define LFS_ALIAS_BITS 32
  4263. | #define HAVE_STDLIB_H 1
  4264. | #define HAVE_UNISTD_H 1
  4265. | #define HAVE_SYS_PARAM_H 1
  4266. | #define HAVE_TERMIOS 1
  4267. | #define HAVE_SCHED_SETSCHEDULER 1
  4268. | #define HAVE_SETUID 1
  4269. | #define HAVE_GETUID 1
  4270. | #define HAVE_SETPRIORITY 1
  4271. | #define HAVE_STRERROR 1
  4272. | #define HAVE_SETLOCALE 1
  4273. | #define HAVE_STRDUP 1
  4274. | #define HAVE_ATOLL 1
  4275. | #define HAVE_LOCALE_H 1
  4276. | #define HAVE_NETDB_H 1
  4277. | #define HAVE_SYS_PARAM_H 1
  4278. | #define HAVE_SYS_SOCKET_H 1
  4279. | #define HAVE_NETINET_IN_H 1
  4280. | #define HAVE_ARPA_INET_H 1
  4281. | #define HAVE_GETADDRINFO 1
  4282. | #define HAVE_LIBM 1
  4283. | /* end confdefs.h. */
  4284. | #include <os2.h>
  4285. configure:15979: result: no
  4286. configure:15979: checking for os2.h
  4287. configure:15979: result: no
  4288. configure:15986: checking for tcsetattr in -los2term
  4289. configure:16011: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -los2term -lm >&5
  4290. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -los2term
  4291. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccesypax.o: in function main:conftest.c:83: error: undefined reference to 'tcsetattr'
  4292. collect2: ld returned 1 exit status
  4293. configure:16011: $? = 1
  4294. configure: failed program was:
  4295. | /* confdefs.h */
  4296. | #define PACKAGE_NAME "mpg123"
  4297. | #define PACKAGE_TARNAME "mpg123"
  4298. | #define PACKAGE_VERSION "1.17.0"
  4299. | #define PACKAGE_STRING "mpg123 1.17.0"
  4300. | #define PACKAGE_BUGREPORT "[email protected]"
  4301. | #define PACKAGE_URL ""
  4302. | #define PACKAGE "mpg123"
  4303. | #define VERSION "1.17.0"
  4304. | #define STDC_HEADERS 1
  4305. | #define HAVE_SYS_TYPES_H 1
  4306. | #define HAVE_SYS_STAT_H 1
  4307. | #define HAVE_STDLIB_H 1
  4308. | #define HAVE_STRING_H 1
  4309. | #define HAVE_MEMORY_H 1
  4310. | #define HAVE_STRINGS_H 1
  4311. | #define HAVE_INTTYPES_H 1
  4312. | #define HAVE_STDINT_H 1
  4313. | #define HAVE_UNISTD_H 1
  4314. | #define DYNAMIC_BUILD 1
  4315. | #define HAVE_DLFCN_H 1
  4316. | #define LT_OBJDIR ".libs/"
  4317. | #define GAPLESS 1
  4318. | #define USE_NEW_HUFFTABLE 1
  4319. | #define NO_32BIT 1
  4320. | #define NO_REAL 1
  4321. | #define MODULE_FILE_SUFFIX ".la"
  4322. | #define ASMALIGN_BALIGN 1
  4323. | #define STDC_HEADERS 1
  4324. | #define HAVE_STDIO_H 1
  4325. | #define HAVE_STDLIB_H 1
  4326. | #define HAVE_STRING_H 1
  4327. | #define HAVE_UNISTD_H 1
  4328. | #define HAVE_SCHED_H 1
  4329. | #define HAVE_SYS_IOCTL_H 1
  4330. | #define HAVE_SYS_TYPES_H 1
  4331. | #define HAVE_STDINT_H 1
  4332. | #define HAVE_LIMITS_H 1
  4333. | #define HAVE_INTTYPES_H 1
  4334. | #define HAVE_SYS_TIME_H 1
  4335. | #define HAVE_SYS_WAIT_H 1
  4336. | #define HAVE_SYS_RESOURCE_H 1
  4337. | #define HAVE_SIGNAL_H 1
  4338. | #define SIZEOF_SIZE_T 4
  4339. | #define SIZEOF_SSIZE_T 4
  4340. | #define SIZEOF_OFF_T 4
  4341. | #define SIZEOF_INT32_T 4
  4342. | #define SIZEOF_LONG 4
  4343. | #define lfs_alias_t off_t
  4344. | #define LFS_ALIAS_BITS 32
  4345. | #define HAVE_STDLIB_H 1
  4346. | #define HAVE_UNISTD_H 1
  4347. | #define HAVE_SYS_PARAM_H 1
  4348. | #define HAVE_TERMIOS 1
  4349. | #define HAVE_SCHED_SETSCHEDULER 1
  4350. | #define HAVE_SETUID 1
  4351. | #define HAVE_GETUID 1
  4352. | #define HAVE_SETPRIORITY 1
  4353. | #define HAVE_STRERROR 1
  4354. | #define HAVE_SETLOCALE 1
  4355. | #define HAVE_STRDUP 1
  4356. | #define HAVE_ATOLL 1
  4357. | #define HAVE_LOCALE_H 1
  4358. | #define HAVE_NETDB_H 1
  4359. | #define HAVE_SYS_PARAM_H 1
  4360. | #define HAVE_SYS_SOCKET_H 1
  4361. | #define HAVE_NETINET_IN_H 1
  4362. | #define HAVE_ARPA_INET_H 1
  4363. | #define HAVE_GETADDRINFO 1
  4364. | #define HAVE_LIBM 1
  4365. | /* end confdefs.h. */
  4366. |
  4367. | /* Override any GCC internal prototype to avoid an error.
  4368. | Use char because int might match the return type of a GCC
  4369. | builtin and then its argument prototype would still apply. */
  4370. | #ifdef __cplusplus
  4371. | extern "C"
  4372. | #endif
  4373. | char tcsetattr ();
  4374. | int
  4375. | main ()
  4376. | {
  4377. | return tcsetattr ();
  4378. | ;
  4379. | return 0;
  4380. | }
  4381. configure:16020: result: no
  4382. configure:16286: checking if we want feature report function
  4383. configure:16302: result: yes
  4384. configure:16372: checking for arm-linux-androideabi-pkg-config
  4385. configure:16405: result: no
  4386. configure:16415: checking for pkg-config
  4387. configure:16433: found /usr/bin/pkg-config
  4388. configure:16445: result: /usr/bin/pkg-config
  4389. configure:16470: checking pkg-config is at least version 0.9.0
  4390. configure:16473: result: yes
  4391. configure:16585: checking for snd_pcm_open in -lasound
  4392. configure:16610: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lasound -lm >&5
  4393. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lasound
  4394. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccEwCVEO.o: in function main:conftest.c:83: error: undefined reference to 'snd_pcm_open'
  4395. collect2: ld returned 1 exit status
  4396. configure:16610: $? = 1
  4397. configure: failed program was:
  4398. | /* confdefs.h */
  4399. | #define PACKAGE_NAME "mpg123"
  4400. | #define PACKAGE_TARNAME "mpg123"
  4401. | #define PACKAGE_VERSION "1.17.0"
  4402. | #define PACKAGE_STRING "mpg123 1.17.0"
  4403. | #define PACKAGE_BUGREPORT "[email protected]"
  4404. | #define PACKAGE_URL ""
  4405. | #define PACKAGE "mpg123"
  4406. | #define VERSION "1.17.0"
  4407. | #define STDC_HEADERS 1
  4408. | #define HAVE_SYS_TYPES_H 1
  4409. | #define HAVE_SYS_STAT_H 1
  4410. | #define HAVE_STDLIB_H 1
  4411. | #define HAVE_STRING_H 1
  4412. | #define HAVE_MEMORY_H 1
  4413. | #define HAVE_STRINGS_H 1
  4414. | #define HAVE_INTTYPES_H 1
  4415. | #define HAVE_STDINT_H 1
  4416. | #define HAVE_UNISTD_H 1
  4417. | #define DYNAMIC_BUILD 1
  4418. | #define HAVE_DLFCN_H 1
  4419. | #define LT_OBJDIR ".libs/"
  4420. | #define GAPLESS 1
  4421. | #define USE_NEW_HUFFTABLE 1
  4422. | #define NO_32BIT 1
  4423. | #define NO_REAL 1
  4424. | #define MODULE_FILE_SUFFIX ".la"
  4425. | #define ASMALIGN_BALIGN 1
  4426. | #define STDC_HEADERS 1
  4427. | #define HAVE_STDIO_H 1
  4428. | #define HAVE_STDLIB_H 1
  4429. | #define HAVE_STRING_H 1
  4430. | #define HAVE_UNISTD_H 1
  4431. | #define HAVE_SCHED_H 1
  4432. | #define HAVE_SYS_IOCTL_H 1
  4433. | #define HAVE_SYS_TYPES_H 1
  4434. | #define HAVE_STDINT_H 1
  4435. | #define HAVE_LIMITS_H 1
  4436. | #define HAVE_INTTYPES_H 1
  4437. | #define HAVE_SYS_TIME_H 1
  4438. | #define HAVE_SYS_WAIT_H 1
  4439. | #define HAVE_SYS_RESOURCE_H 1
  4440. | #define HAVE_SIGNAL_H 1
  4441. | #define SIZEOF_SIZE_T 4
  4442. | #define SIZEOF_SSIZE_T 4
  4443. | #define SIZEOF_OFF_T 4
  4444. | #define SIZEOF_INT32_T 4
  4445. | #define SIZEOF_LONG 4
  4446. | #define lfs_alias_t off_t
  4447. | #define LFS_ALIAS_BITS 32
  4448. | #define HAVE_STDLIB_H 1
  4449. | #define HAVE_UNISTD_H 1
  4450. | #define HAVE_SYS_PARAM_H 1
  4451. | #define HAVE_TERMIOS 1
  4452. | #define HAVE_SCHED_SETSCHEDULER 1
  4453. | #define HAVE_SETUID 1
  4454. | #define HAVE_GETUID 1
  4455. | #define HAVE_SETPRIORITY 1
  4456. | #define HAVE_STRERROR 1
  4457. | #define HAVE_SETLOCALE 1
  4458. | #define HAVE_STRDUP 1
  4459. | #define HAVE_ATOLL 1
  4460. | #define HAVE_LOCALE_H 1
  4461. | #define HAVE_NETDB_H 1
  4462. | #define HAVE_SYS_PARAM_H 1
  4463. | #define HAVE_SYS_SOCKET_H 1
  4464. | #define HAVE_NETINET_IN_H 1
  4465. | #define HAVE_ARPA_INET_H 1
  4466. | #define HAVE_GETADDRINFO 1
  4467. | #define HAVE_LIBM 1
  4468. | /* end confdefs.h. */
  4469. |
  4470. | /* Override any GCC internal prototype to avoid an error.
  4471. | Use char because int might match the return type of a GCC
  4472. | builtin and then its argument prototype would still apply. */
  4473. | #ifdef __cplusplus
  4474. | extern "C"
  4475. | #endif
  4476. | char snd_pcm_open ();
  4477. | int
  4478. | main ()
  4479. | {
  4480. | return snd_pcm_open ();
  4481. | ;
  4482. | return 0;
  4483. | }
  4484. configure:16619: result: no
  4485. configure:16522: checking for pcm_open in -ltinyalsa
  4486. configure:16547: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -ltinyalsa -lm >&5
  4487. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ltinyalsa
  4488. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccKD3zH1.o: in function main:conftest.c:83: error: undefined reference to 'pcm_open'
  4489. collect2: ld returned 1 exit status
  4490. configure:16547: $? = 1
  4491. configure: failed program was:
  4492. | /* confdefs.h */
  4493. | #define PACKAGE_NAME "mpg123"
  4494. | #define PACKAGE_TARNAME "mpg123"
  4495. | #define PACKAGE_VERSION "1.17.0"
  4496. | #define PACKAGE_STRING "mpg123 1.17.0"
  4497. | #define PACKAGE_BUGREPORT "[email protected]"
  4498. | #define PACKAGE_URL ""
  4499. | #define PACKAGE "mpg123"
  4500. | #define VERSION "1.17.0"
  4501. | #define STDC_HEADERS 1
  4502. | #define HAVE_SYS_TYPES_H 1
  4503. | #define HAVE_SYS_STAT_H 1
  4504. | #define HAVE_STDLIB_H 1
  4505. | #define HAVE_STRING_H 1
  4506. | #define HAVE_MEMORY_H 1
  4507. | #define HAVE_STRINGS_H 1
  4508. | #define HAVE_INTTYPES_H 1
  4509. | #define HAVE_STDINT_H 1
  4510. | #define HAVE_UNISTD_H 1
  4511. | #define DYNAMIC_BUILD 1
  4512. | #define HAVE_DLFCN_H 1
  4513. | #define LT_OBJDIR ".libs/"
  4514. | #define GAPLESS 1
  4515. | #define USE_NEW_HUFFTABLE 1
  4516. | #define NO_32BIT 1
  4517. | #define NO_REAL 1
  4518. | #define MODULE_FILE_SUFFIX ".la"
  4519. | #define ASMALIGN_BALIGN 1
  4520. | #define STDC_HEADERS 1
  4521. | #define HAVE_STDIO_H 1
  4522. | #define HAVE_STDLIB_H 1
  4523. | #define HAVE_STRING_H 1
  4524. | #define HAVE_UNISTD_H 1
  4525. | #define HAVE_SCHED_H 1
  4526. | #define HAVE_SYS_IOCTL_H 1
  4527. | #define HAVE_SYS_TYPES_H 1
  4528. | #define HAVE_STDINT_H 1
  4529. | #define HAVE_LIMITS_H 1
  4530. | #define HAVE_INTTYPES_H 1
  4531. | #define HAVE_SYS_TIME_H 1
  4532. | #define HAVE_SYS_WAIT_H 1
  4533. | #define HAVE_SYS_RESOURCE_H 1
  4534. | #define HAVE_SIGNAL_H 1
  4535. | #define SIZEOF_SIZE_T 4
  4536. | #define SIZEOF_SSIZE_T 4
  4537. | #define SIZEOF_OFF_T 4
  4538. | #define SIZEOF_INT32_T 4
  4539. | #define SIZEOF_LONG 4
  4540. | #define lfs_alias_t off_t
  4541. | #define LFS_ALIAS_BITS 32
  4542. | #define HAVE_STDLIB_H 1
  4543. | #define HAVE_UNISTD_H 1
  4544. | #define HAVE_SYS_PARAM_H 1
  4545. | #define HAVE_TERMIOS 1
  4546. | #define HAVE_SCHED_SETSCHEDULER 1
  4547. | #define HAVE_SETUID 1
  4548. | #define HAVE_GETUID 1
  4549. | #define HAVE_SETPRIORITY 1
  4550. | #define HAVE_STRERROR 1
  4551. | #define HAVE_SETLOCALE 1
  4552. | #define HAVE_STRDUP 1
  4553. | #define HAVE_ATOLL 1
  4554. | #define HAVE_LOCALE_H 1
  4555. | #define HAVE_NETDB_H 1
  4556. | #define HAVE_SYS_PARAM_H 1
  4557. | #define HAVE_SYS_SOCKET_H 1
  4558. | #define HAVE_NETINET_IN_H 1
  4559. | #define HAVE_ARPA_INET_H 1
  4560. | #define HAVE_GETADDRINFO 1
  4561. | #define HAVE_LIBM 1
  4562. | /* end confdefs.h. */
  4563. |
  4564. | /* Override any GCC internal prototype to avoid an error.
  4565. | Use char because int might match the return type of a GCC
  4566. | builtin and then its argument prototype would still apply. */
  4567. | #ifdef __cplusplus
  4568. | extern "C"
  4569. | #endif
  4570. | char pcm_open ();
  4571. | int
  4572. | main ()
  4573. | {
  4574. | return pcm_open ();
  4575. | ;
  4576. | return 0;
  4577. | }
  4578. configure:16556: result: no
  4579. configure:16499: checking sys/soundcard.h usability
  4580. configure:16499: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  4581. conftest.c:105:27: fatal error: sys/soundcard.h: No such file or directory
  4582. compilation terminated.
  4583. configure:16499: $? = 1
  4584. configure: failed program was:
  4585. | /* confdefs.h */
  4586. | #define PACKAGE_NAME "mpg123"
  4587. | #define PACKAGE_TARNAME "mpg123"
  4588. | #define PACKAGE_VERSION "1.17.0"
  4589. | #define PACKAGE_STRING "mpg123 1.17.0"
  4590. | #define PACKAGE_BUGREPORT "[email protected]"
  4591. | #define PACKAGE_URL ""
  4592. | #define PACKAGE "mpg123"
  4593. | #define VERSION "1.17.0"
  4594. | #define STDC_HEADERS 1
  4595. | #define HAVE_SYS_TYPES_H 1
  4596. | #define HAVE_SYS_STAT_H 1
  4597. | #define HAVE_STDLIB_H 1
  4598. | #define HAVE_STRING_H 1
  4599. | #define HAVE_MEMORY_H 1
  4600. | #define HAVE_STRINGS_H 1
  4601. | #define HAVE_INTTYPES_H 1
  4602. | #define HAVE_STDINT_H 1
  4603. | #define HAVE_UNISTD_H 1
  4604. | #define DYNAMIC_BUILD 1
  4605. | #define HAVE_DLFCN_H 1
  4606. | #define LT_OBJDIR ".libs/"
  4607. | #define GAPLESS 1
  4608. | #define USE_NEW_HUFFTABLE 1
  4609. | #define NO_32BIT 1
  4610. | #define NO_REAL 1
  4611. | #define MODULE_FILE_SUFFIX ".la"
  4612. | #define ASMALIGN_BALIGN 1
  4613. | #define STDC_HEADERS 1
  4614. | #define HAVE_STDIO_H 1
  4615. | #define HAVE_STDLIB_H 1
  4616. | #define HAVE_STRING_H 1
  4617. | #define HAVE_UNISTD_H 1
  4618. | #define HAVE_SCHED_H 1
  4619. | #define HAVE_SYS_IOCTL_H 1
  4620. | #define HAVE_SYS_TYPES_H 1
  4621. | #define HAVE_STDINT_H 1
  4622. | #define HAVE_LIMITS_H 1
  4623. | #define HAVE_INTTYPES_H 1
  4624. | #define HAVE_SYS_TIME_H 1
  4625. | #define HAVE_SYS_WAIT_H 1
  4626. | #define HAVE_SYS_RESOURCE_H 1
  4627. | #define HAVE_SIGNAL_H 1
  4628. | #define SIZEOF_SIZE_T 4
  4629. | #define SIZEOF_SSIZE_T 4
  4630. | #define SIZEOF_OFF_T 4
  4631. | #define SIZEOF_INT32_T 4
  4632. | #define SIZEOF_LONG 4
  4633. | #define lfs_alias_t off_t
  4634. | #define LFS_ALIAS_BITS 32
  4635. | #define HAVE_STDLIB_H 1
  4636. | #define HAVE_UNISTD_H 1
  4637. | #define HAVE_SYS_PARAM_H 1
  4638. | #define HAVE_TERMIOS 1
  4639. | #define HAVE_SCHED_SETSCHEDULER 1
  4640. | #define HAVE_SETUID 1
  4641. | #define HAVE_GETUID 1
  4642. | #define HAVE_SETPRIORITY 1
  4643. | #define HAVE_STRERROR 1
  4644. | #define HAVE_SETLOCALE 1
  4645. | #define HAVE_STRDUP 1
  4646. | #define HAVE_ATOLL 1
  4647. | #define HAVE_LOCALE_H 1
  4648. | #define HAVE_NETDB_H 1
  4649. | #define HAVE_SYS_PARAM_H 1
  4650. | #define HAVE_SYS_SOCKET_H 1
  4651. | #define HAVE_NETINET_IN_H 1
  4652. | #define HAVE_ARPA_INET_H 1
  4653. | #define HAVE_GETADDRINFO 1
  4654. | #define HAVE_LIBM 1
  4655. | /* end confdefs.h. */
  4656. | #include <stdio.h>
  4657. | #ifdef HAVE_SYS_TYPES_H
  4658. | # include <sys/types.h>
  4659. | #endif
  4660. | #ifdef HAVE_SYS_STAT_H
  4661. | # include <sys/stat.h>
  4662. | #endif
  4663. | #ifdef STDC_HEADERS
  4664. | # include <stdlib.h>
  4665. | # include <stddef.h>
  4666. | #else
  4667. | # ifdef HAVE_STDLIB_H
  4668. | # include <stdlib.h>
  4669. | # endif
  4670. | #endif
  4671. | #ifdef HAVE_STRING_H
  4672. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4673. | # include <memory.h>
  4674. | # endif
  4675. | # include <string.h>
  4676. | #endif
  4677. | #ifdef HAVE_STRINGS_H
  4678. | # include <strings.h>
  4679. | #endif
  4680. | #ifdef HAVE_INTTYPES_H
  4681. | # include <inttypes.h>
  4682. | #endif
  4683. | #ifdef HAVE_STDINT_H
  4684. | # include <stdint.h>
  4685. | #endif
  4686. | #ifdef HAVE_UNISTD_H
  4687. | # include <unistd.h>
  4688. | #endif
  4689. | #include <sys/soundcard.h>
  4690. configure:16499: result: no
  4691. configure:16499: checking sys/soundcard.h presence
  4692. configure:16499: arm-linux-androideabi-gcc -E conftest.c
  4693. conftest.c:72:27: fatal error: sys/soundcard.h: No such file or directory
  4694. compilation terminated.
  4695. configure:16499: $? = 1
  4696. configure: failed program was:
  4697. | /* confdefs.h */
  4698. | #define PACKAGE_NAME "mpg123"
  4699. | #define PACKAGE_TARNAME "mpg123"
  4700. | #define PACKAGE_VERSION "1.17.0"
  4701. | #define PACKAGE_STRING "mpg123 1.17.0"
  4702. | #define PACKAGE_BUGREPORT "[email protected]"
  4703. | #define PACKAGE_URL ""
  4704. | #define PACKAGE "mpg123"
  4705. | #define VERSION "1.17.0"
  4706. | #define STDC_HEADERS 1
  4707. | #define HAVE_SYS_TYPES_H 1
  4708. | #define HAVE_SYS_STAT_H 1
  4709. | #define HAVE_STDLIB_H 1
  4710. | #define HAVE_STRING_H 1
  4711. | #define HAVE_MEMORY_H 1
  4712. | #define HAVE_STRINGS_H 1
  4713. | #define HAVE_INTTYPES_H 1
  4714. | #define HAVE_STDINT_H 1
  4715. | #define HAVE_UNISTD_H 1
  4716. | #define DYNAMIC_BUILD 1
  4717. | #define HAVE_DLFCN_H 1
  4718. | #define LT_OBJDIR ".libs/"
  4719. | #define GAPLESS 1
  4720. | #define USE_NEW_HUFFTABLE 1
  4721. | #define NO_32BIT 1
  4722. | #define NO_REAL 1
  4723. | #define MODULE_FILE_SUFFIX ".la"
  4724. | #define ASMALIGN_BALIGN 1
  4725. | #define STDC_HEADERS 1
  4726. | #define HAVE_STDIO_H 1
  4727. | #define HAVE_STDLIB_H 1
  4728. | #define HAVE_STRING_H 1
  4729. | #define HAVE_UNISTD_H 1
  4730. | #define HAVE_SCHED_H 1
  4731. | #define HAVE_SYS_IOCTL_H 1
  4732. | #define HAVE_SYS_TYPES_H 1
  4733. | #define HAVE_STDINT_H 1
  4734. | #define HAVE_LIMITS_H 1
  4735. | #define HAVE_INTTYPES_H 1
  4736. | #define HAVE_SYS_TIME_H 1
  4737. | #define HAVE_SYS_WAIT_H 1
  4738. | #define HAVE_SYS_RESOURCE_H 1
  4739. | #define HAVE_SIGNAL_H 1
  4740. | #define SIZEOF_SIZE_T 4
  4741. | #define SIZEOF_SSIZE_T 4
  4742. | #define SIZEOF_OFF_T 4
  4743. | #define SIZEOF_INT32_T 4
  4744. | #define SIZEOF_LONG 4
  4745. | #define lfs_alias_t off_t
  4746. | #define LFS_ALIAS_BITS 32
  4747. | #define HAVE_STDLIB_H 1
  4748. | #define HAVE_UNISTD_H 1
  4749. | #define HAVE_SYS_PARAM_H 1
  4750. | #define HAVE_TERMIOS 1
  4751. | #define HAVE_SCHED_SETSCHEDULER 1
  4752. | #define HAVE_SETUID 1
  4753. | #define HAVE_GETUID 1
  4754. | #define HAVE_SETPRIORITY 1
  4755. | #define HAVE_STRERROR 1
  4756. | #define HAVE_SETLOCALE 1
  4757. | #define HAVE_STRDUP 1
  4758. | #define HAVE_ATOLL 1
  4759. | #define HAVE_LOCALE_H 1
  4760. | #define HAVE_NETDB_H 1
  4761. | #define HAVE_SYS_PARAM_H 1
  4762. | #define HAVE_SYS_SOCKET_H 1
  4763. | #define HAVE_NETINET_IN_H 1
  4764. | #define HAVE_ARPA_INET_H 1
  4765. | #define HAVE_GETADDRINFO 1
  4766. | #define HAVE_LIBM 1
  4767. | /* end confdefs.h. */
  4768. | #include <sys/soundcard.h>
  4769. configure:16499: result: no
  4770. configure:16499: checking for sys/soundcard.h
  4771. configure:16499: result: no
  4772. configure:16499: checking linux/soundcard.h usability
  4773. configure:16499: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  4774. configure:16499: $? = 0
  4775. configure:16499: result: yes
  4776. configure:16499: checking linux/soundcard.h presence
  4777. configure:16499: arm-linux-androideabi-gcc -E conftest.c
  4778. configure:16499: $? = 0
  4779. configure:16499: result: yes
  4780. configure:16499: checking for linux/soundcard.h
  4781. configure:16499: result: yes
  4782. configure:16499: checking machine/soundcard.h usability
  4783. configure:16499: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  4784. conftest.c:106:31: fatal error: machine/soundcard.h: No such file or directory
  4785. compilation terminated.
  4786. configure:16499: $? = 1
  4787. configure: failed program was:
  4788. | /* confdefs.h */
  4789. | #define PACKAGE_NAME "mpg123"
  4790. | #define PACKAGE_TARNAME "mpg123"
  4791. | #define PACKAGE_VERSION "1.17.0"
  4792. | #define PACKAGE_STRING "mpg123 1.17.0"
  4793. | #define PACKAGE_BUGREPORT "[email protected]"
  4794. | #define PACKAGE_URL ""
  4795. | #define PACKAGE "mpg123"
  4796. | #define VERSION "1.17.0"
  4797. | #define STDC_HEADERS 1
  4798. | #define HAVE_SYS_TYPES_H 1
  4799. | #define HAVE_SYS_STAT_H 1
  4800. | #define HAVE_STDLIB_H 1
  4801. | #define HAVE_STRING_H 1
  4802. | #define HAVE_MEMORY_H 1
  4803. | #define HAVE_STRINGS_H 1
  4804. | #define HAVE_INTTYPES_H 1
  4805. | #define HAVE_STDINT_H 1
  4806. | #define HAVE_UNISTD_H 1
  4807. | #define DYNAMIC_BUILD 1
  4808. | #define HAVE_DLFCN_H 1
  4809. | #define LT_OBJDIR ".libs/"
  4810. | #define GAPLESS 1
  4811. | #define USE_NEW_HUFFTABLE 1
  4812. | #define NO_32BIT 1
  4813. | #define NO_REAL 1
  4814. | #define MODULE_FILE_SUFFIX ".la"
  4815. | #define ASMALIGN_BALIGN 1
  4816. | #define STDC_HEADERS 1
  4817. | #define HAVE_STDIO_H 1
  4818. | #define HAVE_STDLIB_H 1
  4819. | #define HAVE_STRING_H 1
  4820. | #define HAVE_UNISTD_H 1
  4821. | #define HAVE_SCHED_H 1
  4822. | #define HAVE_SYS_IOCTL_H 1
  4823. | #define HAVE_SYS_TYPES_H 1
  4824. | #define HAVE_STDINT_H 1
  4825. | #define HAVE_LIMITS_H 1
  4826. | #define HAVE_INTTYPES_H 1
  4827. | #define HAVE_SYS_TIME_H 1
  4828. | #define HAVE_SYS_WAIT_H 1
  4829. | #define HAVE_SYS_RESOURCE_H 1
  4830. | #define HAVE_SIGNAL_H 1
  4831. | #define SIZEOF_SIZE_T 4
  4832. | #define SIZEOF_SSIZE_T 4
  4833. | #define SIZEOF_OFF_T 4
  4834. | #define SIZEOF_INT32_T 4
  4835. | #define SIZEOF_LONG 4
  4836. | #define lfs_alias_t off_t
  4837. | #define LFS_ALIAS_BITS 32
  4838. | #define HAVE_STDLIB_H 1
  4839. | #define HAVE_UNISTD_H 1
  4840. | #define HAVE_SYS_PARAM_H 1
  4841. | #define HAVE_TERMIOS 1
  4842. | #define HAVE_SCHED_SETSCHEDULER 1
  4843. | #define HAVE_SETUID 1
  4844. | #define HAVE_GETUID 1
  4845. | #define HAVE_SETPRIORITY 1
  4846. | #define HAVE_STRERROR 1
  4847. | #define HAVE_SETLOCALE 1
  4848. | #define HAVE_STRDUP 1
  4849. | #define HAVE_ATOLL 1
  4850. | #define HAVE_LOCALE_H 1
  4851. | #define HAVE_NETDB_H 1
  4852. | #define HAVE_SYS_PARAM_H 1
  4853. | #define HAVE_SYS_SOCKET_H 1
  4854. | #define HAVE_NETINET_IN_H 1
  4855. | #define HAVE_ARPA_INET_H 1
  4856. | #define HAVE_GETADDRINFO 1
  4857. | #define HAVE_LIBM 1
  4858. | #define HAVE_LINUX_SOUNDCARD_H 1
  4859. | /* end confdefs.h. */
  4860. | #include <stdio.h>
  4861. | #ifdef HAVE_SYS_TYPES_H
  4862. | # include <sys/types.h>
  4863. | #endif
  4864. | #ifdef HAVE_SYS_STAT_H
  4865. | # include <sys/stat.h>
  4866. | #endif
  4867. | #ifdef STDC_HEADERS
  4868. | # include <stdlib.h>
  4869. | # include <stddef.h>
  4870. | #else
  4871. | # ifdef HAVE_STDLIB_H
  4872. | # include <stdlib.h>
  4873. | # endif
  4874. | #endif
  4875. | #ifdef HAVE_STRING_H
  4876. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4877. | # include <memory.h>
  4878. | # endif
  4879. | # include <string.h>
  4880. | #endif
  4881. | #ifdef HAVE_STRINGS_H
  4882. | # include <strings.h>
  4883. | #endif
  4884. | #ifdef HAVE_INTTYPES_H
  4885. | # include <inttypes.h>
  4886. | #endif
  4887. | #ifdef HAVE_STDINT_H
  4888. | # include <stdint.h>
  4889. | #endif
  4890. | #ifdef HAVE_UNISTD_H
  4891. | # include <unistd.h>
  4892. | #endif
  4893. | #include <machine/soundcard.h>
  4894. configure:16499: result: no
  4895. configure:16499: checking machine/soundcard.h presence
  4896. configure:16499: arm-linux-androideabi-gcc -E conftest.c
  4897. conftest.c:73:31: fatal error: machine/soundcard.h: No such file or directory
  4898. compilation terminated.
  4899. configure:16499: $? = 1
  4900. configure: failed program was:
  4901. | /* confdefs.h */
  4902. | #define PACKAGE_NAME "mpg123"
  4903. | #define PACKAGE_TARNAME "mpg123"
  4904. | #define PACKAGE_VERSION "1.17.0"
  4905. | #define PACKAGE_STRING "mpg123 1.17.0"
  4906. | #define PACKAGE_BUGREPORT "[email protected]"
  4907. | #define PACKAGE_URL ""
  4908. | #define PACKAGE "mpg123"
  4909. | #define VERSION "1.17.0"
  4910. | #define STDC_HEADERS 1
  4911. | #define HAVE_SYS_TYPES_H 1
  4912. | #define HAVE_SYS_STAT_H 1
  4913. | #define HAVE_STDLIB_H 1
  4914. | #define HAVE_STRING_H 1
  4915. | #define HAVE_MEMORY_H 1
  4916. | #define HAVE_STRINGS_H 1
  4917. | #define HAVE_INTTYPES_H 1
  4918. | #define HAVE_STDINT_H 1
  4919. | #define HAVE_UNISTD_H 1
  4920. | #define DYNAMIC_BUILD 1
  4921. | #define HAVE_DLFCN_H 1
  4922. | #define LT_OBJDIR ".libs/"
  4923. | #define GAPLESS 1
  4924. | #define USE_NEW_HUFFTABLE 1
  4925. | #define NO_32BIT 1
  4926. | #define NO_REAL 1
  4927. | #define MODULE_FILE_SUFFIX ".la"
  4928. | #define ASMALIGN_BALIGN 1
  4929. | #define STDC_HEADERS 1
  4930. | #define HAVE_STDIO_H 1
  4931. | #define HAVE_STDLIB_H 1
  4932. | #define HAVE_STRING_H 1
  4933. | #define HAVE_UNISTD_H 1
  4934. | #define HAVE_SCHED_H 1
  4935. | #define HAVE_SYS_IOCTL_H 1
  4936. | #define HAVE_SYS_TYPES_H 1
  4937. | #define HAVE_STDINT_H 1
  4938. | #define HAVE_LIMITS_H 1
  4939. | #define HAVE_INTTYPES_H 1
  4940. | #define HAVE_SYS_TIME_H 1
  4941. | #define HAVE_SYS_WAIT_H 1
  4942. | #define HAVE_SYS_RESOURCE_H 1
  4943. | #define HAVE_SIGNAL_H 1
  4944. | #define SIZEOF_SIZE_T 4
  4945. | #define SIZEOF_SSIZE_T 4
  4946. | #define SIZEOF_OFF_T 4
  4947. | #define SIZEOF_INT32_T 4
  4948. | #define SIZEOF_LONG 4
  4949. | #define lfs_alias_t off_t
  4950. | #define LFS_ALIAS_BITS 32
  4951. | #define HAVE_STDLIB_H 1
  4952. | #define HAVE_UNISTD_H 1
  4953. | #define HAVE_SYS_PARAM_H 1
  4954. | #define HAVE_TERMIOS 1
  4955. | #define HAVE_SCHED_SETSCHEDULER 1
  4956. | #define HAVE_SETUID 1
  4957. | #define HAVE_GETUID 1
  4958. | #define HAVE_SETPRIORITY 1
  4959. | #define HAVE_STRERROR 1
  4960. | #define HAVE_SETLOCALE 1
  4961. | #define HAVE_STRDUP 1
  4962. | #define HAVE_ATOLL 1
  4963. | #define HAVE_LOCALE_H 1
  4964. | #define HAVE_NETDB_H 1
  4965. | #define HAVE_SYS_PARAM_H 1
  4966. | #define HAVE_SYS_SOCKET_H 1
  4967. | #define HAVE_NETINET_IN_H 1
  4968. | #define HAVE_ARPA_INET_H 1
  4969. | #define HAVE_GETADDRINFO 1
  4970. | #define HAVE_LIBM 1
  4971. | #define HAVE_LINUX_SOUNDCARD_H 1
  4972. | /* end confdefs.h. */
  4973. | #include <machine/soundcard.h>
  4974. configure:16499: result: no
  4975. configure:16499: checking for machine/soundcard.h
  4976. configure:16499: result: no
  4977. configure:17356: checking AudioUnit/AudioUnit.h usability
  4978. configure:17356: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  4979. conftest.c:106:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
  4980. compilation terminated.
  4981. configure:17356: $? = 1
  4982. configure: failed program was:
  4983. | /* confdefs.h */
  4984. | #define PACKAGE_NAME "mpg123"
  4985. | #define PACKAGE_TARNAME "mpg123"
  4986. | #define PACKAGE_VERSION "1.17.0"
  4987. | #define PACKAGE_STRING "mpg123 1.17.0"
  4988. | #define PACKAGE_BUGREPORT "[email protected]"
  4989. | #define PACKAGE_URL ""
  4990. | #define PACKAGE "mpg123"
  4991. | #define VERSION "1.17.0"
  4992. | #define STDC_HEADERS 1
  4993. | #define HAVE_SYS_TYPES_H 1
  4994. | #define HAVE_SYS_STAT_H 1
  4995. | #define HAVE_STDLIB_H 1
  4996. | #define HAVE_STRING_H 1
  4997. | #define HAVE_MEMORY_H 1
  4998. | #define HAVE_STRINGS_H 1
  4999. | #define HAVE_INTTYPES_H 1
  5000. | #define HAVE_STDINT_H 1
  5001. | #define HAVE_UNISTD_H 1
  5002. | #define DYNAMIC_BUILD 1
  5003. | #define HAVE_DLFCN_H 1
  5004. | #define LT_OBJDIR ".libs/"
  5005. | #define GAPLESS 1
  5006. | #define USE_NEW_HUFFTABLE 1
  5007. | #define NO_32BIT 1
  5008. | #define NO_REAL 1
  5009. | #define MODULE_FILE_SUFFIX ".la"
  5010. | #define ASMALIGN_BALIGN 1
  5011. | #define STDC_HEADERS 1
  5012. | #define HAVE_STDIO_H 1
  5013. | #define HAVE_STDLIB_H 1
  5014. | #define HAVE_STRING_H 1
  5015. | #define HAVE_UNISTD_H 1
  5016. | #define HAVE_SCHED_H 1
  5017. | #define HAVE_SYS_IOCTL_H 1
  5018. | #define HAVE_SYS_TYPES_H 1
  5019. | #define HAVE_STDINT_H 1
  5020. | #define HAVE_LIMITS_H 1
  5021. | #define HAVE_INTTYPES_H 1
  5022. | #define HAVE_SYS_TIME_H 1
  5023. | #define HAVE_SYS_WAIT_H 1
  5024. | #define HAVE_SYS_RESOURCE_H 1
  5025. | #define HAVE_SIGNAL_H 1
  5026. | #define SIZEOF_SIZE_T 4
  5027. | #define SIZEOF_SSIZE_T 4
  5028. | #define SIZEOF_OFF_T 4
  5029. | #define SIZEOF_INT32_T 4
  5030. | #define SIZEOF_LONG 4
  5031. | #define lfs_alias_t off_t
  5032. | #define LFS_ALIAS_BITS 32
  5033. | #define HAVE_STDLIB_H 1
  5034. | #define HAVE_UNISTD_H 1
  5035. | #define HAVE_SYS_PARAM_H 1
  5036. | #define HAVE_TERMIOS 1
  5037. | #define HAVE_SCHED_SETSCHEDULER 1
  5038. | #define HAVE_SETUID 1
  5039. | #define HAVE_GETUID 1
  5040. | #define HAVE_SETPRIORITY 1
  5041. | #define HAVE_STRERROR 1
  5042. | #define HAVE_SETLOCALE 1
  5043. | #define HAVE_STRDUP 1
  5044. | #define HAVE_ATOLL 1
  5045. | #define HAVE_LOCALE_H 1
  5046. | #define HAVE_NETDB_H 1
  5047. | #define HAVE_SYS_PARAM_H 1
  5048. | #define HAVE_SYS_SOCKET_H 1
  5049. | #define HAVE_NETINET_IN_H 1
  5050. | #define HAVE_ARPA_INET_H 1
  5051. | #define HAVE_GETADDRINFO 1
  5052. | #define HAVE_LIBM 1
  5053. | #define HAVE_LINUX_SOUNDCARD_H 1
  5054. | /* end confdefs.h. */
  5055. | #include <stdio.h>
  5056. | #ifdef HAVE_SYS_TYPES_H
  5057. | # include <sys/types.h>
  5058. | #endif
  5059. | #ifdef HAVE_SYS_STAT_H
  5060. | # include <sys/stat.h>
  5061. | #endif
  5062. | #ifdef STDC_HEADERS
  5063. | # include <stdlib.h>
  5064. | # include <stddef.h>
  5065. | #else
  5066. | # ifdef HAVE_STDLIB_H
  5067. | # include <stdlib.h>
  5068. | # endif
  5069. | #endif
  5070. | #ifdef HAVE_STRING_H
  5071. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5072. | # include <memory.h>
  5073. | # endif
  5074. | # include <string.h>
  5075. | #endif
  5076. | #ifdef HAVE_STRINGS_H
  5077. | # include <strings.h>
  5078. | #endif
  5079. | #ifdef HAVE_INTTYPES_H
  5080. | # include <inttypes.h>
  5081. | #endif
  5082. | #ifdef HAVE_STDINT_H
  5083. | # include <stdint.h>
  5084. | #endif
  5085. | #ifdef HAVE_UNISTD_H
  5086. | # include <unistd.h>
  5087. | #endif
  5088. | #include <AudioUnit/AudioUnit.h>
  5089. configure:17356: result: no
  5090. configure:17356: checking AudioUnit/AudioUnit.h presence
  5091. configure:17356: arm-linux-androideabi-gcc -E conftest.c
  5092. conftest.c:73:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
  5093. compilation terminated.
  5094. configure:17356: $? = 1
  5095. configure: failed program was:
  5096. | /* confdefs.h */
  5097. | #define PACKAGE_NAME "mpg123"
  5098. | #define PACKAGE_TARNAME "mpg123"
  5099. | #define PACKAGE_VERSION "1.17.0"
  5100. | #define PACKAGE_STRING "mpg123 1.17.0"
  5101. | #define PACKAGE_BUGREPORT "[email protected]"
  5102. | #define PACKAGE_URL ""
  5103. | #define PACKAGE "mpg123"
  5104. | #define VERSION "1.17.0"
  5105. | #define STDC_HEADERS 1
  5106. | #define HAVE_SYS_TYPES_H 1
  5107. | #define HAVE_SYS_STAT_H 1
  5108. | #define HAVE_STDLIB_H 1
  5109. | #define HAVE_STRING_H 1
  5110. | #define HAVE_MEMORY_H 1
  5111. | #define HAVE_STRINGS_H 1
  5112. | #define HAVE_INTTYPES_H 1
  5113. | #define HAVE_STDINT_H 1
  5114. | #define HAVE_UNISTD_H 1
  5115. | #define DYNAMIC_BUILD 1
  5116. | #define HAVE_DLFCN_H 1
  5117. | #define LT_OBJDIR ".libs/"
  5118. | #define GAPLESS 1
  5119. | #define USE_NEW_HUFFTABLE 1
  5120. | #define NO_32BIT 1
  5121. | #define NO_REAL 1
  5122. | #define MODULE_FILE_SUFFIX ".la"
  5123. | #define ASMALIGN_BALIGN 1
  5124. | #define STDC_HEADERS 1
  5125. | #define HAVE_STDIO_H 1
  5126. | #define HAVE_STDLIB_H 1
  5127. | #define HAVE_STRING_H 1
  5128. | #define HAVE_UNISTD_H 1
  5129. | #define HAVE_SCHED_H 1
  5130. | #define HAVE_SYS_IOCTL_H 1
  5131. | #define HAVE_SYS_TYPES_H 1
  5132. | #define HAVE_STDINT_H 1
  5133. | #define HAVE_LIMITS_H 1
  5134. | #define HAVE_INTTYPES_H 1
  5135. | #define HAVE_SYS_TIME_H 1
  5136. | #define HAVE_SYS_WAIT_H 1
  5137. | #define HAVE_SYS_RESOURCE_H 1
  5138. | #define HAVE_SIGNAL_H 1
  5139. | #define SIZEOF_SIZE_T 4
  5140. | #define SIZEOF_SSIZE_T 4
  5141. | #define SIZEOF_OFF_T 4
  5142. | #define SIZEOF_INT32_T 4
  5143. | #define SIZEOF_LONG 4
  5144. | #define lfs_alias_t off_t
  5145. | #define LFS_ALIAS_BITS 32
  5146. | #define HAVE_STDLIB_H 1
  5147. | #define HAVE_UNISTD_H 1
  5148. | #define HAVE_SYS_PARAM_H 1
  5149. | #define HAVE_TERMIOS 1
  5150. | #define HAVE_SCHED_SETSCHEDULER 1
  5151. | #define HAVE_SETUID 1
  5152. | #define HAVE_GETUID 1
  5153. | #define HAVE_SETPRIORITY 1
  5154. | #define HAVE_STRERROR 1
  5155. | #define HAVE_SETLOCALE 1
  5156. | #define HAVE_STRDUP 1
  5157. | #define HAVE_ATOLL 1
  5158. | #define HAVE_LOCALE_H 1
  5159. | #define HAVE_NETDB_H 1
  5160. | #define HAVE_SYS_PARAM_H 1
  5161. | #define HAVE_SYS_SOCKET_H 1
  5162. | #define HAVE_NETINET_IN_H 1
  5163. | #define HAVE_ARPA_INET_H 1
  5164. | #define HAVE_GETADDRINFO 1
  5165. | #define HAVE_LIBM 1
  5166. | #define HAVE_LINUX_SOUNDCARD_H 1
  5167. | /* end confdefs.h. */
  5168. | #include <AudioUnit/AudioUnit.h>
  5169. configure:17356: result: no
  5170. configure:17356: checking for AudioUnit/AudioUnit.h
  5171. configure:17356: result: no
  5172. configure:17356: checking CoreServices/CoreServices.h usability
  5173. configure:17356: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  5174. conftest.c:106:39: fatal error: CoreServices/CoreServices.h: No such file or directory
  5175. compilation terminated.
  5176. configure:17356: $? = 1
  5177. configure: failed program was:
  5178. | /* confdefs.h */
  5179. | #define PACKAGE_NAME "mpg123"
  5180. | #define PACKAGE_TARNAME "mpg123"
  5181. | #define PACKAGE_VERSION "1.17.0"
  5182. | #define PACKAGE_STRING "mpg123 1.17.0"
  5183. | #define PACKAGE_BUGREPORT "[email protected]"
  5184. | #define PACKAGE_URL ""
  5185. | #define PACKAGE "mpg123"
  5186. | #define VERSION "1.17.0"
  5187. | #define STDC_HEADERS 1
  5188. | #define HAVE_SYS_TYPES_H 1
  5189. | #define HAVE_SYS_STAT_H 1
  5190. | #define HAVE_STDLIB_H 1
  5191. | #define HAVE_STRING_H 1
  5192. | #define HAVE_MEMORY_H 1
  5193. | #define HAVE_STRINGS_H 1
  5194. | #define HAVE_INTTYPES_H 1
  5195. | #define HAVE_STDINT_H 1
  5196. | #define HAVE_UNISTD_H 1
  5197. | #define DYNAMIC_BUILD 1
  5198. | #define HAVE_DLFCN_H 1
  5199. | #define LT_OBJDIR ".libs/"
  5200. | #define GAPLESS 1
  5201. | #define USE_NEW_HUFFTABLE 1
  5202. | #define NO_32BIT 1
  5203. | #define NO_REAL 1
  5204. | #define MODULE_FILE_SUFFIX ".la"
  5205. | #define ASMALIGN_BALIGN 1
  5206. | #define STDC_HEADERS 1
  5207. | #define HAVE_STDIO_H 1
  5208. | #define HAVE_STDLIB_H 1
  5209. | #define HAVE_STRING_H 1
  5210. | #define HAVE_UNISTD_H 1
  5211. | #define HAVE_SCHED_H 1
  5212. | #define HAVE_SYS_IOCTL_H 1
  5213. | #define HAVE_SYS_TYPES_H 1
  5214. | #define HAVE_STDINT_H 1
  5215. | #define HAVE_LIMITS_H 1
  5216. | #define HAVE_INTTYPES_H 1
  5217. | #define HAVE_SYS_TIME_H 1
  5218. | #define HAVE_SYS_WAIT_H 1
  5219. | #define HAVE_SYS_RESOURCE_H 1
  5220. | #define HAVE_SIGNAL_H 1
  5221. | #define SIZEOF_SIZE_T 4
  5222. | #define SIZEOF_SSIZE_T 4
  5223. | #define SIZEOF_OFF_T 4
  5224. | #define SIZEOF_INT32_T 4
  5225. | #define SIZEOF_LONG 4
  5226. | #define lfs_alias_t off_t
  5227. | #define LFS_ALIAS_BITS 32
  5228. | #define HAVE_STDLIB_H 1
  5229. | #define HAVE_UNISTD_H 1
  5230. | #define HAVE_SYS_PARAM_H 1
  5231. | #define HAVE_TERMIOS 1
  5232. | #define HAVE_SCHED_SETSCHEDULER 1
  5233. | #define HAVE_SETUID 1
  5234. | #define HAVE_GETUID 1
  5235. | #define HAVE_SETPRIORITY 1
  5236. | #define HAVE_STRERROR 1
  5237. | #define HAVE_SETLOCALE 1
  5238. | #define HAVE_STRDUP 1
  5239. | #define HAVE_ATOLL 1
  5240. | #define HAVE_LOCALE_H 1
  5241. | #define HAVE_NETDB_H 1
  5242. | #define HAVE_SYS_PARAM_H 1
  5243. | #define HAVE_SYS_SOCKET_H 1
  5244. | #define HAVE_NETINET_IN_H 1
  5245. | #define HAVE_ARPA_INET_H 1
  5246. | #define HAVE_GETADDRINFO 1
  5247. | #define HAVE_LIBM 1
  5248. | #define HAVE_LINUX_SOUNDCARD_H 1
  5249. | /* end confdefs.h. */
  5250. | #include <stdio.h>
  5251. | #ifdef HAVE_SYS_TYPES_H
  5252. | # include <sys/types.h>
  5253. | #endif
  5254. | #ifdef HAVE_SYS_STAT_H
  5255. | # include <sys/stat.h>
  5256. | #endif
  5257. | #ifdef STDC_HEADERS
  5258. | # include <stdlib.h>
  5259. | # include <stddef.h>
  5260. | #else
  5261. | # ifdef HAVE_STDLIB_H
  5262. | # include <stdlib.h>
  5263. | # endif
  5264. | #endif
  5265. | #ifdef HAVE_STRING_H
  5266. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5267. | # include <memory.h>
  5268. | # endif
  5269. | # include <string.h>
  5270. | #endif
  5271. | #ifdef HAVE_STRINGS_H
  5272. | # include <strings.h>
  5273. | #endif
  5274. | #ifdef HAVE_INTTYPES_H
  5275. | # include <inttypes.h>
  5276. | #endif
  5277. | #ifdef HAVE_STDINT_H
  5278. | # include <stdint.h>
  5279. | #endif
  5280. | #ifdef HAVE_UNISTD_H
  5281. | # include <unistd.h>
  5282. | #endif
  5283. | #include <CoreServices/CoreServices.h>
  5284. configure:17356: result: no
  5285. configure:17356: checking CoreServices/CoreServices.h presence
  5286. configure:17356: arm-linux-androideabi-gcc -E conftest.c
  5287. conftest.c:73:39: fatal error: CoreServices/CoreServices.h: No such file or directory
  5288. compilation terminated.
  5289. configure:17356: $? = 1
  5290. configure: failed program was:
  5291. | /* confdefs.h */
  5292. | #define PACKAGE_NAME "mpg123"
  5293. | #define PACKAGE_TARNAME "mpg123"
  5294. | #define PACKAGE_VERSION "1.17.0"
  5295. | #define PACKAGE_STRING "mpg123 1.17.0"
  5296. | #define PACKAGE_BUGREPORT "[email protected]"
  5297. | #define PACKAGE_URL ""
  5298. | #define PACKAGE "mpg123"
  5299. | #define VERSION "1.17.0"
  5300. | #define STDC_HEADERS 1
  5301. | #define HAVE_SYS_TYPES_H 1
  5302. | #define HAVE_SYS_STAT_H 1
  5303. | #define HAVE_STDLIB_H 1
  5304. | #define HAVE_STRING_H 1
  5305. | #define HAVE_MEMORY_H 1
  5306. | #define HAVE_STRINGS_H 1
  5307. | #define HAVE_INTTYPES_H 1
  5308. | #define HAVE_STDINT_H 1
  5309. | #define HAVE_UNISTD_H 1
  5310. | #define DYNAMIC_BUILD 1
  5311. | #define HAVE_DLFCN_H 1
  5312. | #define LT_OBJDIR ".libs/"
  5313. | #define GAPLESS 1
  5314. | #define USE_NEW_HUFFTABLE 1
  5315. | #define NO_32BIT 1
  5316. | #define NO_REAL 1
  5317. | #define MODULE_FILE_SUFFIX ".la"
  5318. | #define ASMALIGN_BALIGN 1
  5319. | #define STDC_HEADERS 1
  5320. | #define HAVE_STDIO_H 1
  5321. | #define HAVE_STDLIB_H 1
  5322. | #define HAVE_STRING_H 1
  5323. | #define HAVE_UNISTD_H 1
  5324. | #define HAVE_SCHED_H 1
  5325. | #define HAVE_SYS_IOCTL_H 1
  5326. | #define HAVE_SYS_TYPES_H 1
  5327. | #define HAVE_STDINT_H 1
  5328. | #define HAVE_LIMITS_H 1
  5329. | #define HAVE_INTTYPES_H 1
  5330. | #define HAVE_SYS_TIME_H 1
  5331. | #define HAVE_SYS_WAIT_H 1
  5332. | #define HAVE_SYS_RESOURCE_H 1
  5333. | #define HAVE_SIGNAL_H 1
  5334. | #define SIZEOF_SIZE_T 4
  5335. | #define SIZEOF_SSIZE_T 4
  5336. | #define SIZEOF_OFF_T 4
  5337. | #define SIZEOF_INT32_T 4
  5338. | #define SIZEOF_LONG 4
  5339. | #define lfs_alias_t off_t
  5340. | #define LFS_ALIAS_BITS 32
  5341. | #define HAVE_STDLIB_H 1
  5342. | #define HAVE_UNISTD_H 1
  5343. | #define HAVE_SYS_PARAM_H 1
  5344. | #define HAVE_TERMIOS 1
  5345. | #define HAVE_SCHED_SETSCHEDULER 1
  5346. | #define HAVE_SETUID 1
  5347. | #define HAVE_GETUID 1
  5348. | #define HAVE_SETPRIORITY 1
  5349. | #define HAVE_STRERROR 1
  5350. | #define HAVE_SETLOCALE 1
  5351. | #define HAVE_STRDUP 1
  5352. | #define HAVE_ATOLL 1
  5353. | #define HAVE_LOCALE_H 1
  5354. | #define HAVE_NETDB_H 1
  5355. | #define HAVE_SYS_PARAM_H 1
  5356. | #define HAVE_SYS_SOCKET_H 1
  5357. | #define HAVE_NETINET_IN_H 1
  5358. | #define HAVE_ARPA_INET_H 1
  5359. | #define HAVE_GETADDRINFO 1
  5360. | #define HAVE_LIBM 1
  5361. | #define HAVE_LINUX_SOUNDCARD_H 1
  5362. | /* end confdefs.h. */
  5363. | #include <CoreServices/CoreServices.h>
  5364. configure:17356: result: no
  5365. configure:17356: checking for CoreServices/CoreServices.h
  5366. configure:17356: result: no
  5367. configure:17356: checking AudioToolbox/AudioToolbox.h usability
  5368. configure:17356: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  5369. conftest.c:106:39: fatal error: AudioToolbox/AudioToolbox.h: No such file or directory
  5370. compilation terminated.
  5371. configure:17356: $? = 1
  5372. configure: failed program was:
  5373. | /* confdefs.h */
  5374. | #define PACKAGE_NAME "mpg123"
  5375. | #define PACKAGE_TARNAME "mpg123"
  5376. | #define PACKAGE_VERSION "1.17.0"
  5377. | #define PACKAGE_STRING "mpg123 1.17.0"
  5378. | #define PACKAGE_BUGREPORT "[email protected]"
  5379. | #define PACKAGE_URL ""
  5380. | #define PACKAGE "mpg123"
  5381. | #define VERSION "1.17.0"
  5382. | #define STDC_HEADERS 1
  5383. | #define HAVE_SYS_TYPES_H 1
  5384. | #define HAVE_SYS_STAT_H 1
  5385. | #define HAVE_STDLIB_H 1
  5386. | #define HAVE_STRING_H 1
  5387. | #define HAVE_MEMORY_H 1
  5388. | #define HAVE_STRINGS_H 1
  5389. | #define HAVE_INTTYPES_H 1
  5390. | #define HAVE_STDINT_H 1
  5391. | #define HAVE_UNISTD_H 1
  5392. | #define DYNAMIC_BUILD 1
  5393. | #define HAVE_DLFCN_H 1
  5394. | #define LT_OBJDIR ".libs/"
  5395. | #define GAPLESS 1
  5396. | #define USE_NEW_HUFFTABLE 1
  5397. | #define NO_32BIT 1
  5398. | #define NO_REAL 1
  5399. | #define MODULE_FILE_SUFFIX ".la"
  5400. | #define ASMALIGN_BALIGN 1
  5401. | #define STDC_HEADERS 1
  5402. | #define HAVE_STDIO_H 1
  5403. | #define HAVE_STDLIB_H 1
  5404. | #define HAVE_STRING_H 1
  5405. | #define HAVE_UNISTD_H 1
  5406. | #define HAVE_SCHED_H 1
  5407. | #define HAVE_SYS_IOCTL_H 1
  5408. | #define HAVE_SYS_TYPES_H 1
  5409. | #define HAVE_STDINT_H 1
  5410. | #define HAVE_LIMITS_H 1
  5411. | #define HAVE_INTTYPES_H 1
  5412. | #define HAVE_SYS_TIME_H 1
  5413. | #define HAVE_SYS_WAIT_H 1
  5414. | #define HAVE_SYS_RESOURCE_H 1
  5415. | #define HAVE_SIGNAL_H 1
  5416. | #define SIZEOF_SIZE_T 4
  5417. | #define SIZEOF_SSIZE_T 4
  5418. | #define SIZEOF_OFF_T 4
  5419. | #define SIZEOF_INT32_T 4
  5420. | #define SIZEOF_LONG 4
  5421. | #define lfs_alias_t off_t
  5422. | #define LFS_ALIAS_BITS 32
  5423. | #define HAVE_STDLIB_H 1
  5424. | #define HAVE_UNISTD_H 1
  5425. | #define HAVE_SYS_PARAM_H 1
  5426. | #define HAVE_TERMIOS 1
  5427. | #define HAVE_SCHED_SETSCHEDULER 1
  5428. | #define HAVE_SETUID 1
  5429. | #define HAVE_GETUID 1
  5430. | #define HAVE_SETPRIORITY 1
  5431. | #define HAVE_STRERROR 1
  5432. | #define HAVE_SETLOCALE 1
  5433. | #define HAVE_STRDUP 1
  5434. | #define HAVE_ATOLL 1
  5435. | #define HAVE_LOCALE_H 1
  5436. | #define HAVE_NETDB_H 1
  5437. | #define HAVE_SYS_PARAM_H 1
  5438. | #define HAVE_SYS_SOCKET_H 1
  5439. | #define HAVE_NETINET_IN_H 1
  5440. | #define HAVE_ARPA_INET_H 1
  5441. | #define HAVE_GETADDRINFO 1
  5442. | #define HAVE_LIBM 1
  5443. | #define HAVE_LINUX_SOUNDCARD_H 1
  5444. | /* end confdefs.h. */
  5445. | #include <stdio.h>
  5446. | #ifdef HAVE_SYS_TYPES_H
  5447. | # include <sys/types.h>
  5448. | #endif
  5449. | #ifdef HAVE_SYS_STAT_H
  5450. | # include <sys/stat.h>
  5451. | #endif
  5452. | #ifdef STDC_HEADERS
  5453. | # include <stdlib.h>
  5454. | # include <stddef.h>
  5455. | #else
  5456. | # ifdef HAVE_STDLIB_H
  5457. | # include <stdlib.h>
  5458. | # endif
  5459. | #endif
  5460. | #ifdef HAVE_STRING_H
  5461. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5462. | # include <memory.h>
  5463. | # endif
  5464. | # include <string.h>
  5465. | #endif
  5466. | #ifdef HAVE_STRINGS_H
  5467. | # include <strings.h>
  5468. | #endif
  5469. | #ifdef HAVE_INTTYPES_H
  5470. | # include <inttypes.h>
  5471. | #endif
  5472. | #ifdef HAVE_STDINT_H
  5473. | # include <stdint.h>
  5474. | #endif
  5475. | #ifdef HAVE_UNISTD_H
  5476. | # include <unistd.h>
  5477. | #endif
  5478. | #include <AudioToolbox/AudioToolbox.h>
  5479. configure:17356: result: no
  5480. configure:17356: checking AudioToolbox/AudioToolbox.h presence
  5481. configure:17356: arm-linux-androideabi-gcc -E conftest.c
  5482. conftest.c:73:39: fatal error: AudioToolbox/AudioToolbox.h: No such file or directory
  5483. compilation terminated.
  5484. configure:17356: $? = 1
  5485. configure: failed program was:
  5486. | /* confdefs.h */
  5487. | #define PACKAGE_NAME "mpg123"
  5488. | #define PACKAGE_TARNAME "mpg123"
  5489. | #define PACKAGE_VERSION "1.17.0"
  5490. | #define PACKAGE_STRING "mpg123 1.17.0"
  5491. | #define PACKAGE_BUGREPORT "[email protected]"
  5492. | #define PACKAGE_URL ""
  5493. | #define PACKAGE "mpg123"
  5494. | #define VERSION "1.17.0"
  5495. | #define STDC_HEADERS 1
  5496. | #define HAVE_SYS_TYPES_H 1
  5497. | #define HAVE_SYS_STAT_H 1
  5498. | #define HAVE_STDLIB_H 1
  5499. | #define HAVE_STRING_H 1
  5500. | #define HAVE_MEMORY_H 1
  5501. | #define HAVE_STRINGS_H 1
  5502. | #define HAVE_INTTYPES_H 1
  5503. | #define HAVE_STDINT_H 1
  5504. | #define HAVE_UNISTD_H 1
  5505. | #define DYNAMIC_BUILD 1
  5506. | #define HAVE_DLFCN_H 1
  5507. | #define LT_OBJDIR ".libs/"
  5508. | #define GAPLESS 1
  5509. | #define USE_NEW_HUFFTABLE 1
  5510. | #define NO_32BIT 1
  5511. | #define NO_REAL 1
  5512. | #define MODULE_FILE_SUFFIX ".la"
  5513. | #define ASMALIGN_BALIGN 1
  5514. | #define STDC_HEADERS 1
  5515. | #define HAVE_STDIO_H 1
  5516. | #define HAVE_STDLIB_H 1
  5517. | #define HAVE_STRING_H 1
  5518. | #define HAVE_UNISTD_H 1
  5519. | #define HAVE_SCHED_H 1
  5520. | #define HAVE_SYS_IOCTL_H 1
  5521. | #define HAVE_SYS_TYPES_H 1
  5522. | #define HAVE_STDINT_H 1
  5523. | #define HAVE_LIMITS_H 1
  5524. | #define HAVE_INTTYPES_H 1
  5525. | #define HAVE_SYS_TIME_H 1
  5526. | #define HAVE_SYS_WAIT_H 1
  5527. | #define HAVE_SYS_RESOURCE_H 1
  5528. | #define HAVE_SIGNAL_H 1
  5529. | #define SIZEOF_SIZE_T 4
  5530. | #define SIZEOF_SSIZE_T 4
  5531. | #define SIZEOF_OFF_T 4
  5532. | #define SIZEOF_INT32_T 4
  5533. | #define SIZEOF_LONG 4
  5534. | #define lfs_alias_t off_t
  5535. | #define LFS_ALIAS_BITS 32
  5536. | #define HAVE_STDLIB_H 1
  5537. | #define HAVE_UNISTD_H 1
  5538. | #define HAVE_SYS_PARAM_H 1
  5539. | #define HAVE_TERMIOS 1
  5540. | #define HAVE_SCHED_SETSCHEDULER 1
  5541. | #define HAVE_SETUID 1
  5542. | #define HAVE_GETUID 1
  5543. | #define HAVE_SETPRIORITY 1
  5544. | #define HAVE_STRERROR 1
  5545. | #define HAVE_SETLOCALE 1
  5546. | #define HAVE_STRDUP 1
  5547. | #define HAVE_ATOLL 1
  5548. | #define HAVE_LOCALE_H 1
  5549. | #define HAVE_NETDB_H 1
  5550. | #define HAVE_SYS_PARAM_H 1
  5551. | #define HAVE_SYS_SOCKET_H 1
  5552. | #define HAVE_NETINET_IN_H 1
  5553. | #define HAVE_ARPA_INET_H 1
  5554. | #define HAVE_GETADDRINFO 1
  5555. | #define HAVE_LIBM 1
  5556. | #define HAVE_LINUX_SOUNDCARD_H 1
  5557. | /* end confdefs.h. */
  5558. | #include <AudioToolbox/AudioToolbox.h>
  5559. configure:17356: result: no
  5560. configure:17356: checking for AudioToolbox/AudioToolbox.h
  5561. configure:17356: result: no
  5562. configure:17270: checking for sio_open in -lsndio
  5563. configure:17295: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lsndio -lm >&5
  5564. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsndio
  5565. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/cc0UZHe8.o: in function main:conftest.c:84: error: undefined reference to 'sio_open'
  5566. collect2: ld returned 1 exit status
  5567. configure:17295: $? = 1
  5568. configure: failed program was:
  5569. | /* confdefs.h */
  5570. | #define PACKAGE_NAME "mpg123"
  5571. | #define PACKAGE_TARNAME "mpg123"
  5572. | #define PACKAGE_VERSION "1.17.0"
  5573. | #define PACKAGE_STRING "mpg123 1.17.0"
  5574. | #define PACKAGE_BUGREPORT "[email protected]"
  5575. | #define PACKAGE_URL ""
  5576. | #define PACKAGE "mpg123"
  5577. | #define VERSION "1.17.0"
  5578. | #define STDC_HEADERS 1
  5579. | #define HAVE_SYS_TYPES_H 1
  5580. | #define HAVE_SYS_STAT_H 1
  5581. | #define HAVE_STDLIB_H 1
  5582. | #define HAVE_STRING_H 1
  5583. | #define HAVE_MEMORY_H 1
  5584. | #define HAVE_STRINGS_H 1
  5585. | #define HAVE_INTTYPES_H 1
  5586. | #define HAVE_STDINT_H 1
  5587. | #define HAVE_UNISTD_H 1
  5588. | #define DYNAMIC_BUILD 1
  5589. | #define HAVE_DLFCN_H 1
  5590. | #define LT_OBJDIR ".libs/"
  5591. | #define GAPLESS 1
  5592. | #define USE_NEW_HUFFTABLE 1
  5593. | #define NO_32BIT 1
  5594. | #define NO_REAL 1
  5595. | #define MODULE_FILE_SUFFIX ".la"
  5596. | #define ASMALIGN_BALIGN 1
  5597. | #define STDC_HEADERS 1
  5598. | #define HAVE_STDIO_H 1
  5599. | #define HAVE_STDLIB_H 1
  5600. | #define HAVE_STRING_H 1
  5601. | #define HAVE_UNISTD_H 1
  5602. | #define HAVE_SCHED_H 1
  5603. | #define HAVE_SYS_IOCTL_H 1
  5604. | #define HAVE_SYS_TYPES_H 1
  5605. | #define HAVE_STDINT_H 1
  5606. | #define HAVE_LIMITS_H 1
  5607. | #define HAVE_INTTYPES_H 1
  5608. | #define HAVE_SYS_TIME_H 1
  5609. | #define HAVE_SYS_WAIT_H 1
  5610. | #define HAVE_SYS_RESOURCE_H 1
  5611. | #define HAVE_SIGNAL_H 1
  5612. | #define SIZEOF_SIZE_T 4
  5613. | #define SIZEOF_SSIZE_T 4
  5614. | #define SIZEOF_OFF_T 4
  5615. | #define SIZEOF_INT32_T 4
  5616. | #define SIZEOF_LONG 4
  5617. | #define lfs_alias_t off_t
  5618. | #define LFS_ALIAS_BITS 32
  5619. | #define HAVE_STDLIB_H 1
  5620. | #define HAVE_UNISTD_H 1
  5621. | #define HAVE_SYS_PARAM_H 1
  5622. | #define HAVE_TERMIOS 1
  5623. | #define HAVE_SCHED_SETSCHEDULER 1
  5624. | #define HAVE_SETUID 1
  5625. | #define HAVE_GETUID 1
  5626. | #define HAVE_SETPRIORITY 1
  5627. | #define HAVE_STRERROR 1
  5628. | #define HAVE_SETLOCALE 1
  5629. | #define HAVE_STRDUP 1
  5630. | #define HAVE_ATOLL 1
  5631. | #define HAVE_LOCALE_H 1
  5632. | #define HAVE_NETDB_H 1
  5633. | #define HAVE_SYS_PARAM_H 1
  5634. | #define HAVE_SYS_SOCKET_H 1
  5635. | #define HAVE_NETINET_IN_H 1
  5636. | #define HAVE_ARPA_INET_H 1
  5637. | #define HAVE_GETADDRINFO 1
  5638. | #define HAVE_LIBM 1
  5639. | #define HAVE_LINUX_SOUNDCARD_H 1
  5640. | /* end confdefs.h. */
  5641. |
  5642. | /* Override any GCC internal prototype to avoid an error.
  5643. | Use char because int might match the return type of a GCC
  5644. | builtin and then its argument prototype would still apply. */
  5645. | #ifdef __cplusplus
  5646. | extern "C"
  5647. | #endif
  5648. | char sio_open ();
  5649. | int
  5650. | main ()
  5651. | {
  5652. | return sio_open ();
  5653. | ;
  5654. | return 0;
  5655. | }
  5656. configure:17304: result: no
  5657. configure:17331: checking sun/audioio.h usability
  5658. configure:17331: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  5659. conftest.c:106:25: fatal error: sun/audioio.h: No such file or directory
  5660. compilation terminated.
  5661. configure:17331: $? = 1
  5662. configure: failed program was:
  5663. | /* confdefs.h */
  5664. | #define PACKAGE_NAME "mpg123"
  5665. | #define PACKAGE_TARNAME "mpg123"
  5666. | #define PACKAGE_VERSION "1.17.0"
  5667. | #define PACKAGE_STRING "mpg123 1.17.0"
  5668. | #define PACKAGE_BUGREPORT "[email protected]"
  5669. | #define PACKAGE_URL ""
  5670. | #define PACKAGE "mpg123"
  5671. | #define VERSION "1.17.0"
  5672. | #define STDC_HEADERS 1
  5673. | #define HAVE_SYS_TYPES_H 1
  5674. | #define HAVE_SYS_STAT_H 1
  5675. | #define HAVE_STDLIB_H 1
  5676. | #define HAVE_STRING_H 1
  5677. | #define HAVE_MEMORY_H 1
  5678. | #define HAVE_STRINGS_H 1
  5679. | #define HAVE_INTTYPES_H 1
  5680. | #define HAVE_STDINT_H 1
  5681. | #define HAVE_UNISTD_H 1
  5682. | #define DYNAMIC_BUILD 1
  5683. | #define HAVE_DLFCN_H 1
  5684. | #define LT_OBJDIR ".libs/"
  5685. | #define GAPLESS 1
  5686. | #define USE_NEW_HUFFTABLE 1
  5687. | #define NO_32BIT 1
  5688. | #define NO_REAL 1
  5689. | #define MODULE_FILE_SUFFIX ".la"
  5690. | #define ASMALIGN_BALIGN 1
  5691. | #define STDC_HEADERS 1
  5692. | #define HAVE_STDIO_H 1
  5693. | #define HAVE_STDLIB_H 1
  5694. | #define HAVE_STRING_H 1
  5695. | #define HAVE_UNISTD_H 1
  5696. | #define HAVE_SCHED_H 1
  5697. | #define HAVE_SYS_IOCTL_H 1
  5698. | #define HAVE_SYS_TYPES_H 1
  5699. | #define HAVE_STDINT_H 1
  5700. | #define HAVE_LIMITS_H 1
  5701. | #define HAVE_INTTYPES_H 1
  5702. | #define HAVE_SYS_TIME_H 1
  5703. | #define HAVE_SYS_WAIT_H 1
  5704. | #define HAVE_SYS_RESOURCE_H 1
  5705. | #define HAVE_SIGNAL_H 1
  5706. | #define SIZEOF_SIZE_T 4
  5707. | #define SIZEOF_SSIZE_T 4
  5708. | #define SIZEOF_OFF_T 4
  5709. | #define SIZEOF_INT32_T 4
  5710. | #define SIZEOF_LONG 4
  5711. | #define lfs_alias_t off_t
  5712. | #define LFS_ALIAS_BITS 32
  5713. | #define HAVE_STDLIB_H 1
  5714. | #define HAVE_UNISTD_H 1
  5715. | #define HAVE_SYS_PARAM_H 1
  5716. | #define HAVE_TERMIOS 1
  5717. | #define HAVE_SCHED_SETSCHEDULER 1
  5718. | #define HAVE_SETUID 1
  5719. | #define HAVE_GETUID 1
  5720. | #define HAVE_SETPRIORITY 1
  5721. | #define HAVE_STRERROR 1
  5722. | #define HAVE_SETLOCALE 1
  5723. | #define HAVE_STRDUP 1
  5724. | #define HAVE_ATOLL 1
  5725. | #define HAVE_LOCALE_H 1
  5726. | #define HAVE_NETDB_H 1
  5727. | #define HAVE_SYS_PARAM_H 1
  5728. | #define HAVE_SYS_SOCKET_H 1
  5729. | #define HAVE_NETINET_IN_H 1
  5730. | #define HAVE_ARPA_INET_H 1
  5731. | #define HAVE_GETADDRINFO 1
  5732. | #define HAVE_LIBM 1
  5733. | #define HAVE_LINUX_SOUNDCARD_H 1
  5734. | /* end confdefs.h. */
  5735. | #include <stdio.h>
  5736. | #ifdef HAVE_SYS_TYPES_H
  5737. | # include <sys/types.h>
  5738. | #endif
  5739. | #ifdef HAVE_SYS_STAT_H
  5740. | # include <sys/stat.h>
  5741. | #endif
  5742. | #ifdef STDC_HEADERS
  5743. | # include <stdlib.h>
  5744. | # include <stddef.h>
  5745. | #else
  5746. | # ifdef HAVE_STDLIB_H
  5747. | # include <stdlib.h>
  5748. | # endif
  5749. | #endif
  5750. | #ifdef HAVE_STRING_H
  5751. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5752. | # include <memory.h>
  5753. | # endif
  5754. | # include <string.h>
  5755. | #endif
  5756. | #ifdef HAVE_STRINGS_H
  5757. | # include <strings.h>
  5758. | #endif
  5759. | #ifdef HAVE_INTTYPES_H
  5760. | # include <inttypes.h>
  5761. | #endif
  5762. | #ifdef HAVE_STDINT_H
  5763. | # include <stdint.h>
  5764. | #endif
  5765. | #ifdef HAVE_UNISTD_H
  5766. | # include <unistd.h>
  5767. | #endif
  5768. | #include <sun/audioio.h>
  5769. configure:17331: result: no
  5770. configure:17331: checking sun/audioio.h presence
  5771. configure:17331: arm-linux-androideabi-gcc -E conftest.c
  5772. conftest.c:73:25: fatal error: sun/audioio.h: No such file or directory
  5773. compilation terminated.
  5774. configure:17331: $? = 1
  5775. configure: failed program was:
  5776. | /* confdefs.h */
  5777. | #define PACKAGE_NAME "mpg123"
  5778. | #define PACKAGE_TARNAME "mpg123"
  5779. | #define PACKAGE_VERSION "1.17.0"
  5780. | #define PACKAGE_STRING "mpg123 1.17.0"
  5781. | #define PACKAGE_BUGREPORT "[email protected]"
  5782. | #define PACKAGE_URL ""
  5783. | #define PACKAGE "mpg123"
  5784. | #define VERSION "1.17.0"
  5785. | #define STDC_HEADERS 1
  5786. | #define HAVE_SYS_TYPES_H 1
  5787. | #define HAVE_SYS_STAT_H 1
  5788. | #define HAVE_STDLIB_H 1
  5789. | #define HAVE_STRING_H 1
  5790. | #define HAVE_MEMORY_H 1
  5791. | #define HAVE_STRINGS_H 1
  5792. | #define HAVE_INTTYPES_H 1
  5793. | #define HAVE_STDINT_H 1
  5794. | #define HAVE_UNISTD_H 1
  5795. | #define DYNAMIC_BUILD 1
  5796. | #define HAVE_DLFCN_H 1
  5797. | #define LT_OBJDIR ".libs/"
  5798. | #define GAPLESS 1
  5799. | #define USE_NEW_HUFFTABLE 1
  5800. | #define NO_32BIT 1
  5801. | #define NO_REAL 1
  5802. | #define MODULE_FILE_SUFFIX ".la"
  5803. | #define ASMALIGN_BALIGN 1
  5804. | #define STDC_HEADERS 1
  5805. | #define HAVE_STDIO_H 1
  5806. | #define HAVE_STDLIB_H 1
  5807. | #define HAVE_STRING_H 1
  5808. | #define HAVE_UNISTD_H 1
  5809. | #define HAVE_SCHED_H 1
  5810. | #define HAVE_SYS_IOCTL_H 1
  5811. | #define HAVE_SYS_TYPES_H 1
  5812. | #define HAVE_STDINT_H 1
  5813. | #define HAVE_LIMITS_H 1
  5814. | #define HAVE_INTTYPES_H 1
  5815. | #define HAVE_SYS_TIME_H 1
  5816. | #define HAVE_SYS_WAIT_H 1
  5817. | #define HAVE_SYS_RESOURCE_H 1
  5818. | #define HAVE_SIGNAL_H 1
  5819. | #define SIZEOF_SIZE_T 4
  5820. | #define SIZEOF_SSIZE_T 4
  5821. | #define SIZEOF_OFF_T 4
  5822. | #define SIZEOF_INT32_T 4
  5823. | #define SIZEOF_LONG 4
  5824. | #define lfs_alias_t off_t
  5825. | #define LFS_ALIAS_BITS 32
  5826. | #define HAVE_STDLIB_H 1
  5827. | #define HAVE_UNISTD_H 1
  5828. | #define HAVE_SYS_PARAM_H 1
  5829. | #define HAVE_TERMIOS 1
  5830. | #define HAVE_SCHED_SETSCHEDULER 1
  5831. | #define HAVE_SETUID 1
  5832. | #define HAVE_GETUID 1
  5833. | #define HAVE_SETPRIORITY 1
  5834. | #define HAVE_STRERROR 1
  5835. | #define HAVE_SETLOCALE 1
  5836. | #define HAVE_STRDUP 1
  5837. | #define HAVE_ATOLL 1
  5838. | #define HAVE_LOCALE_H 1
  5839. | #define HAVE_NETDB_H 1
  5840. | #define HAVE_SYS_PARAM_H 1
  5841. | #define HAVE_SYS_SOCKET_H 1
  5842. | #define HAVE_NETINET_IN_H 1
  5843. | #define HAVE_ARPA_INET_H 1
  5844. | #define HAVE_GETADDRINFO 1
  5845. | #define HAVE_LIBM 1
  5846. | #define HAVE_LINUX_SOUNDCARD_H 1
  5847. | /* end confdefs.h. */
  5848. | #include <sun/audioio.h>
  5849. configure:17331: result: no
  5850. configure:17331: checking for sun/audioio.h
  5851. configure:17331: result: no
  5852. configure:17331: checking sys/audioio.h usability
  5853. configure:17331: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  5854. conftest.c:106:25: fatal error: sys/audioio.h: No such file or directory
  5855. compilation terminated.
  5856. configure:17331: $? = 1
  5857. configure: failed program was:
  5858. | /* confdefs.h */
  5859. | #define PACKAGE_NAME "mpg123"
  5860. | #define PACKAGE_TARNAME "mpg123"
  5861. | #define PACKAGE_VERSION "1.17.0"
  5862. | #define PACKAGE_STRING "mpg123 1.17.0"
  5863. | #define PACKAGE_BUGREPORT "[email protected]"
  5864. | #define PACKAGE_URL ""
  5865. | #define PACKAGE "mpg123"
  5866. | #define VERSION "1.17.0"
  5867. | #define STDC_HEADERS 1
  5868. | #define HAVE_SYS_TYPES_H 1
  5869. | #define HAVE_SYS_STAT_H 1
  5870. | #define HAVE_STDLIB_H 1
  5871. | #define HAVE_STRING_H 1
  5872. | #define HAVE_MEMORY_H 1
  5873. | #define HAVE_STRINGS_H 1
  5874. | #define HAVE_INTTYPES_H 1
  5875. | #define HAVE_STDINT_H 1
  5876. | #define HAVE_UNISTD_H 1
  5877. | #define DYNAMIC_BUILD 1
  5878. | #define HAVE_DLFCN_H 1
  5879. | #define LT_OBJDIR ".libs/"
  5880. | #define GAPLESS 1
  5881. | #define USE_NEW_HUFFTABLE 1
  5882. | #define NO_32BIT 1
  5883. | #define NO_REAL 1
  5884. | #define MODULE_FILE_SUFFIX ".la"
  5885. | #define ASMALIGN_BALIGN 1
  5886. | #define STDC_HEADERS 1
  5887. | #define HAVE_STDIO_H 1
  5888. | #define HAVE_STDLIB_H 1
  5889. | #define HAVE_STRING_H 1
  5890. | #define HAVE_UNISTD_H 1
  5891. | #define HAVE_SCHED_H 1
  5892. | #define HAVE_SYS_IOCTL_H 1
  5893. | #define HAVE_SYS_TYPES_H 1
  5894. | #define HAVE_STDINT_H 1
  5895. | #define HAVE_LIMITS_H 1
  5896. | #define HAVE_INTTYPES_H 1
  5897. | #define HAVE_SYS_TIME_H 1
  5898. | #define HAVE_SYS_WAIT_H 1
  5899. | #define HAVE_SYS_RESOURCE_H 1
  5900. | #define HAVE_SIGNAL_H 1
  5901. | #define SIZEOF_SIZE_T 4
  5902. | #define SIZEOF_SSIZE_T 4
  5903. | #define SIZEOF_OFF_T 4
  5904. | #define SIZEOF_INT32_T 4
  5905. | #define SIZEOF_LONG 4
  5906. | #define lfs_alias_t off_t
  5907. | #define LFS_ALIAS_BITS 32
  5908. | #define HAVE_STDLIB_H 1
  5909. | #define HAVE_UNISTD_H 1
  5910. | #define HAVE_SYS_PARAM_H 1
  5911. | #define HAVE_TERMIOS 1
  5912. | #define HAVE_SCHED_SETSCHEDULER 1
  5913. | #define HAVE_SETUID 1
  5914. | #define HAVE_GETUID 1
  5915. | #define HAVE_SETPRIORITY 1
  5916. | #define HAVE_STRERROR 1
  5917. | #define HAVE_SETLOCALE 1
  5918. | #define HAVE_STRDUP 1
  5919. | #define HAVE_ATOLL 1
  5920. | #define HAVE_LOCALE_H 1
  5921. | #define HAVE_NETDB_H 1
  5922. | #define HAVE_SYS_PARAM_H 1
  5923. | #define HAVE_SYS_SOCKET_H 1
  5924. | #define HAVE_NETINET_IN_H 1
  5925. | #define HAVE_ARPA_INET_H 1
  5926. | #define HAVE_GETADDRINFO 1
  5927. | #define HAVE_LIBM 1
  5928. | #define HAVE_LINUX_SOUNDCARD_H 1
  5929. | /* end confdefs.h. */
  5930. | #include <stdio.h>
  5931. | #ifdef HAVE_SYS_TYPES_H
  5932. | # include <sys/types.h>
  5933. | #endif
  5934. | #ifdef HAVE_SYS_STAT_H
  5935. | # include <sys/stat.h>
  5936. | #endif
  5937. | #ifdef STDC_HEADERS
  5938. | # include <stdlib.h>
  5939. | # include <stddef.h>
  5940. | #else
  5941. | # ifdef HAVE_STDLIB_H
  5942. | # include <stdlib.h>
  5943. | # endif
  5944. | #endif
  5945. | #ifdef HAVE_STRING_H
  5946. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5947. | # include <memory.h>
  5948. | # endif
  5949. | # include <string.h>
  5950. | #endif
  5951. | #ifdef HAVE_STRINGS_H
  5952. | # include <strings.h>
  5953. | #endif
  5954. | #ifdef HAVE_INTTYPES_H
  5955. | # include <inttypes.h>
  5956. | #endif
  5957. | #ifdef HAVE_STDINT_H
  5958. | # include <stdint.h>
  5959. | #endif
  5960. | #ifdef HAVE_UNISTD_H
  5961. | # include <unistd.h>
  5962. | #endif
  5963. | #include <sys/audioio.h>
  5964. configure:17331: result: no
  5965. configure:17331: checking sys/audioio.h presence
  5966. configure:17331: arm-linux-androideabi-gcc -E conftest.c
  5967. conftest.c:73:25: fatal error: sys/audioio.h: No such file or directory
  5968. compilation terminated.
  5969. configure:17331: $? = 1
  5970. configure: failed program was:
  5971. | /* confdefs.h */
  5972. | #define PACKAGE_NAME "mpg123"
  5973. | #define PACKAGE_TARNAME "mpg123"
  5974. | #define PACKAGE_VERSION "1.17.0"
  5975. | #define PACKAGE_STRING "mpg123 1.17.0"
  5976. | #define PACKAGE_BUGREPORT "[email protected]"
  5977. | #define PACKAGE_URL ""
  5978. | #define PACKAGE "mpg123"
  5979. | #define VERSION "1.17.0"
  5980. | #define STDC_HEADERS 1
  5981. | #define HAVE_SYS_TYPES_H 1
  5982. | #define HAVE_SYS_STAT_H 1
  5983. | #define HAVE_STDLIB_H 1
  5984. | #define HAVE_STRING_H 1
  5985. | #define HAVE_MEMORY_H 1
  5986. | #define HAVE_STRINGS_H 1
  5987. | #define HAVE_INTTYPES_H 1
  5988. | #define HAVE_STDINT_H 1
  5989. | #define HAVE_UNISTD_H 1
  5990. | #define DYNAMIC_BUILD 1
  5991. | #define HAVE_DLFCN_H 1
  5992. | #define LT_OBJDIR ".libs/"
  5993. | #define GAPLESS 1
  5994. | #define USE_NEW_HUFFTABLE 1
  5995. | #define NO_32BIT 1
  5996. | #define NO_REAL 1
  5997. | #define MODULE_FILE_SUFFIX ".la"
  5998. | #define ASMALIGN_BALIGN 1
  5999. | #define STDC_HEADERS 1
  6000. | #define HAVE_STDIO_H 1
  6001. | #define HAVE_STDLIB_H 1
  6002. | #define HAVE_STRING_H 1
  6003. | #define HAVE_UNISTD_H 1
  6004. | #define HAVE_SCHED_H 1
  6005. | #define HAVE_SYS_IOCTL_H 1
  6006. | #define HAVE_SYS_TYPES_H 1
  6007. | #define HAVE_STDINT_H 1
  6008. | #define HAVE_LIMITS_H 1
  6009. | #define HAVE_INTTYPES_H 1
  6010. | #define HAVE_SYS_TIME_H 1
  6011. | #define HAVE_SYS_WAIT_H 1
  6012. | #define HAVE_SYS_RESOURCE_H 1
  6013. | #define HAVE_SIGNAL_H 1
  6014. | #define SIZEOF_SIZE_T 4
  6015. | #define SIZEOF_SSIZE_T 4
  6016. | #define SIZEOF_OFF_T 4
  6017. | #define SIZEOF_INT32_T 4
  6018. | #define SIZEOF_LONG 4
  6019. | #define lfs_alias_t off_t
  6020. | #define LFS_ALIAS_BITS 32
  6021. | #define HAVE_STDLIB_H 1
  6022. | #define HAVE_UNISTD_H 1
  6023. | #define HAVE_SYS_PARAM_H 1
  6024. | #define HAVE_TERMIOS 1
  6025. | #define HAVE_SCHED_SETSCHEDULER 1
  6026. | #define HAVE_SETUID 1
  6027. | #define HAVE_GETUID 1
  6028. | #define HAVE_SETPRIORITY 1
  6029. | #define HAVE_STRERROR 1
  6030. | #define HAVE_SETLOCALE 1
  6031. | #define HAVE_STRDUP 1
  6032. | #define HAVE_ATOLL 1
  6033. | #define HAVE_LOCALE_H 1
  6034. | #define HAVE_NETDB_H 1
  6035. | #define HAVE_SYS_PARAM_H 1
  6036. | #define HAVE_SYS_SOCKET_H 1
  6037. | #define HAVE_NETINET_IN_H 1
  6038. | #define HAVE_ARPA_INET_H 1
  6039. | #define HAVE_GETADDRINFO 1
  6040. | #define HAVE_LIBM 1
  6041. | #define HAVE_LINUX_SOUNDCARD_H 1
  6042. | /* end confdefs.h. */
  6043. | #include <sys/audioio.h>
  6044. configure:17331: result: no
  6045. configure:17331: checking for sys/audioio.h
  6046. configure:17331: result: no
  6047. configure:17331: checking asm/audioio.h usability
  6048. configure:17331: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  6049. conftest.c:106:25: fatal error: asm/audioio.h: No such file or directory
  6050. compilation terminated.
  6051. configure:17331: $? = 1
  6052. configure: failed program was:
  6053. | /* confdefs.h */
  6054. | #define PACKAGE_NAME "mpg123"
  6055. | #define PACKAGE_TARNAME "mpg123"
  6056. | #define PACKAGE_VERSION "1.17.0"
  6057. | #define PACKAGE_STRING "mpg123 1.17.0"
  6058. | #define PACKAGE_BUGREPORT "[email protected]"
  6059. | #define PACKAGE_URL ""
  6060. | #define PACKAGE "mpg123"
  6061. | #define VERSION "1.17.0"
  6062. | #define STDC_HEADERS 1
  6063. | #define HAVE_SYS_TYPES_H 1
  6064. | #define HAVE_SYS_STAT_H 1
  6065. | #define HAVE_STDLIB_H 1
  6066. | #define HAVE_STRING_H 1
  6067. | #define HAVE_MEMORY_H 1
  6068. | #define HAVE_STRINGS_H 1
  6069. | #define HAVE_INTTYPES_H 1
  6070. | #define HAVE_STDINT_H 1
  6071. | #define HAVE_UNISTD_H 1
  6072. | #define DYNAMIC_BUILD 1
  6073. | #define HAVE_DLFCN_H 1
  6074. | #define LT_OBJDIR ".libs/"
  6075. | #define GAPLESS 1
  6076. | #define USE_NEW_HUFFTABLE 1
  6077. | #define NO_32BIT 1
  6078. | #define NO_REAL 1
  6079. | #define MODULE_FILE_SUFFIX ".la"
  6080. | #define ASMALIGN_BALIGN 1
  6081. | #define STDC_HEADERS 1
  6082. | #define HAVE_STDIO_H 1
  6083. | #define HAVE_STDLIB_H 1
  6084. | #define HAVE_STRING_H 1
  6085. | #define HAVE_UNISTD_H 1
  6086. | #define HAVE_SCHED_H 1
  6087. | #define HAVE_SYS_IOCTL_H 1
  6088. | #define HAVE_SYS_TYPES_H 1
  6089. | #define HAVE_STDINT_H 1
  6090. | #define HAVE_LIMITS_H 1
  6091. | #define HAVE_INTTYPES_H 1
  6092. | #define HAVE_SYS_TIME_H 1
  6093. | #define HAVE_SYS_WAIT_H 1
  6094. | #define HAVE_SYS_RESOURCE_H 1
  6095. | #define HAVE_SIGNAL_H 1
  6096. | #define SIZEOF_SIZE_T 4
  6097. | #define SIZEOF_SSIZE_T 4
  6098. | #define SIZEOF_OFF_T 4
  6099. | #define SIZEOF_INT32_T 4
  6100. | #define SIZEOF_LONG 4
  6101. | #define lfs_alias_t off_t
  6102. | #define LFS_ALIAS_BITS 32
  6103. | #define HAVE_STDLIB_H 1
  6104. | #define HAVE_UNISTD_H 1
  6105. | #define HAVE_SYS_PARAM_H 1
  6106. | #define HAVE_TERMIOS 1
  6107. | #define HAVE_SCHED_SETSCHEDULER 1
  6108. | #define HAVE_SETUID 1
  6109. | #define HAVE_GETUID 1
  6110. | #define HAVE_SETPRIORITY 1
  6111. | #define HAVE_STRERROR 1
  6112. | #define HAVE_SETLOCALE 1
  6113. | #define HAVE_STRDUP 1
  6114. | #define HAVE_ATOLL 1
  6115. | #define HAVE_LOCALE_H 1
  6116. | #define HAVE_NETDB_H 1
  6117. | #define HAVE_SYS_PARAM_H 1
  6118. | #define HAVE_SYS_SOCKET_H 1
  6119. | #define HAVE_NETINET_IN_H 1
  6120. | #define HAVE_ARPA_INET_H 1
  6121. | #define HAVE_GETADDRINFO 1
  6122. | #define HAVE_LIBM 1
  6123. | #define HAVE_LINUX_SOUNDCARD_H 1
  6124. | /* end confdefs.h. */
  6125. | #include <stdio.h>
  6126. | #ifdef HAVE_SYS_TYPES_H
  6127. | # include <sys/types.h>
  6128. | #endif
  6129. | #ifdef HAVE_SYS_STAT_H
  6130. | # include <sys/stat.h>
  6131. | #endif
  6132. | #ifdef STDC_HEADERS
  6133. | # include <stdlib.h>
  6134. | # include <stddef.h>
  6135. | #else
  6136. | # ifdef HAVE_STDLIB_H
  6137. | # include <stdlib.h>
  6138. | # endif
  6139. | #endif
  6140. | #ifdef HAVE_STRING_H
  6141. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6142. | # include <memory.h>
  6143. | # endif
  6144. | # include <string.h>
  6145. | #endif
  6146. | #ifdef HAVE_STRINGS_H
  6147. | # include <strings.h>
  6148. | #endif
  6149. | #ifdef HAVE_INTTYPES_H
  6150. | # include <inttypes.h>
  6151. | #endif
  6152. | #ifdef HAVE_STDINT_H
  6153. | # include <stdint.h>
  6154. | #endif
  6155. | #ifdef HAVE_UNISTD_H
  6156. | # include <unistd.h>
  6157. | #endif
  6158. | #include <asm/audioio.h>
  6159. configure:17331: result: no
  6160. configure:17331: checking asm/audioio.h presence
  6161. configure:17331: arm-linux-androideabi-gcc -E conftest.c
  6162. conftest.c:73:25: fatal error: asm/audioio.h: No such file or directory
  6163. compilation terminated.
  6164. configure:17331: $? = 1
  6165. configure: failed program was:
  6166. | /* confdefs.h */
  6167. | #define PACKAGE_NAME "mpg123"
  6168. | #define PACKAGE_TARNAME "mpg123"
  6169. | #define PACKAGE_VERSION "1.17.0"
  6170. | #define PACKAGE_STRING "mpg123 1.17.0"
  6171. | #define PACKAGE_BUGREPORT "[email protected]"
  6172. | #define PACKAGE_URL ""
  6173. | #define PACKAGE "mpg123"
  6174. | #define VERSION "1.17.0"
  6175. | #define STDC_HEADERS 1
  6176. | #define HAVE_SYS_TYPES_H 1
  6177. | #define HAVE_SYS_STAT_H 1
  6178. | #define HAVE_STDLIB_H 1
  6179. | #define HAVE_STRING_H 1
  6180. | #define HAVE_MEMORY_H 1
  6181. | #define HAVE_STRINGS_H 1
  6182. | #define HAVE_INTTYPES_H 1
  6183. | #define HAVE_STDINT_H 1
  6184. | #define HAVE_UNISTD_H 1
  6185. | #define DYNAMIC_BUILD 1
  6186. | #define HAVE_DLFCN_H 1
  6187. | #define LT_OBJDIR ".libs/"
  6188. | #define GAPLESS 1
  6189. | #define USE_NEW_HUFFTABLE 1
  6190. | #define NO_32BIT 1
  6191. | #define NO_REAL 1
  6192. | #define MODULE_FILE_SUFFIX ".la"
  6193. | #define ASMALIGN_BALIGN 1
  6194. | #define STDC_HEADERS 1
  6195. | #define HAVE_STDIO_H 1
  6196. | #define HAVE_STDLIB_H 1
  6197. | #define HAVE_STRING_H 1
  6198. | #define HAVE_UNISTD_H 1
  6199. | #define HAVE_SCHED_H 1
  6200. | #define HAVE_SYS_IOCTL_H 1
  6201. | #define HAVE_SYS_TYPES_H 1
  6202. | #define HAVE_STDINT_H 1
  6203. | #define HAVE_LIMITS_H 1
  6204. | #define HAVE_INTTYPES_H 1
  6205. | #define HAVE_SYS_TIME_H 1
  6206. | #define HAVE_SYS_WAIT_H 1
  6207. | #define HAVE_SYS_RESOURCE_H 1
  6208. | #define HAVE_SIGNAL_H 1
  6209. | #define SIZEOF_SIZE_T 4
  6210. | #define SIZEOF_SSIZE_T 4
  6211. | #define SIZEOF_OFF_T 4
  6212. | #define SIZEOF_INT32_T 4
  6213. | #define SIZEOF_LONG 4
  6214. | #define lfs_alias_t off_t
  6215. | #define LFS_ALIAS_BITS 32
  6216. | #define HAVE_STDLIB_H 1
  6217. | #define HAVE_UNISTD_H 1
  6218. | #define HAVE_SYS_PARAM_H 1
  6219. | #define HAVE_TERMIOS 1
  6220. | #define HAVE_SCHED_SETSCHEDULER 1
  6221. | #define HAVE_SETUID 1
  6222. | #define HAVE_GETUID 1
  6223. | #define HAVE_SETPRIORITY 1
  6224. | #define HAVE_STRERROR 1
  6225. | #define HAVE_SETLOCALE 1
  6226. | #define HAVE_STRDUP 1
  6227. | #define HAVE_ATOLL 1
  6228. | #define HAVE_LOCALE_H 1
  6229. | #define HAVE_NETDB_H 1
  6230. | #define HAVE_SYS_PARAM_H 1
  6231. | #define HAVE_SYS_SOCKET_H 1
  6232. | #define HAVE_NETINET_IN_H 1
  6233. | #define HAVE_ARPA_INET_H 1
  6234. | #define HAVE_GETADDRINFO 1
  6235. | #define HAVE_LIBM 1
  6236. | #define HAVE_LINUX_SOUNDCARD_H 1
  6237. | /* end confdefs.h. */
  6238. | #include <asm/audioio.h>
  6239. configure:17331: result: no
  6240. configure:17331: checking for asm/audioio.h
  6241. configure:17331: result: no
  6242. configure:17331: checking sys/audio.h usability
  6243. configure:17331: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  6244. conftest.c:106:23: fatal error: sys/audio.h: No such file or directory
  6245. compilation terminated.
  6246. configure:17331: $? = 1
  6247. configure: failed program was:
  6248. | /* confdefs.h */
  6249. | #define PACKAGE_NAME "mpg123"
  6250. | #define PACKAGE_TARNAME "mpg123"
  6251. | #define PACKAGE_VERSION "1.17.0"
  6252. | #define PACKAGE_STRING "mpg123 1.17.0"
  6253. | #define PACKAGE_BUGREPORT "[email protected]"
  6254. | #define PACKAGE_URL ""
  6255. | #define PACKAGE "mpg123"
  6256. | #define VERSION "1.17.0"
  6257. | #define STDC_HEADERS 1
  6258. | #define HAVE_SYS_TYPES_H 1
  6259. | #define HAVE_SYS_STAT_H 1
  6260. | #define HAVE_STDLIB_H 1
  6261. | #define HAVE_STRING_H 1
  6262. | #define HAVE_MEMORY_H 1
  6263. | #define HAVE_STRINGS_H 1
  6264. | #define HAVE_INTTYPES_H 1
  6265. | #define HAVE_STDINT_H 1
  6266. | #define HAVE_UNISTD_H 1
  6267. | #define DYNAMIC_BUILD 1
  6268. | #define HAVE_DLFCN_H 1
  6269. | #define LT_OBJDIR ".libs/"
  6270. | #define GAPLESS 1
  6271. | #define USE_NEW_HUFFTABLE 1
  6272. | #define NO_32BIT 1
  6273. | #define NO_REAL 1
  6274. | #define MODULE_FILE_SUFFIX ".la"
  6275. | #define ASMALIGN_BALIGN 1
  6276. | #define STDC_HEADERS 1
  6277. | #define HAVE_STDIO_H 1
  6278. | #define HAVE_STDLIB_H 1
  6279. | #define HAVE_STRING_H 1
  6280. | #define HAVE_UNISTD_H 1
  6281. | #define HAVE_SCHED_H 1
  6282. | #define HAVE_SYS_IOCTL_H 1
  6283. | #define HAVE_SYS_TYPES_H 1
  6284. | #define HAVE_STDINT_H 1
  6285. | #define HAVE_LIMITS_H 1
  6286. | #define HAVE_INTTYPES_H 1
  6287. | #define HAVE_SYS_TIME_H 1
  6288. | #define HAVE_SYS_WAIT_H 1
  6289. | #define HAVE_SYS_RESOURCE_H 1
  6290. | #define HAVE_SIGNAL_H 1
  6291. | #define SIZEOF_SIZE_T 4
  6292. | #define SIZEOF_SSIZE_T 4
  6293. | #define SIZEOF_OFF_T 4
  6294. | #define SIZEOF_INT32_T 4
  6295. | #define SIZEOF_LONG 4
  6296. | #define lfs_alias_t off_t
  6297. | #define LFS_ALIAS_BITS 32
  6298. | #define HAVE_STDLIB_H 1
  6299. | #define HAVE_UNISTD_H 1
  6300. | #define HAVE_SYS_PARAM_H 1
  6301. | #define HAVE_TERMIOS 1
  6302. | #define HAVE_SCHED_SETSCHEDULER 1
  6303. | #define HAVE_SETUID 1
  6304. | #define HAVE_GETUID 1
  6305. | #define HAVE_SETPRIORITY 1
  6306. | #define HAVE_STRERROR 1
  6307. | #define HAVE_SETLOCALE 1
  6308. | #define HAVE_STRDUP 1
  6309. | #define HAVE_ATOLL 1
  6310. | #define HAVE_LOCALE_H 1
  6311. | #define HAVE_NETDB_H 1
  6312. | #define HAVE_SYS_PARAM_H 1
  6313. | #define HAVE_SYS_SOCKET_H 1
  6314. | #define HAVE_NETINET_IN_H 1
  6315. | #define HAVE_ARPA_INET_H 1
  6316. | #define HAVE_GETADDRINFO 1
  6317. | #define HAVE_LIBM 1
  6318. | #define HAVE_LINUX_SOUNDCARD_H 1
  6319. | /* end confdefs.h. */
  6320. | #include <stdio.h>
  6321. | #ifdef HAVE_SYS_TYPES_H
  6322. | # include <sys/types.h>
  6323. | #endif
  6324. | #ifdef HAVE_SYS_STAT_H
  6325. | # include <sys/stat.h>
  6326. | #endif
  6327. | #ifdef STDC_HEADERS
  6328. | # include <stdlib.h>
  6329. | # include <stddef.h>
  6330. | #else
  6331. | # ifdef HAVE_STDLIB_H
  6332. | # include <stdlib.h>
  6333. | # endif
  6334. | #endif
  6335. | #ifdef HAVE_STRING_H
  6336. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6337. | # include <memory.h>
  6338. | # endif
  6339. | # include <string.h>
  6340. | #endif
  6341. | #ifdef HAVE_STRINGS_H
  6342. | # include <strings.h>
  6343. | #endif
  6344. | #ifdef HAVE_INTTYPES_H
  6345. | # include <inttypes.h>
  6346. | #endif
  6347. | #ifdef HAVE_STDINT_H
  6348. | # include <stdint.h>
  6349. | #endif
  6350. | #ifdef HAVE_UNISTD_H
  6351. | # include <unistd.h>
  6352. | #endif
  6353. | #include <sys/audio.h>
  6354. configure:17331: result: no
  6355. configure:17331: checking sys/audio.h presence
  6356. configure:17331: arm-linux-androideabi-gcc -E conftest.c
  6357. conftest.c:73:23: fatal error: sys/audio.h: No such file or directory
  6358. compilation terminated.
  6359. configure:17331: $? = 1
  6360. configure: failed program was:
  6361. | /* confdefs.h */
  6362. | #define PACKAGE_NAME "mpg123"
  6363. | #define PACKAGE_TARNAME "mpg123"
  6364. | #define PACKAGE_VERSION "1.17.0"
  6365. | #define PACKAGE_STRING "mpg123 1.17.0"
  6366. | #define PACKAGE_BUGREPORT "[email protected]"
  6367. | #define PACKAGE_URL ""
  6368. | #define PACKAGE "mpg123"
  6369. | #define VERSION "1.17.0"
  6370. | #define STDC_HEADERS 1
  6371. | #define HAVE_SYS_TYPES_H 1
  6372. | #define HAVE_SYS_STAT_H 1
  6373. | #define HAVE_STDLIB_H 1
  6374. | #define HAVE_STRING_H 1
  6375. | #define HAVE_MEMORY_H 1
  6376. | #define HAVE_STRINGS_H 1
  6377. | #define HAVE_INTTYPES_H 1
  6378. | #define HAVE_STDINT_H 1
  6379. | #define HAVE_UNISTD_H 1
  6380. | #define DYNAMIC_BUILD 1
  6381. | #define HAVE_DLFCN_H 1
  6382. | #define LT_OBJDIR ".libs/"
  6383. | #define GAPLESS 1
  6384. | #define USE_NEW_HUFFTABLE 1
  6385. | #define NO_32BIT 1
  6386. | #define NO_REAL 1
  6387. | #define MODULE_FILE_SUFFIX ".la"
  6388. | #define ASMALIGN_BALIGN 1
  6389. | #define STDC_HEADERS 1
  6390. | #define HAVE_STDIO_H 1
  6391. | #define HAVE_STDLIB_H 1
  6392. | #define HAVE_STRING_H 1
  6393. | #define HAVE_UNISTD_H 1
  6394. | #define HAVE_SCHED_H 1
  6395. | #define HAVE_SYS_IOCTL_H 1
  6396. | #define HAVE_SYS_TYPES_H 1
  6397. | #define HAVE_STDINT_H 1
  6398. | #define HAVE_LIMITS_H 1
  6399. | #define HAVE_INTTYPES_H 1
  6400. | #define HAVE_SYS_TIME_H 1
  6401. | #define HAVE_SYS_WAIT_H 1
  6402. | #define HAVE_SYS_RESOURCE_H 1
  6403. | #define HAVE_SIGNAL_H 1
  6404. | #define SIZEOF_SIZE_T 4
  6405. | #define SIZEOF_SSIZE_T 4
  6406. | #define SIZEOF_OFF_T 4
  6407. | #define SIZEOF_INT32_T 4
  6408. | #define SIZEOF_LONG 4
  6409. | #define lfs_alias_t off_t
  6410. | #define LFS_ALIAS_BITS 32
  6411. | #define HAVE_STDLIB_H 1
  6412. | #define HAVE_UNISTD_H 1
  6413. | #define HAVE_SYS_PARAM_H 1
  6414. | #define HAVE_TERMIOS 1
  6415. | #define HAVE_SCHED_SETSCHEDULER 1
  6416. | #define HAVE_SETUID 1
  6417. | #define HAVE_GETUID 1
  6418. | #define HAVE_SETPRIORITY 1
  6419. | #define HAVE_STRERROR 1
  6420. | #define HAVE_SETLOCALE 1
  6421. | #define HAVE_STRDUP 1
  6422. | #define HAVE_ATOLL 1
  6423. | #define HAVE_LOCALE_H 1
  6424. | #define HAVE_NETDB_H 1
  6425. | #define HAVE_SYS_PARAM_H 1
  6426. | #define HAVE_SYS_SOCKET_H 1
  6427. | #define HAVE_NETINET_IN_H 1
  6428. | #define HAVE_ARPA_INET_H 1
  6429. | #define HAVE_GETADDRINFO 1
  6430. | #define HAVE_LIBM 1
  6431. | #define HAVE_LINUX_SOUNDCARD_H 1
  6432. | /* end confdefs.h. */
  6433. | #include <sys/audio.h>
  6434. configure:17331: result: no
  6435. configure:17331: checking for sys/audio.h
  6436. configure:17331: result: no
  6437. configure:17209: checking windows.h usability
  6438. configure:17209: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  6439. conftest.c:106:21: fatal error: windows.h: No such file or directory
  6440. compilation terminated.
  6441. configure:17209: $? = 1
  6442. configure: failed program was:
  6443. | /* confdefs.h */
  6444. | #define PACKAGE_NAME "mpg123"
  6445. | #define PACKAGE_TARNAME "mpg123"
  6446. | #define PACKAGE_VERSION "1.17.0"
  6447. | #define PACKAGE_STRING "mpg123 1.17.0"
  6448. | #define PACKAGE_BUGREPORT "[email protected]"
  6449. | #define PACKAGE_URL ""
  6450. | #define PACKAGE "mpg123"
  6451. | #define VERSION "1.17.0"
  6452. | #define STDC_HEADERS 1
  6453. | #define HAVE_SYS_TYPES_H 1
  6454. | #define HAVE_SYS_STAT_H 1
  6455. | #define HAVE_STDLIB_H 1
  6456. | #define HAVE_STRING_H 1
  6457. | #define HAVE_MEMORY_H 1
  6458. | #define HAVE_STRINGS_H 1
  6459. | #define HAVE_INTTYPES_H 1
  6460. | #define HAVE_STDINT_H 1
  6461. | #define HAVE_UNISTD_H 1
  6462. | #define DYNAMIC_BUILD 1
  6463. | #define HAVE_DLFCN_H 1
  6464. | #define LT_OBJDIR ".libs/"
  6465. | #define GAPLESS 1
  6466. | #define USE_NEW_HUFFTABLE 1
  6467. | #define NO_32BIT 1
  6468. | #define NO_REAL 1
  6469. | #define MODULE_FILE_SUFFIX ".la"
  6470. | #define ASMALIGN_BALIGN 1
  6471. | #define STDC_HEADERS 1
  6472. | #define HAVE_STDIO_H 1
  6473. | #define HAVE_STDLIB_H 1
  6474. | #define HAVE_STRING_H 1
  6475. | #define HAVE_UNISTD_H 1
  6476. | #define HAVE_SCHED_H 1
  6477. | #define HAVE_SYS_IOCTL_H 1
  6478. | #define HAVE_SYS_TYPES_H 1
  6479. | #define HAVE_STDINT_H 1
  6480. | #define HAVE_LIMITS_H 1
  6481. | #define HAVE_INTTYPES_H 1
  6482. | #define HAVE_SYS_TIME_H 1
  6483. | #define HAVE_SYS_WAIT_H 1
  6484. | #define HAVE_SYS_RESOURCE_H 1
  6485. | #define HAVE_SIGNAL_H 1
  6486. | #define SIZEOF_SIZE_T 4
  6487. | #define SIZEOF_SSIZE_T 4
  6488. | #define SIZEOF_OFF_T 4
  6489. | #define SIZEOF_INT32_T 4
  6490. | #define SIZEOF_LONG 4
  6491. | #define lfs_alias_t off_t
  6492. | #define LFS_ALIAS_BITS 32
  6493. | #define HAVE_STDLIB_H 1
  6494. | #define HAVE_UNISTD_H 1
  6495. | #define HAVE_SYS_PARAM_H 1
  6496. | #define HAVE_TERMIOS 1
  6497. | #define HAVE_SCHED_SETSCHEDULER 1
  6498. | #define HAVE_SETUID 1
  6499. | #define HAVE_GETUID 1
  6500. | #define HAVE_SETPRIORITY 1
  6501. | #define HAVE_STRERROR 1
  6502. | #define HAVE_SETLOCALE 1
  6503. | #define HAVE_STRDUP 1
  6504. | #define HAVE_ATOLL 1
  6505. | #define HAVE_LOCALE_H 1
  6506. | #define HAVE_NETDB_H 1
  6507. | #define HAVE_SYS_PARAM_H 1
  6508. | #define HAVE_SYS_SOCKET_H 1
  6509. | #define HAVE_NETINET_IN_H 1
  6510. | #define HAVE_ARPA_INET_H 1
  6511. | #define HAVE_GETADDRINFO 1
  6512. | #define HAVE_LIBM 1
  6513. | #define HAVE_LINUX_SOUNDCARD_H 1
  6514. | /* end confdefs.h. */
  6515. | #include <stdio.h>
  6516. | #ifdef HAVE_SYS_TYPES_H
  6517. | # include <sys/types.h>
  6518. | #endif
  6519. | #ifdef HAVE_SYS_STAT_H
  6520. | # include <sys/stat.h>
  6521. | #endif
  6522. | #ifdef STDC_HEADERS
  6523. | # include <stdlib.h>
  6524. | # include <stddef.h>
  6525. | #else
  6526. | # ifdef HAVE_STDLIB_H
  6527. | # include <stdlib.h>
  6528. | # endif
  6529. | #endif
  6530. | #ifdef HAVE_STRING_H
  6531. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6532. | # include <memory.h>
  6533. | # endif
  6534. | # include <string.h>
  6535. | #endif
  6536. | #ifdef HAVE_STRINGS_H
  6537. | # include <strings.h>
  6538. | #endif
  6539. | #ifdef HAVE_INTTYPES_H
  6540. | # include <inttypes.h>
  6541. | #endif
  6542. | #ifdef HAVE_STDINT_H
  6543. | # include <stdint.h>
  6544. | #endif
  6545. | #ifdef HAVE_UNISTD_H
  6546. | # include <unistd.h>
  6547. | #endif
  6548. | #include <windows.h>
  6549. configure:17209: result: no
  6550. configure:17209: checking windows.h presence
  6551. configure:17209: arm-linux-androideabi-gcc -E conftest.c
  6552. conftest.c:73:21: fatal error: windows.h: No such file or directory
  6553. compilation terminated.
  6554. configure:17209: $? = 1
  6555. configure: failed program was:
  6556. | /* confdefs.h */
  6557. | #define PACKAGE_NAME "mpg123"
  6558. | #define PACKAGE_TARNAME "mpg123"
  6559. | #define PACKAGE_VERSION "1.17.0"
  6560. | #define PACKAGE_STRING "mpg123 1.17.0"
  6561. | #define PACKAGE_BUGREPORT "[email protected]"
  6562. | #define PACKAGE_URL ""
  6563. | #define PACKAGE "mpg123"
  6564. | #define VERSION "1.17.0"
  6565. | #define STDC_HEADERS 1
  6566. | #define HAVE_SYS_TYPES_H 1
  6567. | #define HAVE_SYS_STAT_H 1
  6568. | #define HAVE_STDLIB_H 1
  6569. | #define HAVE_STRING_H 1
  6570. | #define HAVE_MEMORY_H 1
  6571. | #define HAVE_STRINGS_H 1
  6572. | #define HAVE_INTTYPES_H 1
  6573. | #define HAVE_STDINT_H 1
  6574. | #define HAVE_UNISTD_H 1
  6575. | #define DYNAMIC_BUILD 1
  6576. | #define HAVE_DLFCN_H 1
  6577. | #define LT_OBJDIR ".libs/"
  6578. | #define GAPLESS 1
  6579. | #define USE_NEW_HUFFTABLE 1
  6580. | #define NO_32BIT 1
  6581. | #define NO_REAL 1
  6582. | #define MODULE_FILE_SUFFIX ".la"
  6583. | #define ASMALIGN_BALIGN 1
  6584. | #define STDC_HEADERS 1
  6585. | #define HAVE_STDIO_H 1
  6586. | #define HAVE_STDLIB_H 1
  6587. | #define HAVE_STRING_H 1
  6588. | #define HAVE_UNISTD_H 1
  6589. | #define HAVE_SCHED_H 1
  6590. | #define HAVE_SYS_IOCTL_H 1
  6591. | #define HAVE_SYS_TYPES_H 1
  6592. | #define HAVE_STDINT_H 1
  6593. | #define HAVE_LIMITS_H 1
  6594. | #define HAVE_INTTYPES_H 1
  6595. | #define HAVE_SYS_TIME_H 1
  6596. | #define HAVE_SYS_WAIT_H 1
  6597. | #define HAVE_SYS_RESOURCE_H 1
  6598. | #define HAVE_SIGNAL_H 1
  6599. | #define SIZEOF_SIZE_T 4
  6600. | #define SIZEOF_SSIZE_T 4
  6601. | #define SIZEOF_OFF_T 4
  6602. | #define SIZEOF_INT32_T 4
  6603. | #define SIZEOF_LONG 4
  6604. | #define lfs_alias_t off_t
  6605. | #define LFS_ALIAS_BITS 32
  6606. | #define HAVE_STDLIB_H 1
  6607. | #define HAVE_UNISTD_H 1
  6608. | #define HAVE_SYS_PARAM_H 1
  6609. | #define HAVE_TERMIOS 1
  6610. | #define HAVE_SCHED_SETSCHEDULER 1
  6611. | #define HAVE_SETUID 1
  6612. | #define HAVE_GETUID 1
  6613. | #define HAVE_SETPRIORITY 1
  6614. | #define HAVE_STRERROR 1
  6615. | #define HAVE_SETLOCALE 1
  6616. | #define HAVE_STRDUP 1
  6617. | #define HAVE_ATOLL 1
  6618. | #define HAVE_LOCALE_H 1
  6619. | #define HAVE_NETDB_H 1
  6620. | #define HAVE_SYS_PARAM_H 1
  6621. | #define HAVE_SYS_SOCKET_H 1
  6622. | #define HAVE_NETINET_IN_H 1
  6623. | #define HAVE_ARPA_INET_H 1
  6624. | #define HAVE_GETADDRINFO 1
  6625. | #define HAVE_LIBM 1
  6626. | #define HAVE_LINUX_SOUNDCARD_H 1
  6627. | /* end confdefs.h. */
  6628. | #include <windows.h>
  6629. configure:17209: result: no
  6630. configure:17209: checking for windows.h
  6631. configure:17209: result: no
  6632. configure:17226: checking if we have wasapi headers
  6633. configure:17251: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lm -lole32 -lavrt >&5
  6634. conftest.c:76:22: fatal error: initguid.h: No such file or directory
  6635. compilation terminated.
  6636. configure:17251: $? = 1
  6637. configure: failed program was:
  6638. | /* confdefs.h */
  6639. | #define PACKAGE_NAME "mpg123"
  6640. | #define PACKAGE_TARNAME "mpg123"
  6641. | #define PACKAGE_VERSION "1.17.0"
  6642. | #define PACKAGE_STRING "mpg123 1.17.0"
  6643. | #define PACKAGE_BUGREPORT "[email protected]"
  6644. | #define PACKAGE_URL ""
  6645. | #define PACKAGE "mpg123"
  6646. | #define VERSION "1.17.0"
  6647. | #define STDC_HEADERS 1
  6648. | #define HAVE_SYS_TYPES_H 1
  6649. | #define HAVE_SYS_STAT_H 1
  6650. | #define HAVE_STDLIB_H 1
  6651. | #define HAVE_STRING_H 1
  6652. | #define HAVE_MEMORY_H 1
  6653. | #define HAVE_STRINGS_H 1
  6654. | #define HAVE_INTTYPES_H 1
  6655. | #define HAVE_STDINT_H 1
  6656. | #define HAVE_UNISTD_H 1
  6657. | #define DYNAMIC_BUILD 1
  6658. | #define HAVE_DLFCN_H 1
  6659. | #define LT_OBJDIR ".libs/"
  6660. | #define GAPLESS 1
  6661. | #define USE_NEW_HUFFTABLE 1
  6662. | #define NO_32BIT 1
  6663. | #define NO_REAL 1
  6664. | #define MODULE_FILE_SUFFIX ".la"
  6665. | #define ASMALIGN_BALIGN 1
  6666. | #define STDC_HEADERS 1
  6667. | #define HAVE_STDIO_H 1
  6668. | #define HAVE_STDLIB_H 1
  6669. | #define HAVE_STRING_H 1
  6670. | #define HAVE_UNISTD_H 1
  6671. | #define HAVE_SCHED_H 1
  6672. | #define HAVE_SYS_IOCTL_H 1
  6673. | #define HAVE_SYS_TYPES_H 1
  6674. | #define HAVE_STDINT_H 1
  6675. | #define HAVE_LIMITS_H 1
  6676. | #define HAVE_INTTYPES_H 1
  6677. | #define HAVE_SYS_TIME_H 1
  6678. | #define HAVE_SYS_WAIT_H 1
  6679. | #define HAVE_SYS_RESOURCE_H 1
  6680. | #define HAVE_SIGNAL_H 1
  6681. | #define SIZEOF_SIZE_T 4
  6682. | #define SIZEOF_SSIZE_T 4
  6683. | #define SIZEOF_OFF_T 4
  6684. | #define SIZEOF_INT32_T 4
  6685. | #define SIZEOF_LONG 4
  6686. | #define lfs_alias_t off_t
  6687. | #define LFS_ALIAS_BITS 32
  6688. | #define HAVE_STDLIB_H 1
  6689. | #define HAVE_UNISTD_H 1
  6690. | #define HAVE_SYS_PARAM_H 1
  6691. | #define HAVE_TERMIOS 1
  6692. | #define HAVE_SCHED_SETSCHEDULER 1
  6693. | #define HAVE_SETUID 1
  6694. | #define HAVE_GETUID 1
  6695. | #define HAVE_SETPRIORITY 1
  6696. | #define HAVE_STRERROR 1
  6697. | #define HAVE_SETLOCALE 1
  6698. | #define HAVE_STRDUP 1
  6699. | #define HAVE_ATOLL 1
  6700. | #define HAVE_LOCALE_H 1
  6701. | #define HAVE_NETDB_H 1
  6702. | #define HAVE_SYS_PARAM_H 1
  6703. | #define HAVE_SYS_SOCKET_H 1
  6704. | #define HAVE_NETINET_IN_H 1
  6705. | #define HAVE_ARPA_INET_H 1
  6706. | #define HAVE_GETADDRINFO 1
  6707. | #define HAVE_LIBM 1
  6708. | #define HAVE_LINUX_SOUNDCARD_H 1
  6709. | /* end confdefs.h. */
  6710. |
  6711. | #define COBJMACROS 1
  6712. | #define _WIN32_WINNT 0x601
  6713. | #include <initguid.h>
  6714. | #include <audioclient.h>
  6715. | #include <mmdeviceapi.h>
  6716. | #include <avrt.h>
  6717. | int main(){
  6718. | /* UUID Checks */
  6719. | GUID *IDs = {
  6720. | &CLSID_MMDeviceEnumerator,
  6721. | &IID_IMMDeviceEnumerator,
  6722. | &IID_IAudioClient,
  6723. | &IID_IAudioRenderClient
  6724. | };
  6725. | return 0;
  6726. | }
  6727. |
  6728. configure:17260: result: no
  6729. configure:17440: checking for os2.h
  6730. configure:17440: result: no
  6731. configure:16845: checking for ESD
  6732. configure:16852: $PKG_CONFIG --exists --print-errors "esound"
  6733. Package esound was not found in the pkg-config search path.
  6734. Perhaps you should add the directory containing `esound.pc'
  6735. to the PKG_CONFIG_PATH environment variable
  6736. No package 'esound' found
  6737. configure:16855: $? = 1
  6738. configure:16868: $PKG_CONFIG --exists --print-errors "esound"
  6739. Package esound was not found in the pkg-config search path.
  6740. Perhaps you should add the directory containing `esound.pc'
  6741. to the PKG_CONFIG_PATH environment variable
  6742. No package 'esound' found
  6743. configure:16871: $? = 1
  6744. No package 'esound' found
  6745. configure:16898: result: no
  6746. configure:16707: checking for JACK
  6747. configure:16714: $PKG_CONFIG --exists --print-errors "jack"
  6748. Package jack was not found in the pkg-config search path.
  6749. Perhaps you should add the directory containing `jack.pc'
  6750. to the PKG_CONFIG_PATH environment variable
  6751. No package 'jack' found
  6752. configure:16717: $? = 1
  6753. configure:16730: $PKG_CONFIG --exists --print-errors "jack"
  6754. Package jack was not found in the pkg-config search path.
  6755. Perhaps you should add the directory containing `jack.pc'
  6756. to the PKG_CONFIG_PATH environment variable
  6757. No package 'jack' found
  6758. configure:16733: $? = 1
  6759. No package 'jack' found
  6760. configure:16760: result: no
  6761. configure:16975: checking for Pa_Initialize in -lportaudio
  6762. configure:17000: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -lportaudio -lm >&5
  6763. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lportaudio
  6764. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccE8NUwi.o: in function main:conftest.c:84: error: undefined reference to 'Pa_Initialize'
  6765. collect2: ld returned 1 exit status
  6766. configure:17000: $? = 1
  6767. configure: failed program was:
  6768. | /* confdefs.h */
  6769. | #define PACKAGE_NAME "mpg123"
  6770. | #define PACKAGE_TARNAME "mpg123"
  6771. | #define PACKAGE_VERSION "1.17.0"
  6772. | #define PACKAGE_STRING "mpg123 1.17.0"
  6773. | #define PACKAGE_BUGREPORT "[email protected]"
  6774. | #define PACKAGE_URL ""
  6775. | #define PACKAGE "mpg123"
  6776. | #define VERSION "1.17.0"
  6777. | #define STDC_HEADERS 1
  6778. | #define HAVE_SYS_TYPES_H 1
  6779. | #define HAVE_SYS_STAT_H 1
  6780. | #define HAVE_STDLIB_H 1
  6781. | #define HAVE_STRING_H 1
  6782. | #define HAVE_MEMORY_H 1
  6783. | #define HAVE_STRINGS_H 1
  6784. | #define HAVE_INTTYPES_H 1
  6785. | #define HAVE_STDINT_H 1
  6786. | #define HAVE_UNISTD_H 1
  6787. | #define DYNAMIC_BUILD 1
  6788. | #define HAVE_DLFCN_H 1
  6789. | #define LT_OBJDIR ".libs/"
  6790. | #define GAPLESS 1
  6791. | #define USE_NEW_HUFFTABLE 1
  6792. | #define NO_32BIT 1
  6793. | #define NO_REAL 1
  6794. | #define MODULE_FILE_SUFFIX ".la"
  6795. | #define ASMALIGN_BALIGN 1
  6796. | #define STDC_HEADERS 1
  6797. | #define HAVE_STDIO_H 1
  6798. | #define HAVE_STDLIB_H 1
  6799. | #define HAVE_STRING_H 1
  6800. | #define HAVE_UNISTD_H 1
  6801. | #define HAVE_SCHED_H 1
  6802. | #define HAVE_SYS_IOCTL_H 1
  6803. | #define HAVE_SYS_TYPES_H 1
  6804. | #define HAVE_STDINT_H 1
  6805. | #define HAVE_LIMITS_H 1
  6806. | #define HAVE_INTTYPES_H 1
  6807. | #define HAVE_SYS_TIME_H 1
  6808. | #define HAVE_SYS_WAIT_H 1
  6809. | #define HAVE_SYS_RESOURCE_H 1
  6810. | #define HAVE_SIGNAL_H 1
  6811. | #define SIZEOF_SIZE_T 4
  6812. | #define SIZEOF_SSIZE_T 4
  6813. | #define SIZEOF_OFF_T 4
  6814. | #define SIZEOF_INT32_T 4
  6815. | #define SIZEOF_LONG 4
  6816. | #define lfs_alias_t off_t
  6817. | #define LFS_ALIAS_BITS 32
  6818. | #define HAVE_STDLIB_H 1
  6819. | #define HAVE_UNISTD_H 1
  6820. | #define HAVE_SYS_PARAM_H 1
  6821. | #define HAVE_TERMIOS 1
  6822. | #define HAVE_SCHED_SETSCHEDULER 1
  6823. | #define HAVE_SETUID 1
  6824. | #define HAVE_GETUID 1
  6825. | #define HAVE_SETPRIORITY 1
  6826. | #define HAVE_STRERROR 1
  6827. | #define HAVE_SETLOCALE 1
  6828. | #define HAVE_STRDUP 1
  6829. | #define HAVE_ATOLL 1
  6830. | #define HAVE_LOCALE_H 1
  6831. | #define HAVE_NETDB_H 1
  6832. | #define HAVE_SYS_PARAM_H 1
  6833. | #define HAVE_SYS_SOCKET_H 1
  6834. | #define HAVE_NETINET_IN_H 1
  6835. | #define HAVE_ARPA_INET_H 1
  6836. | #define HAVE_GETADDRINFO 1
  6837. | #define HAVE_LIBM 1
  6838. | #define HAVE_LINUX_SOUNDCARD_H 1
  6839. | /* end confdefs.h. */
  6840. |
  6841. | /* Override any GCC internal prototype to avoid an error.
  6842. | Use char because int might match the return type of a GCC
  6843. | builtin and then its argument prototype would still apply. */
  6844. | #ifdef __cplusplus
  6845. | extern "C"
  6846. | #endif
  6847. | char Pa_Initialize ();
  6848. | int
  6849. | main ()
  6850. | {
  6851. | return Pa_Initialize ();
  6852. | ;
  6853. | return 0;
  6854. | }
  6855. configure:17009: result: no
  6856. configure:16776: checking for PULSE
  6857. configure:16783: $PKG_CONFIG --exists --print-errors "libpulse-simple"
  6858. configure:16786: $? = 0
  6859. configure:16799: $PKG_CONFIG --exists --print-errors "libpulse-simple"
  6860. configure:16802: $? = 0
  6861. configure:16837: result: yes
  6862. configure:17080: checking for SDL
  6863. configure:17087: $PKG_CONFIG --exists --print-errors "sdl"
  6864. configure:17090: $? = 0
  6865. configure:17103: $PKG_CONFIG --exists --print-errors "sdl"
  6866. configure:17106: $? = 0
  6867. configure:17141: result: yes
  6868. configure:17148: checking for AuOpenServer in -laudio
  6869. configure:17173: arm-linux-androideabi-gcc -o conftest -g -O2 conftest.c -laudio -lm >&5
  6870. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -laudio
  6871. /opt/android-ndk-r8e/ndk-standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /tmp/ccoi6igD.o: in function main:conftest.c:84: error: undefined reference to 'AuOpenServer'
  6872. collect2: ld returned 1 exit status
  6873. configure:17173: $? = 1
  6874. configure: failed program was:
  6875. | /* confdefs.h */
  6876. | #define PACKAGE_NAME "mpg123"
  6877. | #define PACKAGE_TARNAME "mpg123"
  6878. | #define PACKAGE_VERSION "1.17.0"
  6879. | #define PACKAGE_STRING "mpg123 1.17.0"
  6880. | #define PACKAGE_BUGREPORT "[email protected]"
  6881. | #define PACKAGE_URL ""
  6882. | #define PACKAGE "mpg123"
  6883. | #define VERSION "1.17.0"
  6884. | #define STDC_HEADERS 1
  6885. | #define HAVE_SYS_TYPES_H 1
  6886. | #define HAVE_SYS_STAT_H 1
  6887. | #define HAVE_STDLIB_H 1
  6888. | #define HAVE_STRING_H 1
  6889. | #define HAVE_MEMORY_H 1
  6890. | #define HAVE_STRINGS_H 1
  6891. | #define HAVE_INTTYPES_H 1
  6892. | #define HAVE_STDINT_H 1
  6893. | #define HAVE_UNISTD_H 1
  6894. | #define DYNAMIC_BUILD 1
  6895. | #define HAVE_DLFCN_H 1
  6896. | #define LT_OBJDIR ".libs/"
  6897. | #define GAPLESS 1
  6898. | #define USE_NEW_HUFFTABLE 1
  6899. | #define NO_32BIT 1
  6900. | #define NO_REAL 1
  6901. | #define MODULE_FILE_SUFFIX ".la"
  6902. | #define ASMALIGN_BALIGN 1
  6903. | #define STDC_HEADERS 1
  6904. | #define HAVE_STDIO_H 1
  6905. | #define HAVE_STDLIB_H 1
  6906. | #define HAVE_STRING_H 1
  6907. | #define HAVE_UNISTD_H 1
  6908. | #define HAVE_SCHED_H 1
  6909. | #define HAVE_SYS_IOCTL_H 1
  6910. | #define HAVE_SYS_TYPES_H 1
  6911. | #define HAVE_STDINT_H 1
  6912. | #define HAVE_LIMITS_H 1
  6913. | #define HAVE_INTTYPES_H 1
  6914. | #define HAVE_SYS_TIME_H 1
  6915. | #define HAVE_SYS_WAIT_H 1
  6916. | #define HAVE_SYS_RESOURCE_H 1
  6917. | #define HAVE_SIGNAL_H 1
  6918. | #define SIZEOF_SIZE_T 4
  6919. | #define SIZEOF_SSIZE_T 4
  6920. | #define SIZEOF_OFF_T 4
  6921. | #define SIZEOF_INT32_T 4
  6922. | #define SIZEOF_LONG 4
  6923. | #define lfs_alias_t off_t
  6924. | #define LFS_ALIAS_BITS 32
  6925. | #define HAVE_STDLIB_H 1
  6926. | #define HAVE_UNISTD_H 1
  6927. | #define HAVE_SYS_PARAM_H 1
  6928. | #define HAVE_TERMIOS 1
  6929. | #define HAVE_SCHED_SETSCHEDULER 1
  6930. | #define HAVE_SETUID 1
  6931. | #define HAVE_GETUID 1
  6932. | #define HAVE_SETPRIORITY 1
  6933. | #define HAVE_STRERROR 1
  6934. | #define HAVE_SETLOCALE 1
  6935. | #define HAVE_STRDUP 1
  6936. | #define HAVE_ATOLL 1
  6937. | #define HAVE_LOCALE_H 1
  6938. | #define HAVE_NETDB_H 1
  6939. | #define HAVE_SYS_PARAM_H 1
  6940. | #define HAVE_SYS_SOCKET_H 1
  6941. | #define HAVE_NETINET_IN_H 1
  6942. | #define HAVE_ARPA_INET_H 1
  6943. | #define HAVE_GETADDRINFO 1
  6944. | #define HAVE_LIBM 1
  6945. | #define HAVE_LINUX_SOUNDCARD_H 1
  6946. | /* end confdefs.h. */
  6947. |
  6948. | /* Override any GCC internal prototype to avoid an error.
  6949. | Use char because int might match the return type of a GCC
  6950. | builtin and then its argument prototype would still apply. */
  6951. | #ifdef __cplusplus
  6952. | extern "C"
  6953. | #endif
  6954. | char AuOpenServer ();
  6955. | int
  6956. | main ()
  6957. | {
  6958. | return AuOpenServer ();
  6959. | ;
  6960. | return 0;
  6961. | }
  6962. configure:17182: result: no
  6963. configure:17382: checking for artsc
  6964. configure:17392: result: no
  6965. configure:17401: checking OpenAL/al.h usability
  6966. configure:17401: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  6967. conftest.c:106:23: fatal error: OpenAL/al.h: No such file or directory
  6968. compilation terminated.
  6969. configure:17401: $? = 1
  6970. configure: failed program was:
  6971. | /* confdefs.h */
  6972. | #define PACKAGE_NAME "mpg123"
  6973. | #define PACKAGE_TARNAME "mpg123"
  6974. | #define PACKAGE_VERSION "1.17.0"
  6975. | #define PACKAGE_STRING "mpg123 1.17.0"
  6976. | #define PACKAGE_BUGREPORT "[email protected]"
  6977. | #define PACKAGE_URL ""
  6978. | #define PACKAGE "mpg123"
  6979. | #define VERSION "1.17.0"
  6980. | #define STDC_HEADERS 1
  6981. | #define HAVE_SYS_TYPES_H 1
  6982. | #define HAVE_SYS_STAT_H 1
  6983. | #define HAVE_STDLIB_H 1
  6984. | #define HAVE_STRING_H 1
  6985. | #define HAVE_MEMORY_H 1
  6986. | #define HAVE_STRINGS_H 1
  6987. | #define HAVE_INTTYPES_H 1
  6988. | #define HAVE_STDINT_H 1
  6989. | #define HAVE_UNISTD_H 1
  6990. | #define DYNAMIC_BUILD 1
  6991. | #define HAVE_DLFCN_H 1
  6992. | #define LT_OBJDIR ".libs/"
  6993. | #define GAPLESS 1
  6994. | #define USE_NEW_HUFFTABLE 1
  6995. | #define NO_32BIT 1
  6996. | #define NO_REAL 1
  6997. | #define MODULE_FILE_SUFFIX ".la"
  6998. | #define ASMALIGN_BALIGN 1
  6999. | #define STDC_HEADERS 1
  7000. | #define HAVE_STDIO_H 1
  7001. | #define HAVE_STDLIB_H 1
  7002. | #define HAVE_STRING_H 1
  7003. | #define HAVE_UNISTD_H 1
  7004. | #define HAVE_SCHED_H 1
  7005. | #define HAVE_SYS_IOCTL_H 1
  7006. | #define HAVE_SYS_TYPES_H 1
  7007. | #define HAVE_STDINT_H 1
  7008. | #define HAVE_LIMITS_H 1
  7009. | #define HAVE_INTTYPES_H 1
  7010. | #define HAVE_SYS_TIME_H 1
  7011. | #define HAVE_SYS_WAIT_H 1
  7012. | #define HAVE_SYS_RESOURCE_H 1
  7013. | #define HAVE_SIGNAL_H 1
  7014. | #define SIZEOF_SIZE_T 4
  7015. | #define SIZEOF_SSIZE_T 4
  7016. | #define SIZEOF_OFF_T 4
  7017. | #define SIZEOF_INT32_T 4
  7018. | #define SIZEOF_LONG 4
  7019. | #define lfs_alias_t off_t
  7020. | #define LFS_ALIAS_BITS 32
  7021. | #define HAVE_STDLIB_H 1
  7022. | #define HAVE_UNISTD_H 1
  7023. | #define HAVE_SYS_PARAM_H 1
  7024. | #define HAVE_TERMIOS 1
  7025. | #define HAVE_SCHED_SETSCHEDULER 1
  7026. | #define HAVE_SETUID 1
  7027. | #define HAVE_GETUID 1
  7028. | #define HAVE_SETPRIORITY 1
  7029. | #define HAVE_STRERROR 1
  7030. | #define HAVE_SETLOCALE 1
  7031. | #define HAVE_STRDUP 1
  7032. | #define HAVE_ATOLL 1
  7033. | #define HAVE_LOCALE_H 1
  7034. | #define HAVE_NETDB_H 1
  7035. | #define HAVE_SYS_PARAM_H 1
  7036. | #define HAVE_SYS_SOCKET_H 1
  7037. | #define HAVE_NETINET_IN_H 1
  7038. | #define HAVE_ARPA_INET_H 1
  7039. | #define HAVE_GETADDRINFO 1
  7040. | #define HAVE_LIBM 1
  7041. | #define HAVE_LINUX_SOUNDCARD_H 1
  7042. | /* end confdefs.h. */
  7043. | #include <stdio.h>
  7044. | #ifdef HAVE_SYS_TYPES_H
  7045. | # include <sys/types.h>
  7046. | #endif
  7047. | #ifdef HAVE_SYS_STAT_H
  7048. | # include <sys/stat.h>
  7049. | #endif
  7050. | #ifdef STDC_HEADERS
  7051. | # include <stdlib.h>
  7052. | # include <stddef.h>
  7053. | #else
  7054. | # ifdef HAVE_STDLIB_H
  7055. | # include <stdlib.h>
  7056. | # endif
  7057. | #endif
  7058. | #ifdef HAVE_STRING_H
  7059. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7060. | # include <memory.h>
  7061. | # endif
  7062. | # include <string.h>
  7063. | #endif
  7064. | #ifdef HAVE_STRINGS_H
  7065. | # include <strings.h>
  7066. | #endif
  7067. | #ifdef HAVE_INTTYPES_H
  7068. | # include <inttypes.h>
  7069. | #endif
  7070. | #ifdef HAVE_STDINT_H
  7071. | # include <stdint.h>
  7072. | #endif
  7073. | #ifdef HAVE_UNISTD_H
  7074. | # include <unistd.h>
  7075. | #endif
  7076. | #include <OpenAL/al.h>
  7077. configure:17401: result: no
  7078. configure:17401: checking OpenAL/al.h presence
  7079. configure:17401: arm-linux-androideabi-gcc -E conftest.c
  7080. conftest.c:73:23: fatal error: OpenAL/al.h: No such file or directory
  7081. compilation terminated.
  7082. configure:17401: $? = 1
  7083. configure: failed program was:
  7084. | /* confdefs.h */
  7085. | #define PACKAGE_NAME "mpg123"
  7086. | #define PACKAGE_TARNAME "mpg123"
  7087. | #define PACKAGE_VERSION "1.17.0"
  7088. | #define PACKAGE_STRING "mpg123 1.17.0"
  7089. | #define PACKAGE_BUGREPORT "[email protected]"
  7090. | #define PACKAGE_URL ""
  7091. | #define PACKAGE "mpg123"
  7092. | #define VERSION "1.17.0"
  7093. | #define STDC_HEADERS 1
  7094. | #define HAVE_SYS_TYPES_H 1
  7095. | #define HAVE_SYS_STAT_H 1
  7096. | #define HAVE_STDLIB_H 1
  7097. | #define HAVE_STRING_H 1
  7098. | #define HAVE_MEMORY_H 1
  7099. | #define HAVE_STRINGS_H 1
  7100. | #define HAVE_INTTYPES_H 1
  7101. | #define HAVE_STDINT_H 1
  7102. | #define HAVE_UNISTD_H 1
  7103. | #define DYNAMIC_BUILD 1
  7104. | #define HAVE_DLFCN_H 1
  7105. | #define LT_OBJDIR ".libs/"
  7106. | #define GAPLESS 1
  7107. | #define USE_NEW_HUFFTABLE 1
  7108. | #define NO_32BIT 1
  7109. | #define NO_REAL 1
  7110. | #define MODULE_FILE_SUFFIX ".la"
  7111. | #define ASMALIGN_BALIGN 1
  7112. | #define STDC_HEADERS 1
  7113. | #define HAVE_STDIO_H 1
  7114. | #define HAVE_STDLIB_H 1
  7115. | #define HAVE_STRING_H 1
  7116. | #define HAVE_UNISTD_H 1
  7117. | #define HAVE_SCHED_H 1
  7118. | #define HAVE_SYS_IOCTL_H 1
  7119. | #define HAVE_SYS_TYPES_H 1
  7120. | #define HAVE_STDINT_H 1
  7121. | #define HAVE_LIMITS_H 1
  7122. | #define HAVE_INTTYPES_H 1
  7123. | #define HAVE_SYS_TIME_H 1
  7124. | #define HAVE_SYS_WAIT_H 1
  7125. | #define HAVE_SYS_RESOURCE_H 1
  7126. | #define HAVE_SIGNAL_H 1
  7127. | #define SIZEOF_SIZE_T 4
  7128. | #define SIZEOF_SSIZE_T 4
  7129. | #define SIZEOF_OFF_T 4
  7130. | #define SIZEOF_INT32_T 4
  7131. | #define SIZEOF_LONG 4
  7132. | #define lfs_alias_t off_t
  7133. | #define LFS_ALIAS_BITS 32
  7134. | #define HAVE_STDLIB_H 1
  7135. | #define HAVE_UNISTD_H 1
  7136. | #define HAVE_SYS_PARAM_H 1
  7137. | #define HAVE_TERMIOS 1
  7138. | #define HAVE_SCHED_SETSCHEDULER 1
  7139. | #define HAVE_SETUID 1
  7140. | #define HAVE_GETUID 1
  7141. | #define HAVE_SETPRIORITY 1
  7142. | #define HAVE_STRERROR 1
  7143. | #define HAVE_SETLOCALE 1
  7144. | #define HAVE_STRDUP 1
  7145. | #define HAVE_ATOLL 1
  7146. | #define HAVE_LOCALE_H 1
  7147. | #define HAVE_NETDB_H 1
  7148. | #define HAVE_SYS_PARAM_H 1
  7149. | #define HAVE_SYS_SOCKET_H 1
  7150. | #define HAVE_NETINET_IN_H 1
  7151. | #define HAVE_ARPA_INET_H 1
  7152. | #define HAVE_GETADDRINFO 1
  7153. | #define HAVE_LIBM 1
  7154. | #define HAVE_LINUX_SOUNDCARD_H 1
  7155. | /* end confdefs.h. */
  7156. | #include <OpenAL/al.h>
  7157. configure:17401: result: no
  7158. configure:17401: checking for OpenAL/al.h
  7159. configure:17401: result: no
  7160. configure:17401: checking OpenAL/alc.h usability
  7161. configure:17401: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  7162. conftest.c:106:24: fatal error: OpenAL/alc.h: No such file or directory
  7163. compilation terminated.
  7164. configure:17401: $? = 1
  7165. configure: failed program was:
  7166. | /* confdefs.h */
  7167. | #define PACKAGE_NAME "mpg123"
  7168. | #define PACKAGE_TARNAME "mpg123"
  7169. | #define PACKAGE_VERSION "1.17.0"
  7170. | #define PACKAGE_STRING "mpg123 1.17.0"
  7171. | #define PACKAGE_BUGREPORT "[email protected]"
  7172. | #define PACKAGE_URL ""
  7173. | #define PACKAGE "mpg123"
  7174. | #define VERSION "1.17.0"
  7175. | #define STDC_HEADERS 1
  7176. | #define HAVE_SYS_TYPES_H 1
  7177. | #define HAVE_SYS_STAT_H 1
  7178. | #define HAVE_STDLIB_H 1
  7179. | #define HAVE_STRING_H 1
  7180. | #define HAVE_MEMORY_H 1
  7181. | #define HAVE_STRINGS_H 1
  7182. | #define HAVE_INTTYPES_H 1
  7183. | #define HAVE_STDINT_H 1
  7184. | #define HAVE_UNISTD_H 1
  7185. | #define DYNAMIC_BUILD 1
  7186. | #define HAVE_DLFCN_H 1
  7187. | #define LT_OBJDIR ".libs/"
  7188. | #define GAPLESS 1
  7189. | #define USE_NEW_HUFFTABLE 1
  7190. | #define NO_32BIT 1
  7191. | #define NO_REAL 1
  7192. | #define MODULE_FILE_SUFFIX ".la"
  7193. | #define ASMALIGN_BALIGN 1
  7194. | #define STDC_HEADERS 1
  7195. | #define HAVE_STDIO_H 1
  7196. | #define HAVE_STDLIB_H 1
  7197. | #define HAVE_STRING_H 1
  7198. | #define HAVE_UNISTD_H 1
  7199. | #define HAVE_SCHED_H 1
  7200. | #define HAVE_SYS_IOCTL_H 1
  7201. | #define HAVE_SYS_TYPES_H 1
  7202. | #define HAVE_STDINT_H 1
  7203. | #define HAVE_LIMITS_H 1
  7204. | #define HAVE_INTTYPES_H 1
  7205. | #define HAVE_SYS_TIME_H 1
  7206. | #define HAVE_SYS_WAIT_H 1
  7207. | #define HAVE_SYS_RESOURCE_H 1
  7208. | #define HAVE_SIGNAL_H 1
  7209. | #define SIZEOF_SIZE_T 4
  7210. | #define SIZEOF_SSIZE_T 4
  7211. | #define SIZEOF_OFF_T 4
  7212. | #define SIZEOF_INT32_T 4
  7213. | #define SIZEOF_LONG 4
  7214. | #define lfs_alias_t off_t
  7215. | #define LFS_ALIAS_BITS 32
  7216. | #define HAVE_STDLIB_H 1
  7217. | #define HAVE_UNISTD_H 1
  7218. | #define HAVE_SYS_PARAM_H 1
  7219. | #define HAVE_TERMIOS 1
  7220. | #define HAVE_SCHED_SETSCHEDULER 1
  7221. | #define HAVE_SETUID 1
  7222. | #define HAVE_GETUID 1
  7223. | #define HAVE_SETPRIORITY 1
  7224. | #define HAVE_STRERROR 1
  7225. | #define HAVE_SETLOCALE 1
  7226. | #define HAVE_STRDUP 1
  7227. | #define HAVE_ATOLL 1
  7228. | #define HAVE_LOCALE_H 1
  7229. | #define HAVE_NETDB_H 1
  7230. | #define HAVE_SYS_PARAM_H 1
  7231. | #define HAVE_SYS_SOCKET_H 1
  7232. | #define HAVE_NETINET_IN_H 1
  7233. | #define HAVE_ARPA_INET_H 1
  7234. | #define HAVE_GETADDRINFO 1
  7235. | #define HAVE_LIBM 1
  7236. | #define HAVE_LINUX_SOUNDCARD_H 1
  7237. | /* end confdefs.h. */
  7238. | #include <stdio.h>
  7239. | #ifdef HAVE_SYS_TYPES_H
  7240. | # include <sys/types.h>
  7241. | #endif
  7242. | #ifdef HAVE_SYS_STAT_H
  7243. | # include <sys/stat.h>
  7244. | #endif
  7245. | #ifdef STDC_HEADERS
  7246. | # include <stdlib.h>
  7247. | # include <stddef.h>
  7248. | #else
  7249. | # ifdef HAVE_STDLIB_H
  7250. | # include <stdlib.h>
  7251. | # endif
  7252. | #endif
  7253. | #ifdef HAVE_STRING_H
  7254. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7255. | # include <memory.h>
  7256. | # endif
  7257. | # include <string.h>
  7258. | #endif
  7259. | #ifdef HAVE_STRINGS_H
  7260. | # include <strings.h>
  7261. | #endif
  7262. | #ifdef HAVE_INTTYPES_H
  7263. | # include <inttypes.h>
  7264. | #endif
  7265. | #ifdef HAVE_STDINT_H
  7266. | # include <stdint.h>
  7267. | #endif
  7268. | #ifdef HAVE_UNISTD_H
  7269. | # include <unistd.h>
  7270. | #endif
  7271. | #include <OpenAL/alc.h>
  7272. configure:17401: result: no
  7273. configure:17401: checking OpenAL/alc.h presence
  7274. configure:17401: arm-linux-androideabi-gcc -E conftest.c
  7275. conftest.c:73:24: fatal error: OpenAL/alc.h: No such file or directory
  7276. compilation terminated.
  7277. configure:17401: $? = 1
  7278. configure: failed program was:
  7279. | /* confdefs.h */
  7280. | #define PACKAGE_NAME "mpg123"
  7281. | #define PACKAGE_TARNAME "mpg123"
  7282. | #define PACKAGE_VERSION "1.17.0"
  7283. | #define PACKAGE_STRING "mpg123 1.17.0"
  7284. | #define PACKAGE_BUGREPORT "[email protected]"
  7285. | #define PACKAGE_URL ""
  7286. | #define PACKAGE "mpg123"
  7287. | #define VERSION "1.17.0"
  7288. | #define STDC_HEADERS 1
  7289. | #define HAVE_SYS_TYPES_H 1
  7290. | #define HAVE_SYS_STAT_H 1
  7291. | #define HAVE_STDLIB_H 1
  7292. | #define HAVE_STRING_H 1
  7293. | #define HAVE_MEMORY_H 1
  7294. | #define HAVE_STRINGS_H 1
  7295. | #define HAVE_INTTYPES_H 1
  7296. | #define HAVE_STDINT_H 1
  7297. | #define HAVE_UNISTD_H 1
  7298. | #define DYNAMIC_BUILD 1
  7299. | #define HAVE_DLFCN_H 1
  7300. | #define LT_OBJDIR ".libs/"
  7301. | #define GAPLESS 1
  7302. | #define USE_NEW_HUFFTABLE 1
  7303. | #define NO_32BIT 1
  7304. | #define NO_REAL 1
  7305. | #define MODULE_FILE_SUFFIX ".la"
  7306. | #define ASMALIGN_BALIGN 1
  7307. | #define STDC_HEADERS 1
  7308. | #define HAVE_STDIO_H 1
  7309. | #define HAVE_STDLIB_H 1
  7310. | #define HAVE_STRING_H 1
  7311. | #define HAVE_UNISTD_H 1
  7312. | #define HAVE_SCHED_H 1
  7313. | #define HAVE_SYS_IOCTL_H 1
  7314. | #define HAVE_SYS_TYPES_H 1
  7315. | #define HAVE_STDINT_H 1
  7316. | #define HAVE_LIMITS_H 1
  7317. | #define HAVE_INTTYPES_H 1
  7318. | #define HAVE_SYS_TIME_H 1
  7319. | #define HAVE_SYS_WAIT_H 1
  7320. | #define HAVE_SYS_RESOURCE_H 1
  7321. | #define HAVE_SIGNAL_H 1
  7322. | #define SIZEOF_SIZE_T 4
  7323. | #define SIZEOF_SSIZE_T 4
  7324. | #define SIZEOF_OFF_T 4
  7325. | #define SIZEOF_INT32_T 4
  7326. | #define SIZEOF_LONG 4
  7327. | #define lfs_alias_t off_t
  7328. | #define LFS_ALIAS_BITS 32
  7329. | #define HAVE_STDLIB_H 1
  7330. | #define HAVE_UNISTD_H 1
  7331. | #define HAVE_SYS_PARAM_H 1
  7332. | #define HAVE_TERMIOS 1
  7333. | #define HAVE_SCHED_SETSCHEDULER 1
  7334. | #define HAVE_SETUID 1
  7335. | #define HAVE_GETUID 1
  7336. | #define HAVE_SETPRIORITY 1
  7337. | #define HAVE_STRERROR 1
  7338. | #define HAVE_SETLOCALE 1
  7339. | #define HAVE_STRDUP 1
  7340. | #define HAVE_ATOLL 1
  7341. | #define HAVE_LOCALE_H 1
  7342. | #define HAVE_NETDB_H 1
  7343. | #define HAVE_SYS_PARAM_H 1
  7344. | #define HAVE_SYS_SOCKET_H 1
  7345. | #define HAVE_NETINET_IN_H 1
  7346. | #define HAVE_ARPA_INET_H 1
  7347. | #define HAVE_GETADDRINFO 1
  7348. | #define HAVE_LIBM 1
  7349. | #define HAVE_LINUX_SOUNDCARD_H 1
  7350. | /* end confdefs.h. */
  7351. | #include <OpenAL/alc.h>
  7352. configure:17401: result: no
  7353. configure:17401: checking for OpenAL/alc.h
  7354. configure:17401: result: no
  7355. configure:17401: checking AL/al.h usability
  7356. configure:17401: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  7357. conftest.c:106:19: fatal error: AL/al.h: No such file or directory
  7358. compilation terminated.
  7359. configure:17401: $? = 1
  7360. configure: failed program was:
  7361. | /* confdefs.h */
  7362. | #define PACKAGE_NAME "mpg123"
  7363. | #define PACKAGE_TARNAME "mpg123"
  7364. | #define PACKAGE_VERSION "1.17.0"
  7365. | #define PACKAGE_STRING "mpg123 1.17.0"
  7366. | #define PACKAGE_BUGREPORT "[email protected]"
  7367. | #define PACKAGE_URL ""
  7368. | #define PACKAGE "mpg123"
  7369. | #define VERSION "1.17.0"
  7370. | #define STDC_HEADERS 1
  7371. | #define HAVE_SYS_TYPES_H 1
  7372. | #define HAVE_SYS_STAT_H 1
  7373. | #define HAVE_STDLIB_H 1
  7374. | #define HAVE_STRING_H 1
  7375. | #define HAVE_MEMORY_H 1
  7376. | #define HAVE_STRINGS_H 1
  7377. | #define HAVE_INTTYPES_H 1
  7378. | #define HAVE_STDINT_H 1
  7379. | #define HAVE_UNISTD_H 1
  7380. | #define DYNAMIC_BUILD 1
  7381. | #define HAVE_DLFCN_H 1
  7382. | #define LT_OBJDIR ".libs/"
  7383. | #define GAPLESS 1
  7384. | #define USE_NEW_HUFFTABLE 1
  7385. | #define NO_32BIT 1
  7386. | #define NO_REAL 1
  7387. | #define MODULE_FILE_SUFFIX ".la"
  7388. | #define ASMALIGN_BALIGN 1
  7389. | #define STDC_HEADERS 1
  7390. | #define HAVE_STDIO_H 1
  7391. | #define HAVE_STDLIB_H 1
  7392. | #define HAVE_STRING_H 1
  7393. | #define HAVE_UNISTD_H 1
  7394. | #define HAVE_SCHED_H 1
  7395. | #define HAVE_SYS_IOCTL_H 1
  7396. | #define HAVE_SYS_TYPES_H 1
  7397. | #define HAVE_STDINT_H 1
  7398. | #define HAVE_LIMITS_H 1
  7399. | #define HAVE_INTTYPES_H 1
  7400. | #define HAVE_SYS_TIME_H 1
  7401. | #define HAVE_SYS_WAIT_H 1
  7402. | #define HAVE_SYS_RESOURCE_H 1
  7403. | #define HAVE_SIGNAL_H 1
  7404. | #define SIZEOF_SIZE_T 4
  7405. | #define SIZEOF_SSIZE_T 4
  7406. | #define SIZEOF_OFF_T 4
  7407. | #define SIZEOF_INT32_T 4
  7408. | #define SIZEOF_LONG 4
  7409. | #define lfs_alias_t off_t
  7410. | #define LFS_ALIAS_BITS 32
  7411. | #define HAVE_STDLIB_H 1
  7412. | #define HAVE_UNISTD_H 1
  7413. | #define HAVE_SYS_PARAM_H 1
  7414. | #define HAVE_TERMIOS 1
  7415. | #define HAVE_SCHED_SETSCHEDULER 1
  7416. | #define HAVE_SETUID 1
  7417. | #define HAVE_GETUID 1
  7418. | #define HAVE_SETPRIORITY 1
  7419. | #define HAVE_STRERROR 1
  7420. | #define HAVE_SETLOCALE 1
  7421. | #define HAVE_STRDUP 1
  7422. | #define HAVE_ATOLL 1
  7423. | #define HAVE_LOCALE_H 1
  7424. | #define HAVE_NETDB_H 1
  7425. | #define HAVE_SYS_PARAM_H 1
  7426. | #define HAVE_SYS_SOCKET_H 1
  7427. | #define HAVE_NETINET_IN_H 1
  7428. | #define HAVE_ARPA_INET_H 1
  7429. | #define HAVE_GETADDRINFO 1
  7430. | #define HAVE_LIBM 1
  7431. | #define HAVE_LINUX_SOUNDCARD_H 1
  7432. | /* end confdefs.h. */
  7433. | #include <stdio.h>
  7434. | #ifdef HAVE_SYS_TYPES_H
  7435. | # include <sys/types.h>
  7436. | #endif
  7437. | #ifdef HAVE_SYS_STAT_H
  7438. | # include <sys/stat.h>
  7439. | #endif
  7440. | #ifdef STDC_HEADERS
  7441. | # include <stdlib.h>
  7442. | # include <stddef.h>
  7443. | #else
  7444. | # ifdef HAVE_STDLIB_H
  7445. | # include <stdlib.h>
  7446. | # endif
  7447. | #endif
  7448. | #ifdef HAVE_STRING_H
  7449. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7450. | # include <memory.h>
  7451. | # endif
  7452. | # include <string.h>
  7453. | #endif
  7454. | #ifdef HAVE_STRINGS_H
  7455. | # include <strings.h>
  7456. | #endif
  7457. | #ifdef HAVE_INTTYPES_H
  7458. | # include <inttypes.h>
  7459. | #endif
  7460. | #ifdef HAVE_STDINT_H
  7461. | # include <stdint.h>
  7462. | #endif
  7463. | #ifdef HAVE_UNISTD_H
  7464. | # include <unistd.h>
  7465. | #endif
  7466. | #include <AL/al.h>
  7467. configure:17401: result: no
  7468. configure:17401: checking AL/al.h presence
  7469. configure:17401: arm-linux-androideabi-gcc -E conftest.c
  7470. conftest.c:73:19: fatal error: AL/al.h: No such file or directory
  7471. compilation terminated.
  7472. configure:17401: $? = 1
  7473. configure: failed program was:
  7474. | /* confdefs.h */
  7475. | #define PACKAGE_NAME "mpg123"
  7476. | #define PACKAGE_TARNAME "mpg123"
  7477. | #define PACKAGE_VERSION "1.17.0"
  7478. | #define PACKAGE_STRING "mpg123 1.17.0"
  7479. | #define PACKAGE_BUGREPORT "[email protected]"
  7480. | #define PACKAGE_URL ""
  7481. | #define PACKAGE "mpg123"
  7482. | #define VERSION "1.17.0"
  7483. | #define STDC_HEADERS 1
  7484. | #define HAVE_SYS_TYPES_H 1
  7485. | #define HAVE_SYS_STAT_H 1
  7486. | #define HAVE_STDLIB_H 1
  7487. | #define HAVE_STRING_H 1
  7488. | #define HAVE_MEMORY_H 1
  7489. | #define HAVE_STRINGS_H 1
  7490. | #define HAVE_INTTYPES_H 1
  7491. | #define HAVE_STDINT_H 1
  7492. | #define HAVE_UNISTD_H 1
  7493. | #define DYNAMIC_BUILD 1
  7494. | #define HAVE_DLFCN_H 1
  7495. | #define LT_OBJDIR ".libs/"
  7496. | #define GAPLESS 1
  7497. | #define USE_NEW_HUFFTABLE 1
  7498. | #define NO_32BIT 1
  7499. | #define NO_REAL 1
  7500. | #define MODULE_FILE_SUFFIX ".la"
  7501. | #define ASMALIGN_BALIGN 1
  7502. | #define STDC_HEADERS 1
  7503. | #define HAVE_STDIO_H 1
  7504. | #define HAVE_STDLIB_H 1
  7505. | #define HAVE_STRING_H 1
  7506. | #define HAVE_UNISTD_H 1
  7507. | #define HAVE_SCHED_H 1
  7508. | #define HAVE_SYS_IOCTL_H 1
  7509. | #define HAVE_SYS_TYPES_H 1
  7510. | #define HAVE_STDINT_H 1
  7511. | #define HAVE_LIMITS_H 1
  7512. | #define HAVE_INTTYPES_H 1
  7513. | #define HAVE_SYS_TIME_H 1
  7514. | #define HAVE_SYS_WAIT_H 1
  7515. | #define HAVE_SYS_RESOURCE_H 1
  7516. | #define HAVE_SIGNAL_H 1
  7517. | #define SIZEOF_SIZE_T 4
  7518. | #define SIZEOF_SSIZE_T 4
  7519. | #define SIZEOF_OFF_T 4
  7520. | #define SIZEOF_INT32_T 4
  7521. | #define SIZEOF_LONG 4
  7522. | #define lfs_alias_t off_t
  7523. | #define LFS_ALIAS_BITS 32
  7524. | #define HAVE_STDLIB_H 1
  7525. | #define HAVE_UNISTD_H 1
  7526. | #define HAVE_SYS_PARAM_H 1
  7527. | #define HAVE_TERMIOS 1
  7528. | #define HAVE_SCHED_SETSCHEDULER 1
  7529. | #define HAVE_SETUID 1
  7530. | #define HAVE_GETUID 1
  7531. | #define HAVE_SETPRIORITY 1
  7532. | #define HAVE_STRERROR 1
  7533. | #define HAVE_SETLOCALE 1
  7534. | #define HAVE_STRDUP 1
  7535. | #define HAVE_ATOLL 1
  7536. | #define HAVE_LOCALE_H 1
  7537. | #define HAVE_NETDB_H 1
  7538. | #define HAVE_SYS_PARAM_H 1
  7539. | #define HAVE_SYS_SOCKET_H 1
  7540. | #define HAVE_NETINET_IN_H 1
  7541. | #define HAVE_ARPA_INET_H 1
  7542. | #define HAVE_GETADDRINFO 1
  7543. | #define HAVE_LIBM 1
  7544. | #define HAVE_LINUX_SOUNDCARD_H 1
  7545. | /* end confdefs.h. */
  7546. | #include <AL/al.h>
  7547. configure:17401: result: no
  7548. configure:17401: checking for AL/al.h
  7549. configure:17401: result: no
  7550. configure:17401: checking AL/alc.h usability
  7551. configure:17401: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  7552. conftest.c:106:20: fatal error: AL/alc.h: No such file or directory
  7553. compilation terminated.
  7554. configure:17401: $? = 1
  7555. configure: failed program was:
  7556. | /* confdefs.h */
  7557. | #define PACKAGE_NAME "mpg123"
  7558. | #define PACKAGE_TARNAME "mpg123"
  7559. | #define PACKAGE_VERSION "1.17.0"
  7560. | #define PACKAGE_STRING "mpg123 1.17.0"
  7561. | #define PACKAGE_BUGREPORT "[email protected]"
  7562. | #define PACKAGE_URL ""
  7563. | #define PACKAGE "mpg123"
  7564. | #define VERSION "1.17.0"
  7565. | #define STDC_HEADERS 1
  7566. | #define HAVE_SYS_TYPES_H 1
  7567. | #define HAVE_SYS_STAT_H 1
  7568. | #define HAVE_STDLIB_H 1
  7569. | #define HAVE_STRING_H 1
  7570. | #define HAVE_MEMORY_H 1
  7571. | #define HAVE_STRINGS_H 1
  7572. | #define HAVE_INTTYPES_H 1
  7573. | #define HAVE_STDINT_H 1
  7574. | #define HAVE_UNISTD_H 1
  7575. | #define DYNAMIC_BUILD 1
  7576. | #define HAVE_DLFCN_H 1
  7577. | #define LT_OBJDIR ".libs/"
  7578. | #define GAPLESS 1
  7579. | #define USE_NEW_HUFFTABLE 1
  7580. | #define NO_32BIT 1
  7581. | #define NO_REAL 1
  7582. | #define MODULE_FILE_SUFFIX ".la"
  7583. | #define ASMALIGN_BALIGN 1
  7584. | #define STDC_HEADERS 1
  7585. | #define HAVE_STDIO_H 1
  7586. | #define HAVE_STDLIB_H 1
  7587. | #define HAVE_STRING_H 1
  7588. | #define HAVE_UNISTD_H 1
  7589. | #define HAVE_SCHED_H 1
  7590. | #define HAVE_SYS_IOCTL_H 1
  7591. | #define HAVE_SYS_TYPES_H 1
  7592. | #define HAVE_STDINT_H 1
  7593. | #define HAVE_LIMITS_H 1
  7594. | #define HAVE_INTTYPES_H 1
  7595. | #define HAVE_SYS_TIME_H 1
  7596. | #define HAVE_SYS_WAIT_H 1
  7597. | #define HAVE_SYS_RESOURCE_H 1
  7598. | #define HAVE_SIGNAL_H 1
  7599. | #define SIZEOF_SIZE_T 4
  7600. | #define SIZEOF_SSIZE_T 4
  7601. | #define SIZEOF_OFF_T 4
  7602. | #define SIZEOF_INT32_T 4
  7603. | #define SIZEOF_LONG 4
  7604. | #define lfs_alias_t off_t
  7605. | #define LFS_ALIAS_BITS 32
  7606. | #define HAVE_STDLIB_H 1
  7607. | #define HAVE_UNISTD_H 1
  7608. | #define HAVE_SYS_PARAM_H 1
  7609. | #define HAVE_TERMIOS 1
  7610. | #define HAVE_SCHED_SETSCHEDULER 1
  7611. | #define HAVE_SETUID 1
  7612. | #define HAVE_GETUID 1
  7613. | #define HAVE_SETPRIORITY 1
  7614. | #define HAVE_STRERROR 1
  7615. | #define HAVE_SETLOCALE 1
  7616. | #define HAVE_STRDUP 1
  7617. | #define HAVE_ATOLL 1
  7618. | #define HAVE_LOCALE_H 1
  7619. | #define HAVE_NETDB_H 1
  7620. | #define HAVE_SYS_PARAM_H 1
  7621. | #define HAVE_SYS_SOCKET_H 1
  7622. | #define HAVE_NETINET_IN_H 1
  7623. | #define HAVE_ARPA_INET_H 1
  7624. | #define HAVE_GETADDRINFO 1
  7625. | #define HAVE_LIBM 1
  7626. | #define HAVE_LINUX_SOUNDCARD_H 1
  7627. | /* end confdefs.h. */
  7628. | #include <stdio.h>
  7629. | #ifdef HAVE_SYS_TYPES_H
  7630. | # include <sys/types.h>
  7631. | #endif
  7632. | #ifdef HAVE_SYS_STAT_H
  7633. | # include <sys/stat.h>
  7634. | #endif
  7635. | #ifdef STDC_HEADERS
  7636. | # include <stdlib.h>
  7637. | # include <stddef.h>
  7638. | #else
  7639. | # ifdef HAVE_STDLIB_H
  7640. | # include <stdlib.h>
  7641. | # endif
  7642. | #endif
  7643. | #ifdef HAVE_STRING_H
  7644. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7645. | # include <memory.h>
  7646. | # endif
  7647. | # include <string.h>
  7648. | #endif
  7649. | #ifdef HAVE_STRINGS_H
  7650. | # include <strings.h>
  7651. | #endif
  7652. | #ifdef HAVE_INTTYPES_H
  7653. | # include <inttypes.h>
  7654. | #endif
  7655. | #ifdef HAVE_STDINT_H
  7656. | # include <stdint.h>
  7657. | #endif
  7658. | #ifdef HAVE_UNISTD_H
  7659. | # include <unistd.h>
  7660. | #endif
  7661. | #include <AL/alc.h>
  7662. configure:17401: result: no
  7663. configure:17401: checking AL/alc.h presence
  7664. configure:17401: arm-linux-androideabi-gcc -E conftest.c
  7665. conftest.c:73:20: fatal error: AL/alc.h: No such file or directory
  7666. compilation terminated.
  7667. configure:17401: $? = 1
  7668. configure: failed program was:
  7669. | /* confdefs.h */
  7670. | #define PACKAGE_NAME "mpg123"
  7671. | #define PACKAGE_TARNAME "mpg123"
  7672. | #define PACKAGE_VERSION "1.17.0"
  7673. | #define PACKAGE_STRING "mpg123 1.17.0"
  7674. | #define PACKAGE_BUGREPORT "[email protected]"
  7675. | #define PACKAGE_URL ""
  7676. | #define PACKAGE "mpg123"
  7677. | #define VERSION "1.17.0"
  7678. | #define STDC_HEADERS 1
  7679. | #define HAVE_SYS_TYPES_H 1
  7680. | #define HAVE_SYS_STAT_H 1
  7681. | #define HAVE_STDLIB_H 1
  7682. | #define HAVE_STRING_H 1
  7683. | #define HAVE_MEMORY_H 1
  7684. | #define HAVE_STRINGS_H 1
  7685. | #define HAVE_INTTYPES_H 1
  7686. | #define HAVE_STDINT_H 1
  7687. | #define HAVE_UNISTD_H 1
  7688. | #define DYNAMIC_BUILD 1
  7689. | #define HAVE_DLFCN_H 1
  7690. | #define LT_OBJDIR ".libs/"
  7691. | #define GAPLESS 1
  7692. | #define USE_NEW_HUFFTABLE 1
  7693. | #define NO_32BIT 1
  7694. | #define NO_REAL 1
  7695. | #define MODULE_FILE_SUFFIX ".la"
  7696. | #define ASMALIGN_BALIGN 1
  7697. | #define STDC_HEADERS 1
  7698. | #define HAVE_STDIO_H 1
  7699. | #define HAVE_STDLIB_H 1
  7700. | #define HAVE_STRING_H 1
  7701. | #define HAVE_UNISTD_H 1
  7702. | #define HAVE_SCHED_H 1
  7703. | #define HAVE_SYS_IOCTL_H 1
  7704. | #define HAVE_SYS_TYPES_H 1
  7705. | #define HAVE_STDINT_H 1
  7706. | #define HAVE_LIMITS_H 1
  7707. | #define HAVE_INTTYPES_H 1
  7708. | #define HAVE_SYS_TIME_H 1
  7709. | #define HAVE_SYS_WAIT_H 1
  7710. | #define HAVE_SYS_RESOURCE_H 1
  7711. | #define HAVE_SIGNAL_H 1
  7712. | #define SIZEOF_SIZE_T 4
  7713. | #define SIZEOF_SSIZE_T 4
  7714. | #define SIZEOF_OFF_T 4
  7715. | #define SIZEOF_INT32_T 4
  7716. | #define SIZEOF_LONG 4
  7717. | #define lfs_alias_t off_t
  7718. | #define LFS_ALIAS_BITS 32
  7719. | #define HAVE_STDLIB_H 1
  7720. | #define HAVE_UNISTD_H 1
  7721. | #define HAVE_SYS_PARAM_H 1
  7722. | #define HAVE_TERMIOS 1
  7723. | #define HAVE_SCHED_SETSCHEDULER 1
  7724. | #define HAVE_SETUID 1
  7725. | #define HAVE_GETUID 1
  7726. | #define HAVE_SETPRIORITY 1
  7727. | #define HAVE_STRERROR 1
  7728. | #define HAVE_SETLOCALE 1
  7729. | #define HAVE_STRDUP 1
  7730. | #define HAVE_ATOLL 1
  7731. | #define HAVE_LOCALE_H 1
  7732. | #define HAVE_NETDB_H 1
  7733. | #define HAVE_SYS_PARAM_H 1
  7734. | #define HAVE_SYS_SOCKET_H 1
  7735. | #define HAVE_NETINET_IN_H 1
  7736. | #define HAVE_ARPA_INET_H 1
  7737. | #define HAVE_GETADDRINFO 1
  7738. | #define HAVE_LIBM 1
  7739. | #define HAVE_LINUX_SOUNDCARD_H 1
  7740. | /* end confdefs.h. */
  7741. | #include <AL/alc.h>
  7742. configure:17401: result: no
  7743. configure:17401: checking for AL/alc.h
  7744. configure:17401: result: no
  7745. configure:17401: checking al.h usability
  7746. configure:17401: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  7747. conftest.c:106:16: fatal error: al.h: No such file or directory
  7748. compilation terminated.
  7749. configure:17401: $? = 1
  7750. configure: failed program was:
  7751. | /* confdefs.h */
  7752. | #define PACKAGE_NAME "mpg123"
  7753. | #define PACKAGE_TARNAME "mpg123"
  7754. | #define PACKAGE_VERSION "1.17.0"
  7755. | #define PACKAGE_STRING "mpg123 1.17.0"
  7756. | #define PACKAGE_BUGREPORT "[email protected]"
  7757. | #define PACKAGE_URL ""
  7758. | #define PACKAGE "mpg123"
  7759. | #define VERSION "1.17.0"
  7760. | #define STDC_HEADERS 1
  7761. | #define HAVE_SYS_TYPES_H 1
  7762. | #define HAVE_SYS_STAT_H 1
  7763. | #define HAVE_STDLIB_H 1
  7764. | #define HAVE_STRING_H 1
  7765. | #define HAVE_MEMORY_H 1
  7766. | #define HAVE_STRINGS_H 1
  7767. | #define HAVE_INTTYPES_H 1
  7768. | #define HAVE_STDINT_H 1
  7769. | #define HAVE_UNISTD_H 1
  7770. | #define DYNAMIC_BUILD 1
  7771. | #define HAVE_DLFCN_H 1
  7772. | #define LT_OBJDIR ".libs/"
  7773. | #define GAPLESS 1
  7774. | #define USE_NEW_HUFFTABLE 1
  7775. | #define NO_32BIT 1
  7776. | #define NO_REAL 1
  7777. | #define MODULE_FILE_SUFFIX ".la"
  7778. | #define ASMALIGN_BALIGN 1
  7779. | #define STDC_HEADERS 1
  7780. | #define HAVE_STDIO_H 1
  7781. | #define HAVE_STDLIB_H 1
  7782. | #define HAVE_STRING_H 1
  7783. | #define HAVE_UNISTD_H 1
  7784. | #define HAVE_SCHED_H 1
  7785. | #define HAVE_SYS_IOCTL_H 1
  7786. | #define HAVE_SYS_TYPES_H 1
  7787. | #define HAVE_STDINT_H 1
  7788. | #define HAVE_LIMITS_H 1
  7789. | #define HAVE_INTTYPES_H 1
  7790. | #define HAVE_SYS_TIME_H 1
  7791. | #define HAVE_SYS_WAIT_H 1
  7792. | #define HAVE_SYS_RESOURCE_H 1
  7793. | #define HAVE_SIGNAL_H 1
  7794. | #define SIZEOF_SIZE_T 4
  7795. | #define SIZEOF_SSIZE_T 4
  7796. | #define SIZEOF_OFF_T 4
  7797. | #define SIZEOF_INT32_T 4
  7798. | #define SIZEOF_LONG 4
  7799. | #define lfs_alias_t off_t
  7800. | #define LFS_ALIAS_BITS 32
  7801. | #define HAVE_STDLIB_H 1
  7802. | #define HAVE_UNISTD_H 1
  7803. | #define HAVE_SYS_PARAM_H 1
  7804. | #define HAVE_TERMIOS 1
  7805. | #define HAVE_SCHED_SETSCHEDULER 1
  7806. | #define HAVE_SETUID 1
  7807. | #define HAVE_GETUID 1
  7808. | #define HAVE_SETPRIORITY 1
  7809. | #define HAVE_STRERROR 1
  7810. | #define HAVE_SETLOCALE 1
  7811. | #define HAVE_STRDUP 1
  7812. | #define HAVE_ATOLL 1
  7813. | #define HAVE_LOCALE_H 1
  7814. | #define HAVE_NETDB_H 1
  7815. | #define HAVE_SYS_PARAM_H 1
  7816. | #define HAVE_SYS_SOCKET_H 1
  7817. | #define HAVE_NETINET_IN_H 1
  7818. | #define HAVE_ARPA_INET_H 1
  7819. | #define HAVE_GETADDRINFO 1
  7820. | #define HAVE_LIBM 1
  7821. | #define HAVE_LINUX_SOUNDCARD_H 1
  7822. | /* end confdefs.h. */
  7823. | #include <stdio.h>
  7824. | #ifdef HAVE_SYS_TYPES_H
  7825. | # include <sys/types.h>
  7826. | #endif
  7827. | #ifdef HAVE_SYS_STAT_H
  7828. | # include <sys/stat.h>
  7829. | #endif
  7830. | #ifdef STDC_HEADERS
  7831. | # include <stdlib.h>
  7832. | # include <stddef.h>
  7833. | #else
  7834. | # ifdef HAVE_STDLIB_H
  7835. | # include <stdlib.h>
  7836. | # endif
  7837. | #endif
  7838. | #ifdef HAVE_STRING_H
  7839. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7840. | # include <memory.h>
  7841. | # endif
  7842. | # include <string.h>
  7843. | #endif
  7844. | #ifdef HAVE_STRINGS_H
  7845. | # include <strings.h>
  7846. | #endif
  7847. | #ifdef HAVE_INTTYPES_H
  7848. | # include <inttypes.h>
  7849. | #endif
  7850. | #ifdef HAVE_STDINT_H
  7851. | # include <stdint.h>
  7852. | #endif
  7853. | #ifdef HAVE_UNISTD_H
  7854. | # include <unistd.h>
  7855. | #endif
  7856. | #include <al.h>
  7857. configure:17401: result: no
  7858. configure:17401: checking al.h presence
  7859. configure:17401: arm-linux-androideabi-gcc -E conftest.c
  7860. conftest.c:73:16: fatal error: al.h: No such file or directory
  7861. compilation terminated.
  7862. configure:17401: $? = 1
  7863. configure: failed program was:
  7864. | /* confdefs.h */
  7865. | #define PACKAGE_NAME "mpg123"
  7866. | #define PACKAGE_TARNAME "mpg123"
  7867. | #define PACKAGE_VERSION "1.17.0"
  7868. | #define PACKAGE_STRING "mpg123 1.17.0"
  7869. | #define PACKAGE_BUGREPORT "[email protected]"
  7870. | #define PACKAGE_URL ""
  7871. | #define PACKAGE "mpg123"
  7872. | #define VERSION "1.17.0"
  7873. | #define STDC_HEADERS 1
  7874. | #define HAVE_SYS_TYPES_H 1
  7875. | #define HAVE_SYS_STAT_H 1
  7876. | #define HAVE_STDLIB_H 1
  7877. | #define HAVE_STRING_H 1
  7878. | #define HAVE_MEMORY_H 1
  7879. | #define HAVE_STRINGS_H 1
  7880. | #define HAVE_INTTYPES_H 1
  7881. | #define HAVE_STDINT_H 1
  7882. | #define HAVE_UNISTD_H 1
  7883. | #define DYNAMIC_BUILD 1
  7884. | #define HAVE_DLFCN_H 1
  7885. | #define LT_OBJDIR ".libs/"
  7886. | #define GAPLESS 1
  7887. | #define USE_NEW_HUFFTABLE 1
  7888. | #define NO_32BIT 1
  7889. | #define NO_REAL 1
  7890. | #define MODULE_FILE_SUFFIX ".la"
  7891. | #define ASMALIGN_BALIGN 1
  7892. | #define STDC_HEADERS 1
  7893. | #define HAVE_STDIO_H 1
  7894. | #define HAVE_STDLIB_H 1
  7895. | #define HAVE_STRING_H 1
  7896. | #define HAVE_UNISTD_H 1
  7897. | #define HAVE_SCHED_H 1
  7898. | #define HAVE_SYS_IOCTL_H 1
  7899. | #define HAVE_SYS_TYPES_H 1
  7900. | #define HAVE_STDINT_H 1
  7901. | #define HAVE_LIMITS_H 1
  7902. | #define HAVE_INTTYPES_H 1
  7903. | #define HAVE_SYS_TIME_H 1
  7904. | #define HAVE_SYS_WAIT_H 1
  7905. | #define HAVE_SYS_RESOURCE_H 1
  7906. | #define HAVE_SIGNAL_H 1
  7907. | #define SIZEOF_SIZE_T 4
  7908. | #define SIZEOF_SSIZE_T 4
  7909. | #define SIZEOF_OFF_T 4
  7910. | #define SIZEOF_INT32_T 4
  7911. | #define SIZEOF_LONG 4
  7912. | #define lfs_alias_t off_t
  7913. | #define LFS_ALIAS_BITS 32
  7914. | #define HAVE_STDLIB_H 1
  7915. | #define HAVE_UNISTD_H 1
  7916. | #define HAVE_SYS_PARAM_H 1
  7917. | #define HAVE_TERMIOS 1
  7918. | #define HAVE_SCHED_SETSCHEDULER 1
  7919. | #define HAVE_SETUID 1
  7920. | #define HAVE_GETUID 1
  7921. | #define HAVE_SETPRIORITY 1
  7922. | #define HAVE_STRERROR 1
  7923. | #define HAVE_SETLOCALE 1
  7924. | #define HAVE_STRDUP 1
  7925. | #define HAVE_ATOLL 1
  7926. | #define HAVE_LOCALE_H 1
  7927. | #define HAVE_NETDB_H 1
  7928. | #define HAVE_SYS_PARAM_H 1
  7929. | #define HAVE_SYS_SOCKET_H 1
  7930. | #define HAVE_NETINET_IN_H 1
  7931. | #define HAVE_ARPA_INET_H 1
  7932. | #define HAVE_GETADDRINFO 1
  7933. | #define HAVE_LIBM 1
  7934. | #define HAVE_LINUX_SOUNDCARD_H 1
  7935. | /* end confdefs.h. */
  7936. | #include <al.h>
  7937. configure:17401: result: no
  7938. configure:17401: checking for al.h
  7939. configure:17401: result: no
  7940. configure:17401: checking alc.h usability
  7941. configure:17401: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
  7942. conftest.c:106:17: fatal error: alc.h: No such file or directory
  7943. compilation terminated.
  7944. configure:17401: $? = 1
  7945. configure: failed program was:
  7946. | /* confdefs.h */
  7947. | #define PACKAGE_NAME "mpg123"
  7948. | #define PACKAGE_TARNAME "mpg123"
  7949. | #define PACKAGE_VERSION "1.17.0"
  7950. | #define PACKAGE_STRING "mpg123 1.17.0"
  7951. | #define PACKAGE_BUGREPORT "[email protected]"
  7952. | #define PACKAGE_URL ""
  7953. | #define PACKAGE "mpg123"
  7954. | #define VERSION "1.17.0"
  7955. | #define STDC_HEADERS 1
  7956. | #define HAVE_SYS_TYPES_H 1
  7957. | #define HAVE_SYS_STAT_H 1
  7958. | #define HAVE_STDLIB_H 1
  7959. | #define HAVE_STRING_H 1
  7960. | #define HAVE_MEMORY_H 1
  7961. | #define HAVE_STRINGS_H 1
  7962. | #define HAVE_INTTYPES_H 1
  7963. | #define HAVE_STDINT_H 1
  7964. | #define HAVE_UNISTD_H 1
  7965. | #define DYNAMIC_BUILD 1
  7966. | #define HAVE_DLFCN_H 1
  7967. | #define LT_OBJDIR ".libs/"
  7968. | #define GAPLESS 1
  7969. | #define USE_NEW_HUFFTABLE 1
  7970. | #define NO_32BIT 1
  7971. | #define NO_REAL 1
  7972. | #define MODULE_FILE_SUFFIX ".la"
  7973. | #define ASMALIGN_BALIGN 1
  7974. | #define STDC_HEADERS 1
  7975. | #define HAVE_STDIO_H 1
  7976. | #define HAVE_STDLIB_H 1
  7977. | #define HAVE_STRING_H 1
  7978. | #define HAVE_UNISTD_H 1
  7979. | #define HAVE_SCHED_H 1
  7980. | #define HAVE_SYS_IOCTL_H 1
  7981. | #define HAVE_SYS_TYPES_H 1
  7982. | #define HAVE_STDINT_H 1
  7983. | #define HAVE_LIMITS_H 1
  7984. | #define HAVE_INTTYPES_H 1
  7985. | #define HAVE_SYS_TIME_H 1
  7986. | #define HAVE_SYS_WAIT_H 1
  7987. | #define HAVE_SYS_RESOURCE_H 1
  7988. | #define HAVE_SIGNAL_H 1
  7989. | #define SIZEOF_SIZE_T 4
  7990. | #define SIZEOF_SSIZE_T 4
  7991. | #define SIZEOF_OFF_T 4
  7992. | #define SIZEOF_INT32_T 4
  7993. | #define SIZEOF_LONG 4
  7994. | #define lfs_alias_t off_t
  7995. | #define LFS_ALIAS_BITS 32
  7996. | #define HAVE_STDLIB_H 1
  7997. | #define HAVE_UNISTD_H 1
  7998. | #define HAVE_SYS_PARAM_H 1
  7999. | #define HAVE_TERMIOS 1
  8000. | #define HAVE_SCHED_SETSCHEDULER 1
  8001. | #define HAVE_SETUID 1
  8002. | #define HAVE_GETUID 1
  8003. | #define HAVE_SETPRIORITY 1
  8004. | #define HAVE_STRERROR 1
  8005. | #define HAVE_SETLOCALE 1
  8006. | #define HAVE_STRDUP 1
  8007. | #define HAVE_ATOLL 1
  8008. | #define HAVE_LOCALE_H 1
  8009. | #define HAVE_NETDB_H 1
  8010. | #define HAVE_SYS_PARAM_H 1
  8011. | #define HAVE_SYS_SOCKET_H 1
  8012. | #define HAVE_NETINET_IN_H 1
  8013. | #define HAVE_ARPA_INET_H 1
  8014. | #define HAVE_GETADDRINFO 1
  8015. | #define HAVE_LIBM 1
  8016. | #define HAVE_LINUX_SOUNDCARD_H 1
  8017. | /* end confdefs.h. */
  8018. | #include <stdio.h>
  8019. | #ifdef HAVE_SYS_TYPES_H
  8020. | # include <sys/types.h>
  8021. | #endif
  8022. | #ifdef HAVE_SYS_STAT_H
  8023. | # include <sys/stat.h>
  8024. | #endif
  8025. | #ifdef STDC_HEADERS
  8026. | # include <stdlib.h>
  8027. | # include <stddef.h>
  8028. | #else
  8029. | # ifdef HAVE_STDLIB_H
  8030. | # include <stdlib.h>
  8031. | # endif
  8032. | #endif
  8033. | #ifdef HAVE_STRING_H
  8034. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8035. | # include <memory.h>
  8036. | # endif
  8037. | # include <string.h>
  8038. | #endif
  8039. | #ifdef HAVE_STRINGS_H
  8040. | # include <strings.h>
  8041. | #endif
  8042. | #ifdef HAVE_INTTYPES_H
  8043. | # include <inttypes.h>
  8044. | #endif
  8045. | #ifdef HAVE_STDINT_H
  8046. | # include <stdint.h>
  8047. | #endif
  8048. | #ifdef HAVE_UNISTD_H
  8049. | # include <unistd.h>
  8050. | #endif
  8051. | #include <alc.h>
  8052. configure:17401: result: no
  8053. configure:17401: checking alc.h presence
  8054. configure:17401: arm-linux-androideabi-gcc -E conftest.c
  8055. conftest.c:73:17: fatal error: alc.h: No such file or directory
  8056. compilation terminated.
  8057. configure:17401: $? = 1
  8058. configure: failed program was:
  8059. | /* confdefs.h */
  8060. | #define PACKAGE_NAME "mpg123"
  8061. | #define PACKAGE_TARNAME "mpg123"
  8062. | #define PACKAGE_VERSION "1.17.0"
  8063. | #define PACKAGE_STRING "mpg123 1.17.0"
  8064. | #define PACKAGE_BUGREPORT "[email protected]"
  8065. | #define PACKAGE_URL ""
  8066. | #define PACKAGE "mpg123"
  8067. | #define VERSION "1.17.0"
  8068. | #define STDC_HEADERS 1
  8069. | #define HAVE_SYS_TYPES_H 1
  8070. | #define HAVE_SYS_STAT_H 1
  8071. | #define HAVE_STDLIB_H 1
  8072. | #define HAVE_STRING_H 1
  8073. | #define HAVE_MEMORY_H 1
  8074. | #define HAVE_STRINGS_H 1
  8075. | #define HAVE_INTTYPES_H 1
  8076. | #define HAVE_STDINT_H 1
  8077. | #define HAVE_UNISTD_H 1
  8078. | #define DYNAMIC_BUILD 1
  8079. | #define HAVE_DLFCN_H 1
  8080. | #define LT_OBJDIR ".libs/"
  8081. | #define GAPLESS 1
  8082. | #define USE_NEW_HUFFTABLE 1
  8083. | #define NO_32BIT 1
  8084. | #define NO_REAL 1
  8085. | #define MODULE_FILE_SUFFIX ".la"
  8086. | #define ASMALIGN_BALIGN 1
  8087. | #define STDC_HEADERS 1
  8088. | #define HAVE_STDIO_H 1
  8089. | #define HAVE_STDLIB_H 1
  8090. | #define HAVE_STRING_H 1
  8091. | #define HAVE_UNISTD_H 1
  8092. | #define HAVE_SCHED_H 1
  8093. | #define HAVE_SYS_IOCTL_H 1
  8094. | #define HAVE_SYS_TYPES_H 1
  8095. | #define HAVE_STDINT_H 1
  8096. | #define HAVE_LIMITS_H 1
  8097. | #define HAVE_INTTYPES_H 1
  8098. | #define HAVE_SYS_TIME_H 1
  8099. | #define HAVE_SYS_WAIT_H 1
  8100. | #define HAVE_SYS_RESOURCE_H 1
  8101. | #define HAVE_SIGNAL_H 1
  8102. | #define SIZEOF_SIZE_T 4
  8103. | #define SIZEOF_SSIZE_T 4
  8104. | #define SIZEOF_OFF_T 4
  8105. | #define SIZEOF_INT32_T 4
  8106. | #define SIZEOF_LONG 4
  8107. | #define lfs_alias_t off_t
  8108. | #define LFS_ALIAS_BITS 32
  8109. | #define HAVE_STDLIB_H 1
  8110. | #define HAVE_UNISTD_H 1
  8111. | #define HAVE_SYS_PARAM_H 1
  8112. | #define HAVE_TERMIOS 1
  8113. | #define HAVE_SCHED_SETSCHEDULER 1
  8114. | #define HAVE_SETUID 1
  8115. | #define HAVE_GETUID 1
  8116. | #define HAVE_SETPRIORITY 1
  8117. | #define HAVE_STRERROR 1
  8118. | #define HAVE_SETLOCALE 1
  8119. | #define HAVE_STRDUP 1
  8120. | #define HAVE_ATOLL 1
  8121. | #define HAVE_LOCALE_H 1
  8122. | #define HAVE_NETDB_H 1
  8123. | #define HAVE_SYS_PARAM_H 1
  8124. | #define HAVE_SYS_SOCKET_H 1
  8125. | #define HAVE_NETINET_IN_H 1
  8126. | #define HAVE_ARPA_INET_H 1
  8127. | #define HAVE_GETADDRINFO 1
  8128. | #define HAVE_LIBM 1
  8129. | #define HAVE_LINUX_SOUNDCARD_H 1
  8130. | /* end confdefs.h. */
  8131. | #include <alc.h>
  8132. configure:17401: result: no
  8133. configure:17401: checking for alc.h
  8134. configure:17401: result: no
  8135. configure:16488: checking if you are too dumbing dumb for the dummy
  8136. configure:16490: result: no
  8137. configure:18124: checking for windows.h
  8138. configure:18124: result: no
  8139. configure:18384: checking if we have EOVERFLOW macro
  8140. configure:18393: arm-linux-androideabi-gcc -c -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2 -DOPT_ARM -DREAL_IS_FIXED conftest.c >&5
  8141. configure:18393: $? = 0
  8142. configure:18399: result: yes
  8143. configure:18591: checking that generated files are newer than configure
  8144. configure:18597: result: done
  8145. configure:18737: creating ./config.status
  8146. ## ---------------------- ##
  8147. ## Running config.status. ##
  8148. ## ---------------------- ##
  8149. This file was extended by mpg123 config.status 1.17.0, which was
  8150. generated by GNU Autoconf 2.69. Invocation command line was
  8151. CONFIG_FILES =
  8152. CONFIG_HEADERS =
  8153. CONFIG_LINKS =
  8154. CONFIG_COMMANDS =
  8155. $ ./config.status
  8156. on ilium
  8157. config.status:1296: creating Makefile
  8158. config.status:1296: creating libmpg123.pc
  8159. config.status:1296: creating mpg123.spec
  8160. config.status:1296: creating doc/Makefile
  8161. config.status:1296: creating src/Makefile
  8162. config.status:1296: creating src/output/Makefile
  8163. config.status:1296: creating src/libmpg123/Makefile
  8164. config.status:1296: creating src/libmpg123/mpg123.h
  8165. config.status:1296: creating src/config.h
  8166. config.status:1477: src/config.h is unchanged
  8167. config.status:1525: executing depfiles commands
  8168. config.status:1525: executing libtool commands
  8169. ## ---------------- ##
  8170. ## Cache variables. ##
  8171. ## ---------------- ##
  8172. ac_cv_build=86_64-unknown-linux-gnu
  8173. ac_cv_c_bigendian=no
  8174. ac_cv_c_compiler_gnu=yes
  8175. ac_cv_c_const=yes
  8176. ac_cv_c_inline=inline
  8177. ac_cv_env_CCASFLAGS_set=
  8178. ac_cv_env_CCASFLAGS_value=
  8179. ac_cv_env_CCAS_set=
  8180. ac_cv_env_CCAS_value=
  8181. ac_cv_env_CC_set=set
  8182. ac_cv_env_CC_value=arm-linux-androideabi-gcc
  8183. ac_cv_env_CFLAGS_set=
  8184. ac_cv_env_CFLAGS_value=
  8185. ac_cv_env_CPPFLAGS_set=
  8186. ac_cv_env_CPPFLAGS_value=
  8187. ac_cv_env_CPP_set=
  8188. ac_cv_env_CPP_value=
  8189. ac_cv_env_ESD_CFLAGS_set=
  8190. ac_cv_env_ESD_CFLAGS_value=
  8191. ac_cv_env_ESD_LIBS_set=
  8192. ac_cv_env_ESD_LIBS_value=
  8193. ac_cv_env_JACK_CFLAGS_set=
  8194. ac_cv_env_JACK_CFLAGS_value=
  8195. ac_cv_env_JACK_LIBS_set=
  8196. ac_cv_env_JACK_LIBS_value=
  8197. ac_cv_env_LDFLAGS_set=
  8198. ac_cv_env_LDFLAGS_value=
  8199. ac_cv_env_LIBS_set=
  8200. ac_cv_env_LIBS_value=
  8201. ac_cv_env_PKG_CONFIG_set=
  8202. ac_cv_env_PKG_CONFIG_value=
  8203. ac_cv_env_PULSE_CFLAGS_set=
  8204. ac_cv_env_PULSE_CFLAGS_value=
  8205. ac_cv_env_PULSE_LIBS_set=
  8206. ac_cv_env_PULSE_LIBS_value=
  8207. ac_cv_env_SDL_CFLAGS_set=
  8208. ac_cv_env_SDL_CFLAGS_value=
  8209. ac_cv_env_SDL_LIBS_set=
  8210. ac_cv_env_SDL_LIBS_value=
  8211. ac_cv_env_build_alias_set=set
  8212. ac_cv_env_build_alias_value=86_64-unknown-linux-gnu
  8213. ac_cv_env_host_alias_set=set
  8214. ac_cv_env_host_alias_value=arm-linux-androideabi
  8215. ac_cv_env_target_alias_set=set
  8216. ac_cv_env_target_alias_value=arm-linux-androideabi
  8217. ac_cv_func_atoll=yes
  8218. ac_cv_func_getaddrinfo=yes
  8219. ac_cv_func_getpagesize=no
  8220. ac_cv_func_getuid=yes
  8221. ac_cv_func_mkfifo=no
  8222. ac_cv_func_mmap_fixed_mapped=no
  8223. ac_cv_func_nl_langinfo=no
  8224. ac_cv_func_random=no
  8225. ac_cv_func_sched_setscheduler=yes
  8226. ac_cv_func_setlocale=yes
  8227. ac_cv_func_setpriority=yes
  8228. ac_cv_func_setuid=yes
  8229. ac_cv_func_strdup=yes
  8230. ac_cv_func_strerror=yes
  8231. ac_cv_header_AL_al_h=no
  8232. ac_cv_header_AL_alc_h=no
  8233. ac_cv_header_AudioToolbox_AudioToolbox_h=no
  8234. ac_cv_header_AudioUnit_AudioUnit_h=no
  8235. ac_cv_header_CoreServices_CoreServices_h=no
  8236. ac_cv_header_OpenAL_al_h=no
  8237. ac_cv_header_OpenAL_alc_h=no
  8238. ac_cv_header_al_h=no
  8239. ac_cv_header_alc_h=no
  8240. ac_cv_header_arpa_inet_h=yes
  8241. ac_cv_header_asm_audioio_h=no
  8242. ac_cv_header_dlfcn_h=yes
  8243. ac_cv_header_inttypes_h=yes
  8244. ac_cv_header_langinfo_h=no
  8245. ac_cv_header_limits_h=yes
  8246. ac_cv_header_linux_soundcard_h=yes
  8247. ac_cv_header_locale_h=yes
  8248. ac_cv_header_machine_soundcard_h=no
  8249. ac_cv_header_memory_h=yes
  8250. ac_cv_header_netdb_h=yes
  8251. ac_cv_header_netinet_in_h=yes
  8252. ac_cv_header_os2_h=no
  8253. ac_cv_header_sched_h=yes
  8254. ac_cv_header_signal_h=yes
  8255. ac_cv_header_stdc=yes
  8256. ac_cv_header_stdint_h=yes
  8257. ac_cv_header_stdio_h=yes
  8258. ac_cv_header_stdlib_h=yes
  8259. ac_cv_header_string_h=yes
  8260. ac_cv_header_strings_h=yes
  8261. ac_cv_header_sun_audioio_h=no
  8262. ac_cv_header_sys_audio_h=no
  8263. ac_cv_header_sys_audioio_h=no
  8264. ac_cv_header_sys_ioctl_h=yes
  8265. ac_cv_header_sys_param_h=yes
  8266. ac_cv_header_sys_resource_h=yes
  8267. ac_cv_header_sys_signal_h=no
  8268. ac_cv_header_sys_socket_h=yes
  8269. ac_cv_header_sys_soundcard_h=no
  8270. ac_cv_header_sys_stat_h=yes
  8271. ac_cv_header_sys_time_h=yes
  8272. ac_cv_header_sys_types_h=yes
  8273. ac_cv_header_sys_wait_h=yes
  8274. ac_cv_header_unistd_h=yes
  8275. ac_cv_header_windows_h=no
  8276. ac_cv_host=arm-unknown-linux-androideabi
  8277. ac_cv_lib_asound_snd_pcm_open=no
  8278. ac_cv_lib_audio_AuOpenServer=no
  8279. ac_cv_lib_ltdl_lt_dlinit=no
  8280. ac_cv_lib_m_sqrt=yes
  8281. ac_cv_lib_mx_powf=no
  8282. ac_cv_lib_os2term_tcsetattr=no
  8283. ac_cv_lib_portaudio_Pa_Initialize=no
  8284. ac_cv_lib_sndio_sio_open=no
  8285. ac_cv_lib_tinyalsa_pcm_open=no
  8286. ac_cv_objext=o
  8287. ac_cv_path_EGREP='/bin/grep -E'
  8288. ac_cv_path_FGREP='/bin/grep -F'
  8289. ac_cv_path_GREP=/bin/grep
  8290. ac_cv_path_SED=/bin/sed
  8291. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  8292. ac_cv_path_install='/usr/bin/install -c'
  8293. ac_cv_path_mkdir=/bin/mkdir
  8294. ac_cv_prog_AR=arm-linux-androideabi-ar
  8295. ac_cv_prog_AWK=mawk
  8296. ac_cv_prog_CC=arm-linux-androideabi-gcc
  8297. ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
  8298. ac_cv_prog_DLLTOOL=dlltool
  8299. ac_cv_prog_OBJDUMP=objdump
  8300. ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
  8301. ac_cv_prog_STRIP=arm-linux-androideabi-strip
  8302. ac_cv_prog_YASM=yasm
  8303. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  8304. ac_cv_prog_cc_c89=
  8305. ac_cv_prog_cc_g=yes
  8306. ac_cv_prog_make_make_set=yes
  8307. ac_cv_search_gethostbyname='none required'
  8308. ac_cv_search_socket='none required'
  8309. ac_cv_sizeof_int32_t=4
  8310. ac_cv_sizeof_long=4
  8311. ac_cv_sizeof_off_t=4
  8312. ac_cv_sizeof_size_t=4
  8313. ac_cv_sizeof_ssize_t=4
  8314. ac_cv_sys_file_offset_bits=unknown
  8315. ac_cv_sys_large_files=unknown
  8316. ac_cv_sys_largefile_CC=no
  8317. ac_cv_sys_posix_termios=yes
  8318. ac_cv_type_int16_t=yes
  8319. ac_cv_type_int32_t=yes
  8320. ac_cv_type_off_t=yes
  8321. ac_cv_type_size_t=yes
  8322. ac_cv_type_ssize_t=yes
  8323. ac_cv_type_uint16_t=yes
  8324. ac_cv_type_uint32_t=yes
  8325. ac_cv_type_uintptr_t=yes
  8326. am_cv_CCAS_dependencies_compiler_type=gcc3
  8327. am_cv_CC_dependencies_compiler_type=gcc3
  8328. am_cv_make_support_nested_variables=yes
  8329. am_cv_prog_cc_c_o=yes
  8330. apr_cv_gai_addrconfig=no
  8331. lt_cv_ar_at_file=@
  8332. lt_cv_archive_cmds_need_lc=no
  8333. lt_cv_deplibs_check_method=pass_all
  8334. lt_cv_file_magic_cmd='$MAGIC_CMD'
  8335. lt_cv_file_magic_test_file=
  8336. lt_cv_ld_reload_flag=-r
  8337. lt_cv_nm_interface='BSD nm'
  8338. lt_cv_objdir=.libs
  8339. lt_cv_path_LD=/opt/android-ndk-r8e/ndk-standalone/arm-linux-androideabi/bin/ld
  8340. lt_cv_path_NM='/opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B'
  8341. lt_cv_path_mainfest_tool=no
  8342. lt_cv_prog_compiler_c_o=yes
  8343. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  8344. lt_cv_prog_compiler_pic_works=yes
  8345. lt_cv_prog_compiler_rtti_exceptions=no
  8346. lt_cv_prog_compiler_static_works=yes
  8347. lt_cv_prog_gnu_ld=yes
  8348. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  8349. lt_cv_shlibpath_overrides_runpath=no
  8350. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  8351. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  8352. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  8353. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  8354. lt_cv_sys_max_cmd_len=1572864
  8355. lt_cv_to_host_file_cmd=func_convert_file_noop
  8356. lt_cv_to_tool_file_cmd=func_convert_file_noop
  8357. pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
  8358. pkg_cv_PULSE_LIBS='-lpulse-simple -lpulse '
  8359. pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  8360. pkg_cv_SDL_LIBS='-lSDL '
  8361. ## ----------------- ##
  8362. ## Output variables. ##
  8363. ## ----------------- ##
  8364. ACLOCAL='${SHELL} /home/mfelis/projects/love/android-sdl2/zips/mpg123-1.17.0/build/missing aclocal-1.14'
  8365. AIX_CFLAGS=''
  8366. AIX_LDFLAGS=''
  8367. AIX_LIBS=''
  8368. ALIB_CFLAGS=''
  8369. ALIB_LDFLAGS=''
  8370. ALIB_LIBS=''
  8371. ALSA_CFLAGS=''
  8372. ALSA_LDFLAGS=''
  8373. ALSA_LIBS='-lasound'
  8374. AMDEPBACKSLASH='\'
  8375. AMDEP_FALSE='#'
  8376. AMDEP_TRUE=''
  8377. AMTAR='$${TAR-tar}'
  8378. AM_BACKSLASH='\'
  8379. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  8380. AM_DEFAULT_VERBOSITY='1'
  8381. AM_V='$(V)'
  8382. API_VERSION='38'
  8383. AR='arm-linux-androideabi-ar'
  8384. ARTS_CFLAGS=''
  8385. ARTS_LDFLAGS=''
  8386. ARTS_LIBS=''
  8387. AS='as'
  8388. AUTOCONF='${SHELL} /home/mfelis/projects/love/android-sdl2/zips/mpg123-1.17.0/build/missing autoconf'
  8389. AUTOHEADER='${SHELL} /home/mfelis/projects/love/android-sdl2/zips/mpg123-1.17.0/build/missing autoheader'
  8390. AUTOMAKE='${SHELL} /home/mfelis/projects/love/android-sdl2/zips/mpg123-1.17.0/build/missing automake-1.14'
  8391. AWK='mawk'
  8392. CC='arm-linux-androideabi-gcc'
  8393. CCAS='arm-linux-androideabi-gcc'
  8394. CCASDEPMODE='depmode=gcc3'
  8395. CCASFLAGS='-g -O2'
  8396. CCDEPMODE='depmode=gcc3'
  8397. CFLAGS='-O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -g -O2'
  8398. COREAUDIO_CFLAGS=''
  8399. COREAUDIO_LDFLAGS=''
  8400. COREAUDIO_LIBS='-framework AudioToolbox -framework AudioUnit -framework CoreServices'
  8401. CPP='arm-linux-androideabi-gcc -E'
  8402. CPPFLAGS=' -DOPT_ARM -DREAL_IS_FIXED '
  8403. CYGPATH_W='echo'
  8404. DECODER_LOBJ=' stringbuf.lo icy.lo icy2utf8.lo ntom.lo synth.lo synth_8bit.lo layer1.lo layer2.lo layer3.lo synth_arm.lo feature.lo'
  8405. DECODER_OBJ=' stringbuf.$(OBJEXT) icy.$(OBJEXT) icy2utf8.$(OBJEXT) ntom.$(OBJEXT) synth.$(OBJEXT) synth_8bit.$(OBJEXT) layer1.$(OBJEXT) layer2.$(OBJEXT) layer3.$(OBJEXT) synth_arm.$(OBJEXT) feature.$(OBJEXT)'
  8406. DEFS='-DHAVE_CONFIG_H'
  8407. DEPDIR='.deps'
  8408. DLLTOOL='dlltool'
  8409. DSYMUTIL=''
  8410. DUMMY_CFLAGS=''
  8411. DUMMY_LDFLAGS=''
  8412. DUMMY_LIBS=''
  8413. DUMPBIN=''
  8414. ECHO_C=''
  8415. ECHO_N='-n'
  8416. ECHO_T=''
  8417. EGREP='/bin/grep -E'
  8418. ESD_CFLAGS=''
  8419. ESD_LDFLAGS=''
  8420. ESD_LIBS=''
  8421. EXEC_LT_LDFLAGS=''
  8422. EXEEXT=''
  8423. FGREP='/bin/grep -F'
  8424. GREP='/bin/grep'
  8425. HAVE_AIX_FALSE=''
  8426. HAVE_AIX_TRUE='#'
  8427. HAVE_ALIB_FALSE=''
  8428. HAVE_ALIB_TRUE='#'
  8429. HAVE_ALSA_FALSE=''
  8430. HAVE_ALSA_TRUE='#'
  8431. HAVE_ARTS_FALSE=''
  8432. HAVE_ARTS_TRUE='#'
  8433. HAVE_COREAUDIO_FALSE=''
  8434. HAVE_COREAUDIO_TRUE='#'
  8435. HAVE_DUMMY_FALSE='#'
  8436. HAVE_DUMMY_TRUE=''
  8437. HAVE_ESD_FALSE=''
  8438. HAVE_ESD_TRUE='#'
  8439. HAVE_HP_FALSE=''
  8440. HAVE_HP_TRUE='#'
  8441. HAVE_JACK_FALSE=''
  8442. HAVE_JACK_TRUE='#'
  8443. HAVE_MINT_FALSE=''
  8444. HAVE_MINT_TRUE='#'
  8445. HAVE_MODULES_FALSE=''
  8446. HAVE_MODULES_TRUE='#'
  8447. HAVE_NAS_FALSE=''
  8448. HAVE_NAS_TRUE='#'
  8449. HAVE_OPENAL_FALSE=''
  8450. HAVE_OPENAL_TRUE='#'
  8451. HAVE_OS2_FALSE=''
  8452. HAVE_OS2_TRUE='#'
  8453. HAVE_OSS_FALSE='#'
  8454. HAVE_OSS_TRUE=''
  8455. HAVE_PORTAUDIO_FALSE=''
  8456. HAVE_PORTAUDIO_TRUE='#'
  8457. HAVE_PULSE_FALSE='#'
  8458. HAVE_PULSE_TRUE=''
  8459. HAVE_QSA_FALSE=''
  8460. HAVE_QSA_TRUE='#'
  8461. HAVE_SDL_FALSE='#'
  8462. HAVE_SDL_TRUE=''
  8463. HAVE_SGI_FALSE=''
  8464. HAVE_SGI_TRUE='#'
  8465. HAVE_SNDIO_FALSE=''
  8466. HAVE_SNDIO_TRUE='#'
  8467. HAVE_SUN_FALSE=''
  8468. HAVE_SUN_TRUE='#'
  8469. HAVE_TINYALSA_FALSE=''
  8470. HAVE_TINYALSA_TRUE='#'
  8471. HAVE_WIN32_FALSE=''
  8472. HAVE_WIN32_TRUE='#'
  8473. HAVE_WIN32_WASAPI_FALSE=''
  8474. HAVE_WIN32_WASAPI_TRUE='#'
  8475. HP_CFLAGS=''
  8476. HP_LDFLAGS=''
  8477. HP_LIBS=''
  8478. INCLUDE_STDIO_H='#include <stdio.h>'
  8479. INCLUDE_STDLIB_H='#include <stdlib.h>'
  8480. INCLUDE_SYS_TYPE_H='#include <sys/types.h>'
  8481. INSTALL_DATA='${INSTALL} -m 644'
  8482. INSTALL_PROGRAM='${INSTALL}'
  8483. INSTALL_SCRIPT='${INSTALL}'
  8484. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  8485. JACK_CFLAGS=''
  8486. JACK_LDFLAGS=''
  8487. JACK_LIBS=''
  8488. LD='/opt/android-ndk-r8e/ndk-standalone/arm-linux-androideabi/bin/ld'
  8489. LDFLAGS=' '
  8490. LFS_LOBJ=' lfs_alias.lo'
  8491. LIBMPG123_VERSION='38:4:38'
  8492. LIBOBJS=''
  8493. LIBS='-lm '
  8494. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  8495. LIPO=''
  8496. LN_S='ln -s'
  8497. LTLIBOBJS=''
  8498. LT_LDFLAGS='-export-dynamic'
  8499. MAKEINFO='${SHELL} /home/mfelis/projects/love/android-sdl2/zips/mpg123-1.17.0/build/missing makeinfo'
  8500. MANIFEST_TOOL=':'
  8501. MINT_CFLAGS=''
  8502. MINT_LDFLAGS=''
  8503. MINT_LIBS=''
  8504. MKDIR_P='/bin/mkdir -p'
  8505. MODULE_OBJ='legacy_module.$(OBJEXT)'
  8506. NAS_CFLAGS=''
  8507. NAS_LDFLAGS=''
  8508. NAS_LIBS='-laudio'
  8509. NM='/opt/android-ndk-r8e/ndk-standalone/bin/arm-linux-androideabi-nm -B'
  8510. NMEDIT=''
  8511. OBJDUMP='objdump'
  8512. OBJEXT='o'
  8513. OPENAL_CFLAGS=''
  8514. OPENAL_LDFLAGS=''
  8515. OPENAL_LIBS=''
  8516. OS2_CFLAGS=''
  8517. OS2_LDFLAGS=''
  8518. OS2_LIBS='-los2me -lmmpm2 -lsocket'
  8519. OSS_CFLAGS=''
  8520. OSS_LDFLAGS=''
  8521. OSS_LIBS=''
  8522. OTOOL64=''
  8523. OTOOL=''
  8524. OUTPUT_CFLAGS=''
  8525. OUTPUT_LDFLAGS=''
  8526. OUTPUT_LIBS=''
  8527. OUTPUT_MOD='oss'
  8528. OUTPUT_OBJ='output/oss.$(OBJEXT)'
  8529. PACKAGE='mpg123'
  8530. PACKAGE_BUGREPORT='[email protected]'
  8531. PACKAGE_NAME='mpg123'
  8532. PACKAGE_STRING='mpg123 1.17.0'
  8533. PACKAGE_TARNAME='mpg123'
  8534. PACKAGE_URL=''
  8535. PACKAGE_VERSION='1.17.0'
  8536. PATH_SEPARATOR=':'
  8537. PKG_CONFIG='/usr/bin/pkg-config'
  8538. PORTAUDIO_CFLAGS=''
  8539. PORTAUDIO_LDFLAGS=''
  8540. PORTAUDIO_LIBS='-lportaudio'
  8541. PULSE_CFLAGS='-D_REENTRANT '
  8542. PULSE_LDFLAGS=''
  8543. PULSE_LIBS='-lpulse-simple -lpulse '
  8544. QSA_CFLAGS=''
  8545. QSA_LDFLAGS=''
  8546. QSA_LIBS=''
  8547. RANLIB='arm-linux-androideabi-ranlib'
  8548. SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  8549. SDL_LDFLAGS=''
  8550. SDL_LIBS='-lSDL '
  8551. SED='/bin/sed'
  8552. SET_MAKE=''
  8553. SGI_CFLAGS=''
  8554. SGI_LDFLAGS=''
  8555. SGI_LIBS=''
  8556. SHELL='/bin/bash'
  8557. SNDIO_CFLAGS=''
  8558. SNDIO_LDFLAGS=''
  8559. SNDIO_LIBS='-lsndio'
  8560. STRIP='arm-linux-androideabi-strip'
  8561. SUN_CFLAGS=''
  8562. SUN_LDFLAGS=''
  8563. SUN_LIBS=''
  8564. TINYALSA_CFLAGS=''
  8565. TINYALSA_LDFLAGS=''
  8566. TINYALSA_LIBS='-ltinyalsa'
  8567. USE_YASM_FOR_AVX_FALSE=''
  8568. USE_YASM_FOR_AVX_TRUE='#'
  8569. VERSION='1.17.0'
  8570. WIN32_CFLAGS=''
  8571. WIN32_CODES_FALSE=''
  8572. WIN32_CODES_TRUE='#'
  8573. WIN32_LDFLAGS=''
  8574. WIN32_LIBS='-lwinmm'
  8575. WIN32_WASAPI_CFLAGS=''
  8576. WIN32_WASAPI_LDFLAGS=''
  8577. WIN32_WASAPI_LIBS='-lole32 -lavrt'
  8578. YASM='yasm'
  8579. YASMFLAGS='-pgas -rgas -mamd64'
  8580. YASM_FORMAT=''
  8581. ac_ct_AR=''
  8582. ac_ct_CC=''
  8583. ac_ct_DUMPBIN=''
  8584. am__EXEEXT_FALSE=''
  8585. am__EXEEXT_TRUE='#'
  8586. am__fastdepCCAS_FALSE='#'
  8587. am__fastdepCCAS_TRUE=''
  8588. am__fastdepCC_FALSE='#'
  8589. am__fastdepCC_TRUE=''
  8590. am__include='include'
  8591. am__isrc=''
  8592. am__leading_dot='.'
  8593. am__nodep='_no'
  8594. am__quote=''
  8595. am__tar='$${TAR-tar} chof - "$$tardir"'
  8596. am__untar='$${TAR-tar} xf -'
  8597. bindir='${exec_prefix}/bin'
  8598. build='86_64-unknown-linux-gnu'
  8599. build_alias='86_64-unknown-linux-gnu'
  8600. build_cpu='86_64'
  8601. build_os='linux-gnu'
  8602. build_vendor='unknown'
  8603. datadir='${datarootdir}'
  8604. datarootdir='${prefix}/share'
  8605. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  8606. dvidir='${docdir}'
  8607. exec_prefix='${prefix}'
  8608. host='arm-unknown-linux-androideabi'
  8609. host_alias='arm-linux-androideabi'
  8610. host_cpu='arm'
  8611. host_os='linux-androideabi'
  8612. host_vendor='unknown'
  8613. htmldir='${docdir}'
  8614. includedir='${prefix}/include'
  8615. infodir='${datarootdir}/info'
  8616. install_sh='${SHELL} /home/mfelis/projects/love/android-sdl2/zips/mpg123-1.17.0/build/install-sh'
  8617. libdir='${exec_prefix}/lib'
  8618. libexecdir='${exec_prefix}/libexec'
  8619. localedir='${datarootdir}/locale'
  8620. localstatedir='${prefix}/var'
  8621. mandir='${datarootdir}/man'
  8622. mkdir_p='$(MKDIR_P)'
  8623. oldincludedir='/usr/include'
  8624. pdfdir='${docdir}'
  8625. prefix='/usr/local'
  8626. program_transform_name='s,x,x,'
  8627. psdir='${docdir}'
  8628. sbindir='${exec_prefix}/sbin'
  8629. sharedstatedir='${prefix}/com'
  8630. sysconfdir='${prefix}/etc'
  8631. target_alias='arm-linux-androideabi'
  8632. ## ----------- ##
  8633. ## confdefs.h. ##
  8634. ## ----------- ##
  8635. /* confdefs.h */
  8636. #define PACKAGE_NAME "mpg123"
  8637. #define PACKAGE_TARNAME "mpg123"
  8638. #define PACKAGE_VERSION "1.17.0"
  8639. #define PACKAGE_STRING "mpg123 1.17.0"
  8640. #define PACKAGE_BUGREPORT "[email protected]"
  8641. #define PACKAGE_URL ""
  8642. #define PACKAGE "mpg123"
  8643. #define VERSION "1.17.0"
  8644. #define STDC_HEADERS 1
  8645. #define HAVE_SYS_TYPES_H 1
  8646. #define HAVE_SYS_STAT_H 1
  8647. #define HAVE_STDLIB_H 1
  8648. #define HAVE_STRING_H 1
  8649. #define HAVE_MEMORY_H 1
  8650. #define HAVE_STRINGS_H 1
  8651. #define HAVE_INTTYPES_H 1
  8652. #define HAVE_STDINT_H 1
  8653. #define HAVE_UNISTD_H 1
  8654. #define DYNAMIC_BUILD 1
  8655. #define HAVE_DLFCN_H 1
  8656. #define LT_OBJDIR ".libs/"
  8657. #define GAPLESS 1
  8658. #define USE_NEW_HUFFTABLE 1
  8659. #define NO_32BIT 1
  8660. #define NO_REAL 1
  8661. #define MODULE_FILE_SUFFIX ".la"
  8662. #define ASMALIGN_BALIGN 1
  8663. #define STDC_HEADERS 1
  8664. #define HAVE_STDIO_H 1
  8665. #define HAVE_STDLIB_H 1
  8666. #define HAVE_STRING_H 1
  8667. #define HAVE_UNISTD_H 1
  8668. #define HAVE_SCHED_H 1
  8669. #define HAVE_SYS_IOCTL_H 1
  8670. #define HAVE_SYS_TYPES_H 1
  8671. #define HAVE_STDINT_H 1
  8672. #define HAVE_LIMITS_H 1
  8673. #define HAVE_INTTYPES_H 1
  8674. #define HAVE_SYS_TIME_H 1
  8675. #define HAVE_SYS_WAIT_H 1
  8676. #define HAVE_SYS_RESOURCE_H 1
  8677. #define HAVE_SIGNAL_H 1
  8678. #define SIZEOF_SIZE_T 4
  8679. #define SIZEOF_SSIZE_T 4
  8680. #define SIZEOF_OFF_T 4
  8681. #define SIZEOF_INT32_T 4
  8682. #define SIZEOF_LONG 4
  8683. #define lfs_alias_t off_t
  8684. #define LFS_ALIAS_BITS 32
  8685. #define HAVE_STDLIB_H 1
  8686. #define HAVE_UNISTD_H 1
  8687. #define HAVE_SYS_PARAM_H 1
  8688. #define HAVE_TERMIOS 1
  8689. #define HAVE_SCHED_SETSCHEDULER 1
  8690. #define HAVE_SETUID 1
  8691. #define HAVE_GETUID 1
  8692. #define HAVE_SETPRIORITY 1
  8693. #define HAVE_STRERROR 1
  8694. #define HAVE_SETLOCALE 1
  8695. #define HAVE_STRDUP 1
  8696. #define HAVE_ATOLL 1
  8697. #define HAVE_LOCALE_H 1
  8698. #define HAVE_NETDB_H 1
  8699. #define HAVE_SYS_PARAM_H 1
  8700. #define HAVE_SYS_SOCKET_H 1
  8701. #define HAVE_NETINET_IN_H 1
  8702. #define HAVE_ARPA_INET_H 1
  8703. #define HAVE_GETADDRINFO 1
  8704. #define HAVE_LIBM 1
  8705. #define HAVE_LINUX_SOUNDCARD_H 1
  8706. #define DEFAULT_OUTPUT_MODULE "oss"
  8707. #define FRAME_INDEX 1
  8708. #define INDEX_SIZE 1000
  8709. #define NETWORK 1
  8710. #define IPV6 1
  8711. configure: exit 0