[webkit-dev] make[1]: *** [libWebCore.la] Error 255

Nilesh Patil vniles at gmail.com
Thu Nov 6 20:57:00 PST 2008


hi

As far as my knowlededg goes, CygWin is a simulated Linux environment
running on top of Windows. Any simulated environment has obvious
limitations on stack size. I think cygwin will not be an exception. As
cygwin itself will run as one process and has its own program space
(which obviously comes with stack limitations). Webkit is collection
of huge sources and need quite a bit of memory at compilation time.

Are u bound to use such a complex combination (of having cygwin)? Why
cannot u use a linux machine instead?
Another alternative for this could be having VMWare. I have seen
webkit running on it without any problems. Just give it a thought.

Thanks & Regards
Niilesh

On Thu, Nov 6, 2008 at 7:34 PM, Bn, Sharath <sharath.bn at philips.com> wrote:
> Dear All,
>
> The long command problem in Cygwin is still not solved for me.
> And I am stuck at this point.
> My experiment of inserting backslashes does not work.
> By mistake there was a blank line in between, hence it did not execute the complete link command.
> If I execute the complete command it gives an error "bash: /bin/sh: Invalid argument"
>
> For experiment I reduced the number of linking files.
>
> Then I get the following error.
>
> /bin/sh ./libtool --tag=CXX --mode=link mips2_fp_le-g++ -fvisibility-inlines-hidden \
> -fno-strict-aliasing -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat \
> -------------------
> --------------------
> --------------------
>> WebCore/xml/libWebCore_la-DOMParser.lo WebCore/xml/libWebCore_la-XMLHttpRequest.lo \
>> WebCore/xml/libWebCore_la-XMLHttpRequestUpload.lo WebCore/xml/libWebCore_la-XMLSerializer.lo \
>> WebCore/platform/network/curl/libWebCore_la-CookieJarCurl.lo \
>> WebCore/platform/network/curl/libWebCore_la-DNSCurl.lo \
>> WebCore/platform/network/curl/libWebCore_la-FormDataStreamCurl.lo \
>>
> C:\mvcyg5.0\bin\sh.exe: *** fork: can't reserve memory for stack 0x40000 - 0x240000, Win32 error 487
>      5 [main] sh 2728 sync_with_child: child 3164(0x6D0) died before initialization with status code 0x1
>    161 [main] sh 2728 sync_with_child: *** child state waiting for longjmp
> ./libtool: fork: Resource temporarily unavailable
>
> If I reduce the linking files further the command executes without any error.
>
> But further if I execute make command I get other build errors.
> Can anybody give me solution for the error mentioned above.
> I think this is the root cause of the problem.
>
> Regards
> Sharath
>
> -----Original Message-----
> From: Nilesh Patil [mailto:vniles at gmail.com]
> Sent: Tuesday, November 04, 2008 7:54 PM
> To: Bn, Sharath
> Cc: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255
>
> did u distclean it?
>
> On Tue, Nov 4, 2008 at 7:31 PM, Bn, Sharath <sharath.bn at philips.com> wrote:
>> Hi,
>>
>> I think the error was due to long command.
>> Pls find work around that I did in the attached file.
>> I inserted backslashes(\) to the command and then executed it.
>> With this the build was able to go through.
>>
>> I would like to know how can I automatically insert backslashes for long command
>> in the build process. So that we will not encounter with "Error 255".
>>
>> Again I executed make command.
>> Now I am getting the following error. Can anybody help me to solve this issue.
>>
>> make[1]: Entering directory `/usr/webkit/src/WebKit-r37990'
>> mkdir -p ./.deps/DerivedSources
>> /bin/sh ./libtool --tag=CXX   --mode=link mips2_fp_le-g++ -fno-strict-aliasing -O2 -fvisibility-inlines-hidden  -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses  -I/usr/webkit/include -I/usr/webkit/include/gtk-2.0 -I/usr/webkit/lib/gtk-2.0/include  -I/usr/webkit/include/glib-2.0 -I/usr/webkit/lib/glib-2.0/include -I/usr/webkit/include/pango-1.0   -g -O0  -L/usr/webkit/lib -o Programs/jsc JavaScriptCore/kjs/Programs_jsc-Shell.o libJavaScriptCo
>> re.la
>> libtool: link: warning: library `/opt/montavista/pro/devkit/mips/mips2_fp_le/bin/../target/usr/lib/libstdc++.la' was moved.
>> libtool: link: warning: library `/opt/montavista/pro/devkit/mips/mips2_fp_le/bin/../target/usr/lib/libstdc++.la' was moved.
>> libtool: link: mips2_fp_le-g++ -fno-strict-aliasing -O2 -fvisibility-inlines-hidden -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -I/usr/webkit
>> /include -I/usr/webkit/include/gtk-2.0 -I/usr/webkit/lib/gtk-2.0/include -I/usr/webkit/include/glib-2.0 -I/usr/webkit/lib/glib-2.0/include -I/usr/webkit/include/pango-1.0 -g -O0 -o Programs/jsc JavaScriptCore/kjs/Programs_jsc-Shell.o  -L/usr/webkit/lib ./.libs/libJavaScriptCore.a /usr/webkit/lib/lib
>> pango-1.0.so /usr/webkit/lib/libgmodule-2.0.so -ldl /usr/webkit/lib/libgobject-2.0.so /usr/webkit/lib/libgthread-2.0.so -lrt /usr/webkit/lib/libglib-2.0.so -lpthread /opt/montavista/pro/devkit/mips/mips2_fp_le/bin/../target/usr/lib/libstdc++.so -lc -lgcc_s -lm -pthread -Wl,-rpath -Wl,/usr/webkit/lib
>>  -Wl,-rpath -Wl,/opt/montavista/pro/devkit/mips/mips2_fp_le/bin/../target/usr/lib -Wl,-rpath -Wl,/usr/webkit/lib -Wl,-rpath -Wl,/opt/montavista/pro/devkit/mips/mips2_fp_le/bin/../target/usr/lib
>> ./.libs/libJavaScriptCore.a: could not read symbols: Archive has no index; run ranlib to add one
>> collect2: ld returned 1 exit status
>> make[1]: *** [Programs/jsc] Error 1
>> make[1]: Leaving directory `/usr/webkit/src/WebKit-r37990'
>> make: *** [all] Error 2
>>
>> Regards,
>> Sharath
>>
>> -----Original Message-----
>> From: Nilesh Patil [mailto:vniles at gmail.com]
>> Sent: Tuesday, November 04, 2008 6:59 PM
>> To: Bn, Sharath
>> Cc: webkit-dev at lists.webkit.org
>> Subject: Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255
>>
>> Hi
>>
>> By the looks of the log, it seems that there is linking problem. I am
>> currently working on Gtk port of Webkit. We usually get this error
>> when that source change is not applied correctly.
>>
>> Wht i mean is, if u got some previous error (before this build cycle),
>> and say, had a fix for it. Then u compiled it. Now it may be the case
>> that u r change in source need to get reflected in some previous
>> compiled object code (as code which is following it may need it). Now
>> in these type of code changes, we figured out that in case of big
>> compilation cycles, some how, change in source does not cause object
>> code time stamp change. As an effect half code is compiled with
>> previous time stamp object code while the rest cycle accepts new
>> change. This happens if u dont clean/distclean your object files
>> (these terms are gcc specific i hop u will relate it to yours) and
>> restart whole webkit compilation.
>>
>> Thanks & REgards
>> Niilesh
>>
>> On Tue, Nov 4, 2008 at 10:32 AM, Bn, Sharath <sharath.bn at philips.com> wrote:
>>> Dear All,
>>>
>>> I am attaching the complete console msgs before the build error.
>>> Pls have a look and help me to solve this issue.
>>>
>>> Sharath
>>>
>>> -----Original Message-----
>>> From: David Kilzer [mailto:ddkilzer at webkit.org]
>>> Sent: Tuesday, November 04, 2008 6:16 AM
>>> To: Bn, Sharath
>>> Cc: webkit-dev at lists.webkit.org
>>> Subject: RE: make[1]: *** [libWebCore.la] Error 255
>>>
>>> Hi Sharath,
>>>
>>> I don't see anything that looks like an "error" or warning message in item #2 below.  In fact, it looks like a REALLY long link (ld) command.  Perhaps the command is too long to run in Cygwin?
>>>
>>> You must rebuild WebCore with more verbose logging enabled, or save the output of the build command (if it scrolled off the top of the screen buffer).  Note that you may set the screen buffer size in Cygwin through its preferences.
>>>
>>> Please send these messages to webkit-dev in the future.  I don't think this one was too long, and because I don't work on the GTK+ port, I'm not going to be able to provide as much help as others on the list.  Thanks!
>>>
>>> Dave
>>>
>>>
>>> On Mon, 11/3/08, Bn, Sharath <sharath.bn at philips.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Since the content is little huge replying only to you.
>>>>
>>>> 1. Build Script that I am using is as shown below.
>>>>
>>>> CC=mips2_fp_le-gcc CXX=mips2_fp_le-g++ LD=mips2_fp_le-ld
>>>> NM=mips2_fp_le-nm \
>>>> GLOBALDEPS_CFLAGS="-I$PREFIX/include
>>>> -I$PREFIX/include/gtk-2.0 -I$PREFIX/lib/gtk-2.0/include
>>>> " \
>>>> ./autogen.sh --disable-dashboard-support --disable-xpath
>>>> --disable-xslt --with-font-backend=freetype  --disable-svg
>>>> --disable-offline-web-applications --disable-dom-storage
>>>> --disable-icon-database --disable-video
>>>> --with-font-backend=freetype --disable-database
>>>> --enable-debug --with-target=directfb
>>>> --prefix=/usr/webkit
>>>> --host=mipsel-montavista-linux-gnu --build=i686-pc-cygwin
>>>> --with-unicode-backend=glib
>>>>
>>>> 2. I am using cygwin. After giving make command, after
>>>> around 1.5hours I get
>>>> > make[1]: *** [libWebCore.la] Error 255
>>>> > make[1]: Leaving directory
>>>> > `/usr/webkit/src/WebKit-r37990'
>>>> > make: *** [all] Error 2
>>>>
>>>> Pls find below the console msgs before I get this error
>>>>
>>>> Core/editing/libWebCore_la-TextIterator.lo
>>>> WebCore/editing/libWebCore_la-TypingC
>>>> ommand.lo WebCore/editing/libWebCore_la-UnlinkCommand.lo
>>>> WebCore/editing/libWebC
>>>> ore_la-VisiblePosition.lo
>>>> WebCore/editing/libWebCore_la-WrapContentsInDummySpanC
>>>> ommand.lo WebCore/editing/libWebCore_la-htmlediting.lo
>>>> WebCore/editing/libWebCor
>>>> e_la-markup.lo
>>>> WebCore/editing/libWebCore_la-visible_units.lo
>>>> WebCore/history/li
>>>> bWebCore_la-BackForwardList.lo
>>>> WebCore/history/libWebCore_la-CachedPage.lo WebCo
>>>> re/history/libWebCore_la-HistoryItem.lo
>>>> WebCore/history/libWebCore_la-PageCache.
>>>> lo WebCore/html/libWebCore_la-CanvasGradient.lo
>>>> WebCore/html/libWebCore_la-Canva
>>>> sPattern.lo WebCore/html/libWebCore_la-CanvasPixelArray.lo
>>>> WebCore/html/libWebCo
>>>> re_la-CanvasRenderingContext2D.lo
>>>> WebCore/html/libWebCore_la-CanvasStyle.lo WebC
>>>> ore/html/libWebCore_la-File.lo
>>>> WebCore/html/libWebCore_la-FileList.lo WebCore/ht
>>>> ml/libWebCore_la-FormDataList.lo
>>>> WebCore/html/libWebCore_la-HTMLAnchorElement.lo
>>>>  WebCore/html/libWebCore_la-HTMLAppletElement.lo
>>>> WebCore/html/libWebCore_la-HTML
>>>> AreaElement.lo WebCore/html/libWebCore_la-HTMLBRElement.lo
>>>> WebCore/html/libWebCo
>>>> re_la-HTMLBaseElement.lo
>>>> WebCore/html/libWebCore_la-HTMLBaseFontElement.lo WebCo
>>>> re/html/libWebCore_la-HTMLBlockquoteElement.lo
>>>> WebCore/html/libWebCore_la-HTMLBo
>>>> dyElement.lo
>>>> WebCore/html/libWebCore_la-HTMLButtonElement.lo
>>>> WebCore/html/libWeb
>>>> Core_la-HTMLCanvasElement.lo
>>>> WebCore/html/libWebCore_la-HTMLCollection.lo WebCor
>>>> e/html/libWebCore_la-HTMLDListElement.lo
>>>> WebCore/html/libWebCore_la-HTMLDirector
>>>> yElement.lo WebCore/html/libWebCore_la-HTMLDivElement.lo
>>>> WebCore/html/libWebCore
>>>> _la-HTMLDocument.lo
>>>> WebCore/html/libWebCore_la-HTMLElement.lo WebCore/html/libWe
>>>> bCore_la-HTMLElementFactory.lo
>>>> WebCore/html/libWebCore_la-HTMLEmbedElement.lo We
>>>> bCore/html/libWebCore_la-HTMLFieldSetElement.lo
>>>> WebCore/html/libWebCore_la-HTMLF
>>>> ontElement.lo
>>>> WebCore/html/libWebCore_la-HTMLFormCollection.lo
>>>> WebCore/html/libW
>>>> ebCore_la-HTMLFormControlElement.lo
>>>> WebCore/html/libWebCore_la-HTMLFormElement.l
>>>> o WebCore/html/libWebCore_la-HTMLFrameElement.lo
>>>> WebCore/html/libWebCore_la-HTML
>>>> FrameElementBase.lo
>>>> WebCore/html/libWebCore_la-HTMLFrameOwnerElement.lo WebCore/
>>>> html/libWebCore_la-HTMLFrameSetElement.lo
>>>> WebCore/html/libWebCore_la-HTMLHREleme
>>>> nt.lo WebCore/html/libWebCore_la-HTMLHeadElement.lo
>>>> WebCore/html/libWebCore_la-H
>>>> TMLHeadingElement.lo
>>>> WebCore/html/libWebCore_la-HTMLHtmlElement.lo WebCore/html/
>>>> libWebCore_la-HTMLIFrameElement.lo
>>>> WebCore/html/libWebCore_la-HTMLImageElement.l
>>>> o WebCore/html/libWebCore_la-HTMLImageLoader.lo
>>>> WebCore/html/libWebCore_la-HTMLI
>>>> nputElement.lo
>>>> WebCore/html/libWebCore_la-HTMLIsIndexElement.lo
>>>> WebCore/html/lib
>>>> WebCore_la-HTMLKeygenElement.lo
>>>> WebCore/html/libWebCore_la-HTMLLIElement.lo WebC
>>>> ore/html/libWebCore_la-HTMLLabelElement.lo
>>>> WebCore/html/libWebCore_la-HTMLLegend
>>>> Element.lo WebCore/html/libWebCore_la-HTMLLinkElement.lo
>>>> WebCore/html/libWebCore
>>>> _la-HTMLMapElement.lo
>>>> WebCore/html/libWebCore_la-HTMLMarqueeElement.lo WebCore/h
>>>> tml/libWebCore_la-HTMLMenuElement.lo
>>>> WebCore/html/libWebCore_la-HTMLMetaElement.
>>>> lo WebCore/html/libWebCore_la-HTMLModElement.lo
>>>> WebCore/html/libWebCore_la-HTMLN
>>>> ameCollection.lo
>>>> WebCore/html/libWebCore_la-HTMLOListElement.lo
>>>> WebCore/html/lib
>>>> WebCore_la-HTMLObjectElement.lo
>>>> WebCore/html/libWebCore_la-HTMLOptGroupElement.l
>>>> o WebCore/html/libWebCore_la-HTMLOptionElement.lo
>>>> WebCore/html/libWebCore_la-HTM
>>>> LOptionsCollection.lo
>>>> WebCore/html/libWebCore_la-HTMLParagraphElement.lo WebCore
>>>> /html/libWebCore_la-HTMLParamElement.lo
>>>> WebCore/html/libWebCore_la-HTMLParser.lo
>>>>  WebCore/html/libWebCore_la-HTMLParserErrorCodes.lo
>>>> WebCore/html/libWebCore_la-H
>>>> TMLPlugInElement.lo
>>>> WebCore/html/libWebCore_la-HTMLPlugInImageElement.lo WebCore
>>>> /html/libWebCore_la-HTMLPreElement.lo
>>>> WebCore/html/libWebCore_la-HTMLQuoteElemen
>>>> t.lo WebCore/html/libWebCore_la-HTMLScriptElement.lo
>>>> WebCore/html/libWebCore_la-
>>>> HTMLSelectElement.lo
>>>> WebCore/html/libWebCore_la-HTMLStyleElement.lo WebCore/html
>>>> /libWebCore_la-HTMLTableCaptionElement.lo
>>>> WebCore/html/libWebCore_la-HTMLTableCe
>>>> llElement.lo
>>>> WebCore/html/libWebCore_la-HTMLTableColElement.lo
>>>> WebCore/html/libW
>>>> ebCore_la-HTMLTableElement.lo
>>>> WebCore/html/libWebCore_la-HTMLTablePartElement.lo
>>>>  WebCore/html/libWebCore_la-HTMLTableRowElement.lo
>>>> WebCore/html/libWebCore_la-HT
>>>> MLTableRowsCollection.lo
>>>> WebCore/html/libWebCore_la-HTMLTableSectionElement.lo W
>>>> ebCore/html/libWebCore_la-HTMLTextAreaElement.lo
>>>> WebCore/html/libWebCore_la-HTML
>>>> TitleElement.lo WebCore/html/libWebCore_la-HTMLTokenizer.lo
>>>> WebCore/html/libWebC
>>>> ore_la-HTMLUListElement.lo
>>>> WebCore/html/libWebCore_la-HTMLViewSourceDocument.lo
>>>> WebCore/html/libWebCore_la-ImageData.lo
>>>> WebCore/html/libWebCore_la-PreloadScanne
>>>> r.lo WebCore/inspector/libWebCore_la-InspectorController.lo
>>>> WebCore/inspector/li
>>>> bWebCore_la-JavaScriptCallFrame.lo
>>>> WebCore/inspector/libWebCore_la-JavaScriptDeb
>>>> ugServer.lo
>>>> WebCore/inspector/libWebCore_la-JavaScriptProfile.lo
>>>> WebCore/inspect
>>>> or/libWebCore_la-JavaScriptProfileNode.lo
>>>> WebCore/loader/libWebCore_la-Cache.lo
>>>> WebCore/loader/libWebCore_la-CachedCSSStyleSheet.lo
>>>> WebCore/loader/libWebCore_la
>>>> -CachedFont.lo WebCore/loader/libWebCore_la-CachedImage.lo
>>>> WebCore/loader/libWeb
>>>> Core_la-CachedResource.lo
>>>> WebCore/loader/libWebCore_la-CachedResourceClientWalke
>>>> r.lo WebCore/loader/libWebCore_la-CachedResourceHandle.lo
>>>> WebCore/loader/libWebC
>>>> ore_la-CachedScript.lo
>>>> WebCore/loader/libWebCore_la-CachedXSLStyleSheet.lo WebCo
>>>> re/loader/libWebCore_la-DocLoader.lo
>>>> WebCore/loader/libWebCore_la-DocumentLoader
>>>> .lo WebCore/loader/libWebCore_la-FTPDirectoryDocument.lo
>>>> WebCore/loader/libWebCo
>>>> re_la-FTPDirectoryParser.lo
>>>> WebCore/loader/libWebCore_la-FormState.lo WebCore/lo
>>>> ader/libWebCore_la-FrameLoader.lo
>>>> WebCore/loader/libWebCore_la-ImageDocument.lo
>>>> WebCore/loader/libWebCore_la-ImageLoader.lo
>>>> WebCore/loader/libWebCore_la-MainRes
>>>> ourceLoader.lo
>>>> WebCore/loader/libWebCore_la-MediaDocument.lo
>>>> WebCore/loader/libW
>>>> ebCore_la-NavigationAction.lo
>>>> WebCore/loader/libWebCore_la-NetscapePlugInStreamL
>>>> oader.lo WebCore/loader/libWebCore_la-PluginDocument.lo
>>>> WebCore/loader/libWebCor
>>>> e_la-ProgressTracker.lo
>>>> WebCore/loader/libWebCore_la-Request.lo WebCore/loader/l
>>>> ibWebCore_la-ResourceLoader.lo
>>>> WebCore/loader/libWebCore_la-SubresourceLoader.lo
>>>>  WebCore/loader/libWebCore_la-TextDocument.lo
>>>> WebCore/loader/libWebCore_la-TextR
>>>> esourceDecoder.lo
>>>> WebCore/loader/archive/libWebCore_la-ArchiveFactory.lo
>>>> WebCore
>>>> /loader/archive/libWebCore_la-ArchiveResource.lo
>>>> WebCore/loader/archive/libWebCo
>>>> re_la-ArchiveResourceCollection.lo
>>>> WebCore/loader/icon/libWebCore_la-IconLoader.
>>>> lo WebCore/loader/libWebCore_la-loader.lo
>>>> WebCore/page/libWebCore_la-AXObjectCac
>>>> he.lo
>>>> WebCore/page/libWebCore_la-AccessibilityImageMapLink.lo
>>>> WebCore/page/libWe
>>>> bCore_la-AccessibilityList.lo
>>>> WebCore/page/libWebCore_la-AccessibilityListBox.lo
>>>>  WebCore/page/libWebCore_la-AccessibilityListBoxOption.lo
>>>> WebCore/page/libWebCor
>>>> e_la-AccessibilityObject.lo
>>>> WebCore/page/libWebCore_la-AccessibilityRenderObject
>>>> .lo WebCore/page/libWebCore_la-AccessibilityTable.lo
>>>> WebCore/page/libWebCore_la-
>>>> AccessibilityTableCell.lo
>>>> WebCore/page/libWebCore_la-AccessibilityTableColumn.lo
>>>>
>>>> WebCore/page/libWebCore_la-AccessibilityTableHeaderContainer.lo
>>>> WebCore/page/li
>>>> bWebCore_la-AccessibilityTableRow.lo
>>>> WebCore/page/libWebCore_la-BarInfo.lo WebCo
>>>> re/page/libWebCore_la-Chrome.lo
>>>> WebCore/page/libWebCore_la-Console.lo WebCore/pa
>>>> ge/libWebCore_la-ContextMenuController.lo
>>>> WebCore/page/libWebCore_la-DOMSelectio
>>>> n.lo WebCore/page/libWebCore_la-DOMWindow.lo
>>>> WebCore/page/libWebCore_la-DragCont
>>>> roller.lo WebCore/page/libWebCore_la-EventHandler.lo
>>>> WebCore/page/libWebCore_la-
>>>> FocusController.lo WebCore/page/libWebCore_la-Frame.lo
>>>> WebCore/page/libWebCore_l
>>>> a-FrameTree.lo WebCore/page/libWebCore_la-FrameView.lo
>>>> WebCore/page/libWebCore_l
>>>> a-Geolocation.lo WebCore/page/libWebCore_la-Geoposition.lo
>>>> WebCore/page/libWebCo
>>>> re_la-History.lo WebCore/page/libWebCore_la-Location.lo
>>>> WebCore/page/libWebCore_
>>>> la-MouseEventWithHitTestResults.lo
>>>> WebCore/page/libWebCore_la-Navigator.lo WebCo
>>>> re/page/libWebCore_la-Page.lo
>>>> WebCore/page/libWebCore_la-PageGroup.lo WebCore/pa
>>>> ge/libWebCore_la-PrintContext.lo
>>>> WebCore/page/libWebCore_la-Screen.lo WebCore/pa
>>>> ge/libWebCore_la-SecurityOrigin.lo
>>>> WebCore/page/libWebCore_la-Settings.lo WebCor
>>>> e/page/libWebCore_la-WindowFeatures.lo
>>>> WebCore/page/animation/libWebCore_la-Anim
>>>> ationBase.lo
>>>> WebCore/page/animation/libWebCore_la-AnimationController.lo
>>>> WebCore
>>>> /page/animation/libWebCore_la-CompositeAnimation.lo
>>>> WebCore/page/animation/libWe
>>>> bCore_la-ImplicitAnimation.lo
>>>> WebCore/page/animation/libWebCore_la-KeyframeAnima
>>>> tion.lo WebCore/platform/libWebCore_la-Arena.lo
>>>> WebCore/platform/libWebCore_la-C
>>>> ontextMenu.lo
>>>> WebCore/platform/libWebCore_la-DeprecatedPtrListImpl.lo
>>>> WebCore/pl
>>>> atform/libWebCore_la-DeprecatedValueListImpl.lo
>>>> WebCore/platform/libWebCore_la-D
>>>> ragData.lo WebCore/platform/libWebCore_la-DragImage.lo
>>>> WebCore/platform/libWebCo
>>>> re_la-FileChooser.lo
>>>> WebCore/platform/libWebCore_la-GeolocationService.lo WebCor
>>>> e/platform/libWebCore_la-KURL.lo
>>>> WebCore/platform/libWebCore_la-Length.lo WebCor
>>>> e/platform/libWebCore_la-Logging.lo
>>>> WebCore/platform/libWebCore_la-MIMETypeRegis
>>>> try.lo WebCore/platform/libWebCore_la-ScrollView.lo
>>>> WebCore/platform/libWebCore_
>>>> la-Scrollbar.lo
>>>> WebCore/platform/libWebCore_la-ScrollbarThemeComposite.lo
>>>> WebCor
>>>> e/platform/libWebCore_la-SharedBuffer.lo
>>>> WebCore/platform/libWebCore_la-Timer.lo
>>>>  WebCore/platform/libWebCore_la-Widget.lo
>>>> WebCore/platform/graphics/libWebCore_l
>>>> a-AffineTransform.lo
>>>> WebCore/platform/graphics/libWebCore_la-BitmapImage.lo WebC
>>>> ore/platform/graphics/libWebCore_la-Color.lo
>>>> WebCore/platform/graphics/libWebCor
>>>> e_la-FloatPoint.lo
>>>> WebCore/platform/graphics/libWebCore_la-FloatPoint3D.lo
>>>> WebCo
>>>> re/platform/graphics/libWebCore_la-FloatRect.lo
>>>> WebCore/platform/graphics/libWeb
>>>> Core_la-FloatSize.lo
>>>> WebCore/platform/graphics/libWebCore_la-Font.lo WebCore/pla
>>>> tform/graphics/libWebCore_la-FontCache.lo
>>>> WebCore/platform/graphics/libWebCore_l
>>>> a-FontData.lo
>>>> WebCore/platform/graphics/libWebCore_la-FontDescription.lo
>>>> WebCore
>>>> /platform/graphics/libWebCore_la-FontFallbackList.lo
>>>> WebCore/platform/graphics/l
>>>> ibWebCore_la-FontFamily.lo
>>>> WebCore/platform/graphics/libWebCore_la-GeneratedImag
>>>> e.lo
>>>> WebCore/platform/graphics/libWebCore_la-GlyphPageTreeNode.lo
>>>> WebCore/platfo
>>>> rm/graphics/libWebCore_la-GlyphWidthMap.lo
>>>> WebCore/platform/graphics/libWebCore_
>>>> la-Gradient.lo
>>>> WebCore/platform/graphics/libWebCore_la-GraphicsContext.lo
>>>> WebCor
>>>> e/platform/graphics/libWebCore_la-GraphicsTypes.lo
>>>> WebCore/platform/graphics/lib
>>>> WebCore_la-Image.lo
>>>> WebCore/platform/graphics/libWebCore_la-IntRect.lo WebCore/p
>>>> latform/graphics/libWebCore_la-Path.lo
>>>> WebCore/platform/graphics/libWebCore_la-P
>>>> athTraversalState.lo
>>>> WebCore/platform/graphics/libWebCore_la-Pattern.lo WebCore/
>>>> platform/graphics/libWebCore_la-Pen.lo
>>>> WebCore/platform/graphics/libWebCore_la-S
>>>> egmentedFontData.lo
>>>> WebCore/platform/graphics/libWebCore_la-SimpleFontData.lo We
>>>> bCore/platform/graphics/libWebCore_la-StringTruncator.lo
>>>> WebCore/platform/graphi
>>>> cs/libWebCore_la-WidthIterator.lo
>>>> WebCore/platform/network/libWebCore_la-Authent
>>>> icationChallengeBase.lo
>>>> WebCore/platform/network/libWebCore_la-Credential.lo Web
>>>> Core/platform/network/libWebCore_la-FormData.lo
>>>> WebCore/platform/network/libWebC
>>>> ore_la-HTTPParsers.lo
>>>> WebCore/platform/network/libWebCore_la-NetworkStateNotifie
>>>> r.lo
>>>> WebCore/platform/network/libWebCore_la-ProtectionSpace.lo
>>>> WebCore/platform/
>>>> network/libWebCore_la-ResourceErrorBase.lo
>>>> WebCore/platform/network/libWebCore_l
>>>> a-ResourceHandle.lo
>>>> WebCore/platform/network/libWebCore_la-ResourceRequestBase.l
>>>> o
>>>> WebCore/platform/network/libWebCore_la-ResourceResponseBase.lo
>>>> WebCore/platfor
>>>> m/text/libWebCore_la-AtomicString.lo
>>>> WebCore/platform/text/libWebCore_la-Base64.
>>>> lo WebCore/platform/text/libWebCore_la-BidiContext.lo
>>>> WebCore/platform/text/libW
>>>> ebCore_la-CString.lo
>>>> WebCore/platform/text/libWebCore_la-RegularExpression.lo We
>>>> bCore/platform/text/libWebCore_la-SegmentedString.lo
>>>> WebCore/platform/text/libWe
>>>> bCore_la-String.lo
>>>> WebCore/platform/text/libWebCore_la-StringBuilder.lo
>>>> WebCore/
>>>> platform/text/libWebCore_la-StringImpl.lo
>>>> WebCore/platform/text/libWebCore_la-Te
>>>> xtCodec.lo
>>>> WebCore/platform/text/libWebCore_la-TextCodecLatin1.lo
>>>> WebCore/platfo
>>>> rm/text/libWebCore_la-TextCodecUTF16.lo
>>>> WebCore/platform/text/libWebCore_la-Text
>>>> CodecUserDefined.lo
>>>> WebCore/platform/text/libWebCore_la-TextDecoder.lo WebCore/p
>>>> latform/text/libWebCore_la-TextEncoding.lo
>>>> WebCore/platform/text/libWebCore_la-T
>>>> extEncodingRegistry.lo
>>>> WebCore/platform/text/libWebCore_la-TextStream.lo WebCore
>>>> /platform/text/libWebCore_la-UnicodeRange.lo
>>>> WebCore/plugins/libWebCore_la-MimeT
>>>> ype.lo WebCore/plugins/libWebCore_la-MimeTypeArray.lo
>>>> WebCore/plugins/libWebCore
>>>> _la-Plugin.lo WebCore/plugins/libWebCore_la-PluginArray.lo
>>>> WebCore/plugins/libWe
>>>> bCore_la-PluginData.lo
>>>> WebCore/plugins/libWebCore_la-PluginDatabase.lo WebCore/p
>>>> lugins/libWebCore_la-PluginInfoStore.lo
>>>> WebCore/plugins/libWebCore_la-PluginMain
>>>> ThreadScheduler.lo
>>>> WebCore/plugins/libWebCore_la-PluginPackage.lo
>>>> WebCore/plugin
>>>> s/libWebCore_la-PluginStream.lo
>>>> WebCore/plugins/libWebCore_la-PluginView.lo WebC
>>>> ore/plugins/libWebCore_la-npapi.lo
>>>> WebCore/rendering/libWebCore_la-AutoTableLayo
>>>> ut.lo WebCore/rendering/libWebCore_la-CounterNode.lo
>>>> WebCore/rendering/libWebCor
>>>> e_la-EllipsisBox.lo
>>>> WebCore/rendering/libWebCore_la-FixedTableLayout.lo WebCore/
>>>> rendering/libWebCore_la-HitTestResult.lo
>>>> WebCore/rendering/libWebCore_la-InlineB
>>>> ox.lo WebCore/rendering/libWebCore_la-InlineFlowBox.lo
>>>> WebCore/rendering/libWebC
>>>> ore_la-InlineTextBox.lo
>>>> WebCore/rendering/libWebCore_la-LayoutState.lo WebCore/r
>>>> endering/libWebCore_la-ListMarkerBox.lo
>>>> WebCore/rendering/libWebCore_la-RenderAp
>>>> plet.lo WebCore/rendering/libWebCore_la-RenderArena.lo
>>>> WebCore/rendering/libWebC
>>>> ore_la-RenderBR.lo
>>>> WebCore/rendering/libWebCore_la-RenderBlock.lo
>>>> WebCore/render
>>>> ing/libWebCore_la-RenderBox.lo
>>>> WebCore/rendering/libWebCore_la-RenderButton.lo W
>>>> ebCore/rendering/libWebCore_la-RenderContainer.lo
>>>> WebCore/rendering/libWebCore_l
>>>> a-RenderCounter.lo
>>>> WebCore/rendering/libWebCore_la-RenderFieldset.lo
>>>> WebCore/ren
>>>> dering/libWebCore_la-RenderFileUploadControl.lo
>>>> WebCore/rendering/libWebCore_la-
>>>> RenderFlexibleBox.lo
>>>> WebCore/rendering/libWebCore_la-RenderFlow.lo WebCore/rende
>>>> ring/libWebCore_la-RenderFrame.lo
>>>> WebCore/rendering/libWebCore_la-RenderFrameSet
>>>> .lo WebCore/rendering/libWebCore_la-RenderHTMLCanvas.lo
>>>> WebCore/rendering/libWeb
>>>> Core_la-RenderImage.lo
>>>> WebCore/rendering/libWebCore_la-RenderImageGeneratedConte
>>>> nt.lo WebCore/rendering/libWebCore_la-RenderInline.lo
>>>> WebCore/rendering/libWebCo
>>>> re_la-RenderLayer.lo
>>>> WebCore/rendering/libWebCore_la-RenderLegend.lo WebCore/ren
>>>> dering/libWebCore_la-RenderListBox.lo
>>>> WebCore/rendering/libWebCore_la-RenderList
>>>> Item.lo WebCore/rendering/libWebCore_la-RenderListMarker.lo
>>>> WebCore/rendering/li
>>>> bWebCore_la-RenderMarquee.lo
>>>> WebCore/rendering/libWebCore_la-RenderMenuList.lo W
>>>> ebCore/rendering/libWebCore_la-RenderObject.lo
>>>> WebCore/rendering/libWebCore_la-R
>>>> enderPart.lo
>>>> WebCore/rendering/libWebCore_la-RenderPartObject.lo
>>>> WebCore/renderi
>>>> ng/libWebCore_la-RenderReplaced.lo
>>>> WebCore/rendering/libWebCore_la-RenderReplica
>>>> .lo WebCore/rendering/libWebCore_la-RenderScrollbar.lo
>>>> WebCore/rendering/libWebC
>>>> ore_la-RenderScrollbarPart.lo
>>>> WebCore/rendering/libWebCore_la-RenderScrollbarThe
>>>> me.lo WebCore/rendering/libWebCore_la-RenderSlider.lo
>>>> WebCore/rendering/libWebCo
>>>> re_la-RenderTable.lo
>>>> WebCore/rendering/libWebCore_la-RenderTableCell.lo WebCore/
>>>> rendering/libWebCore_la-RenderTableCol.lo
>>>> WebCore/rendering/libWebCore_la-Render
>>>> TableRow.lo
>>>> WebCore/rendering/libWebCore_la-RenderTableSection.lo
>>>> WebCore/render
>>>> ing/libWebCore_la-RenderText.lo
>>>> WebCore/rendering/libWebCore_la-RenderTextContro
>>>> l.lo WebCore/rendering/libWebCore_la-RenderTextFragment.lo
>>>> WebCore/rendering/lib
>>>> WebCore_la-RenderTheme.lo
>>>> WebCore/rendering/libWebCore_la-RenderTreeAsText.lo We
>>>> bCore/rendering/libWebCore_la-RenderView.lo
>>>> WebCore/rendering/libWebCore_la-Rend
>>>> erWidget.lo
>>>> WebCore/rendering/libWebCore_la-RenderWordBreak.lo
>>>> WebCore/rendering
>>>> /libWebCore_la-RootInlineBox.lo
>>>> WebCore/rendering/libWebCore_la-TextControlInner
>>>> Elements.lo WebCore/rendering/libWebCore_la-bidi.lo
>>>> WebCore/rendering/libWebCore
>>>> _la-break_lines.lo
>>>> WebCore/rendering/style/libWebCore_la-Animation.lo
>>>> WebCore/re
>>>> ndering/style/libWebCore_la-AnimationList.lo
>>>> WebCore/rendering/style/libWebCore_
>>>> la-BindingURI.lo
>>>> WebCore/rendering/style/libWebCore_la-ContentData.lo
>>>> WebCore/re
>>>> ndering/style/libWebCore_la-CounterDirectives.lo
>>>> WebCore/rendering/style/libWebC
>>>> ore_la-FillLayer.lo
>>>> WebCore/rendering/style/libWebCore_la-KeyframeList.lo WebCor
>>>> e/rendering/style/libWebCore_la-MatrixTransformOperation.lo
>>>> WebCore/rendering/st
>>>> yle/libWebCore_la-NinePieceImage.lo
>>>> WebCore/rendering/style/libWebCore_la-Render
>>>> Style.lo
>>>> WebCore/rendering/style/libWebCore_la-RotateTransformOperation.lo
>>>> WebCo
>>>> re/rendering/style/libWebCore_la-ScaleTransformOperation.lo
>>>> WebCore/rendering/st
>>>> yle/libWebCore_la-ShadowData.lo
>>>> WebCore/rendering/style/libWebCore_la-SkewTransf
>>>> ormOperation.lo
>>>> WebCore/rendering/style/libWebCore_la-StyleBackgroundData.lo
>>>> Web
>>>> Core/rendering/style/libWebCore_la-StyleBoxData.lo
>>>> WebCore/rendering/style/libWe
>>>> bCore_la-StyleCachedImage.lo
>>>> WebCore/rendering/style/libWebCore_la-StyleFlexible
>>>> BoxData.lo
>>>> WebCore/rendering/style/libWebCore_la-StyleGeneratedImage.lo
>>>> WebCore/
>>>> rendering/style/libWebCore_la-StyleInheritedData.lo
>>>> WebCore/rendering/style/libW
>>>> ebCore_la-StyleMarqueeData.lo
>>>> WebCore/rendering/style/libWebCore_la-StyleMultiCo
>>>> lData.lo
>>>> WebCore/rendering/style/libWebCore_la-StyleRareInheritedData.lo
>>>> WebCore
>>>> /rendering/style/libWebCore_la-StyleRareNonInheritedData.lo
>>>> WebCore/rendering/st
>>>> yle/libWebCore_la-StyleSurroundData.lo
>>>> WebCore/rendering/style/libWebCore_la-Sty
>>>> leTransformData.lo
>>>> WebCore/rendering/style/libWebCore_la-StyleVisualData.lo
>>>> WebC
>>>> ore/rendering/style/libWebCore_la-TransformOperations.lo
>>>> WebCore/rendering/style
>>>> /libWebCore_la-TranslateTransformOperation.lo
>>>> WebCore/xml/libWebCore_la-DOMParse
>>>> r.lo WebCore/xml/libWebCore_la-XMLHttpRequest.lo
>>>> WebCore/xml/libWebCore_la-XMLHt
>>>> tpRequestUpload.lo
>>>> WebCore/xml/libWebCore_la-XMLSerializer.lo
>>>> WebCore/platform/n
>>>> etwork/curl/libWebCore_la-CookieJarCurl.lo
>>>> WebCore/platform/network/curl/libWebC
>>>> ore_la-DNSCurl.lo
>>>> WebCore/platform/network/curl/libWebCore_la-FormDataStreamCurl
>>>> .lo
>>>> WebCore/platform/network/curl/libWebCore_la-ResourceHandleCurl.lo
>>>> WebCore/pl
>>>> atform/network/curl/libWebCore_la-ResourceHandleManager.lo
>>>>     WebCore/loader/i
>>>> con/libWebCore_la-IconDatabaseNone.lo
>>>> WebCore/bindings/js/libWebCore_la-Scri
>>>> ptControllerGtk.lo
>>>> WebCore/plugins/gtk/libWebCore_la-PluginDataGtk.lo
>>>> WebCore/pl
>>>> ugins/gtk/libWebCore_la-PluginPackageGtk.lo
>>>> WebCore/plugins/gtk/libWebCore_la-Pl
>>>> uginViewGtk.lo
>>>> WebCore/page/gtk/libWebCore_la-AXObjectCacheAtk.lo
>>>> WebCore/page/
>>>> gtk/libWebCore_la-AccessibilityObjectAtk.lo
>>>> WebCore/page/gtk/libWebCore_la-Acces
>>>> sibilityObjectWrapperAtk.lo
>>>> WebCore/page/gtk/libWebCore_la-DragControllerGtk.lo
>>>> WebCore/page/gtk/libWebCore_la-EventHandlerGtk.lo
>>>> WebCore/page/gtk/libWebCore_la
>>>> -FrameGtk.lo
>>>> WebCore/platform/graphics/cairo/libWebCore_la-AffineTransformCairo.
>>>> lo
>>>> WebCore/platform/graphics/cairo/libWebCore_la-FontCairo.lo
>>>> WebCore/platform/g
>>>> raphics/cairo/libWebCore_la-GradientCairo.lo
>>>> WebCore/platform/graphics/cairo/lib
>>>> WebCore_la-GraphicsContextCairo.lo
>>>> WebCore/platform/graphics/cairo/libWebCore_la
>>>> -ImageBufferCairo.lo
>>>> WebCore/platform/graphics/cairo/libWebCore_la-ImageCairo.lo
>>>>
>>>> WebCore/platform/graphics/cairo/libWebCore_la-ImageSourceCairo.lo
>>>> WebCore/platf
>>>> orm/graphics/cairo/libWebCore_la-PathCairo.lo
>>>> WebCore/platform/graphics/cairo/li
>>>> bWebCore_la-PatternCairo.lo
>>>> WebCore/platform/graphics/gtk/libWebCore_la-ColorGtk
>>>> .lo
>>>> WebCore/platform/graphics/gtk/libWebCore_la-FontCacheGtk.lo
>>>> WebCore/platform
>>>> /graphics/gtk/libWebCore_la-FontGtk.lo
>>>> WebCore/platform/graphics/gtk/libWebCore_
>>>> la-IconGtk.lo
>>>> WebCore/platform/graphics/gtk/libWebCore_la-ImageGtk.lo
>>>> WebCore/pl
>>>> atform/graphics/gtk/libWebCore_la-IntPointGtk.lo
>>>> WebCore/platform/graphics/gtk/l
>>>> ibWebCore_la-IntRectGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-ClipboardGtk.lo We
>>>> bCore/platform/gtk/libWebCore_la-ContextMenuGtk.lo
>>>> WebCore/platform/gtk/libWebCo
>>>> re_la-ContextMenuItemGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-CursorGtk.lo WebC
>>>> ore/platform/gtk/libWebCore_la-DragDataGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la
>>>> -DragImageGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-EventLoopGtk.lo
>>>> WebCore/plat
>>>> form/gtk/libWebCore_la-FileChooserGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-File
>>>> SystemGtk.lo WebCore/platform/gtk/libWebCore_la-KURLGtk.lo
>>>> WebCore/platform/gtk/
>>>> libWebCore_la-KeyEventGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-Language.lo WebC
>>>> ore/platform/gtk/libWebCore_la-LocalizedStringsGtk.lo
>>>> WebCore/platform/gtk/libWe
>>>> bCore_la-LoggingGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-MIMETypeRegistryGtk.lo
>>>>  WebCore/platform/gtk/libWebCore_la-MouseEventGtk.lo
>>>> WebCore/platform/gtk/libWeb
>>>> Core_la-PasteboardGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-PlatformScreenGtk.lo
>>>>  WebCore/platform/gtk/libWebCore_la-PopupMenuGtk.lo
>>>> WebCore/platform/gtk/libWebC
>>>> ore_la-RenderThemeGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-ScrollViewGtk.lo Web
>>>> Core/platform/gtk/libWebCore_la-ScrollbarGtk.lo
>>>> WebCore/platform/gtk/libWebCore_
>>>> la-ScrollbarThemeGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-SearchPopupMenuGtk.lo
>>>>  WebCore/platform/gtk/libWebCore_la-SharedBufferGtk.lo
>>>> WebCore/platform/gtk/libW
>>>> ebCore_la-SharedTimerGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-SoundGtk.lo WebCo
>>>> re/platform/gtk/libWebCore_la-SystemTimeGtk.lo
>>>> WebCore/platform/gtk/libWebCore_l
>>>> a-TemporaryLinkStubs.lo
>>>> WebCore/platform/gtk/libWebCore_la-WheelEventGtk.lo WebC
>>>> ore/platform/gtk/libWebCore_la-WidgetGtk.lo
>>>> WebCore/platform/gtk/libWebCore_la-g
>>>> tk2drawing.lo
>>>> WebCore/platform/gtk/libWebCore_la-guriescape.lo
>>>> WebCore/platform/
>>>> image-decoders/bmp/libWebCore_la-BMPImageDecoder.lo
>>>> WebCore/platform/image-decod
>>>> ers/gif/libWebCore_la-GIFImageDecoder.lo
>>>> WebCore/platform/image-decoders/gif/lib
>>>> WebCore_la-GIFImageReader.lo
>>>> WebCore/platform/image-decoders/ico/libWebCore_la-I
>>>> COImageDecoder.lo
>>>> WebCore/platform/image-decoders/jpeg/libWebCore_la-JPEGImageDe
>>>> coder.lo
>>>> WebCore/platform/image-decoders/png/libWebCore_la-PNGImageDecoder.lo
>>>> We
>>>> bCore/platform/image-decoders/xbm/libWebCore_la-XBMImageDecoder.lo
>>>>  WebCore/plat
>>>> form/text/gtk/libWebCore_la-TextCodecGtk.lo
>>>> WebCore/platform/text/gtk/libWebCore
>>>> _la-TextBoundariesGtk.lo
>>>> WebCore/platform/text/gtk/libWebCore_la-TextBreakIterat
>>>> orGtk.lo
>>>> WebCore/platform/graphics/gtk/libWebCore_la-FontCustomPlatformData.lo
>>>> W
>>>> ebCore/platform/graphics/gtk/libWebCore_la-FontPlatformDataGtk.lo
>>>> WebCore/platfo
>>>> rm/graphics/gtk/libWebCore_la-GlyphPageTreeNodeGtk.lo
>>>> WebCore/platform/graphics/
>>>> gtk/libWebCore_la-SimpleFontDataGtk.lo
>>>> DerivedSources/libWebCore_la-CSSGramma
>>>> r.lo DerivedSources/libWebCore_la-HTMLEntityNames.lo
>>>> DerivedSources/libWebCore_l
>>>> a-HTMLNames.lo
>>>> DerivedSources/libWebCore_la-JSHTMLElementWrapperFactory.lo
>>>> Deriv
>>>> edSources/libWebCore_la-UserAgentStyleSheetsData.lo
>>>> DerivedSources/libWebCore_la
>>>> -XMLNames.lo   libJavaScriptCore.la libWebCoreJS.la
>>>> -pthread -L/usr/webkit/lib
>>>> -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
>>>> -L/usr/webkit/lib -lxml2   -L/usr/
>>>> webkit/lib -L/usr/shr/lib -lcairo -lpng12 -lpixman-1
>>>> -lfreetype -lfontconfig -ld
>>>> irectfb -lfusion -ldirect -lpthread   -L/usr/webkit/lib
>>>> -lpango-1.0 -lgobject-2.
>>>> 0 -lgmodule-2.0 -lglib-2.0   -L/usr/shr/lib
>>>> -L/usr/webkit/lib -lgtk-directfb-2.0
>>>>  -lgdk-directfb-2.0 -latk-1.0 -lgdk_pixbuf-2.0
>>>> -lpangocairo-1.0 -lpango-1.0 -lca
>>>> iro -lpng12 -lpixman-1 -ldirectfb -ldirect -lfusion
>>>> -lfreetype -lfontconfig -lgo
>>>> bject-2.0 -lgmodule-2.0 -lglib-2.0    -L/usr/webkit/lib
>>>> -lcurl    -L/usr/webkit/
>>>> lib -lfontconfig -lfreetype -lz   -L/usr/webkit/lib
>>>> -lpango-1.0 -lgobject-2.0 -l
>>>> gmodule-2.0 -lglib-2.0       -ljpeg -L/usr/webkit/lib
>>>> -lpng12   -lpthread
>>>> make[1]: *** [libWebCore.la] Error 255
>>>> make[1]: Leaving directory
>>>> `/usr/webkit/src/WebKit-r37990'
>>>> make: *** [all] Error 2
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: David Kilzer [mailto:ddkilzer at webkit.org]
>>>> Sent: Friday, October 31, 2008 8:20 PM
>>>> To: Bn, Sharath
>>>> Cc: webkit-dev at lists.webkit.org
>>>> Subject: Re: make[1]: *** [libWebCore.la] Error 255
>>>>
>>>> On Fri, 10/31/08, Bn, Sharath
>>>> <sharath.bn at philips.com> wrote:
>>>>
>>>> > I get the following error after I give
>>>> "make"
>>>> > command,
>>>> > Can anybody help me to fix this problem
>>>> >
>>>> > make[1]: *** [libWebCore.la] Error 255
>>>> > make[1]: Leaving directory
>>>> > `/usr/webkit/src/WebKit-r37990'
>>>> > make: *** [all] Error 2
>>>>
>>>> The interesting failures happened before these lines.  You
>>>> either need to provide more log output, or find the earlier
>>>> error messages to include in the email.
>>>>
>>>> Also knowing which port you are compiling and for which
>>>> operating system would be useful.
>>>>
>>>> Dave
>>>>
>>>>
>>>>
>>>> The information contained in this message may be
>>>> confidential and legally protected under applicable law. The
>>>> message is intended solely for the addressee(s). If you are
>>>> not the intended recipient, you are hereby notified that any
>>>> use, forwarding, dissemination, or reproduction of this
>>>> message is strictly prohibited and may be unlawful. If you
>>>> are not the intended recipient, please contact the sender by
>>>> return e-mail and destroy all copies of the original
>>>> message.
>>>
>>> The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
>>>
>>> _______________________________________________
>>> webkit-dev mailing list
>>> webkit-dev at lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>
>>>
>>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>


More information about the webkit-dev mailing list