Bug 20581
| Summary: | Can not build WebKit : link error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | MrGwen <mrgwen> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
MrGwen
The pogram compile fine when it tries to link I've got this error
ld: unknown option: --version-script
collect2: ld returned 1 exit status
At this line :
g++ -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libwebkit-1.0.1.0.0.dylib WebKit/gtk/WebCoreSupport/.libs/libwebkit_1_0_la-ChromeClientGtk.o WebKit/gtk/WebCoreSupport/.libs/libwebkit_1_0_la-ContextMenuClientGtk.o WebKit/gtk/WebCoreSupport/.libs/libwebkit_1_0_la-
...
-lz /Users/gwenael/temp/Squeak.app/Contents/Resources//lib/libiconv.dylib -lm -lpthread -Wl,--version-script -Wl,./symbols.filter -install_name /Users/gwenael/temp/Squeak.app/Contents/Resources/lib/libwebkit-1.0.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
MrGwen
*** This bug has been marked as a duplicate of 20582 ***