Re: XCODE choose system's EXPAT instead of my. Argh....
Re: XCODE choose system's EXPAT instead of my. Argh....
- Subject: Re: XCODE choose system's EXPAT instead of my. Argh....
- From: Ruslan Zasukhin <email@hidden>
- Date: Sat, 01 Jul 2006 11:15:32 +0300
- Thread-topic: XCODE choose system's EXPAT instead of my. Argh....
Title: Re: XCODE choose system's EXPAT instead of my. Argh....
On 6/30/06 8:18 PM, "Eric Albert" <email@hidden> wrote:
Hi Eric,
> There's another way to do this which doesn't require you to know the
> list of standard libraries (which can change from release to release
> and shouldn't be hardcoded in your project). Specify the -
> search_paths_first flag to the linker (you might have to use -Wl,-
> search_paths_first in Xcode) and as long as you've given the path to
> your static library in your linker directories Xcode will use your .a
> file before it finds the system's dylib.
Strange but this not works
I wonder, may be GCC 3.3 do not support this flag ?
----------------------------------------------------------------------
Ld "/PARADIGMA/Developer_2/kernel/xcode/build/Debug (Native)/libvkernel_ppc_debug.dylib" normal ppc
cd /PARADIGMA/Developer_2/kernel/xcode
setenv MACOSX_DEPLOYMENT_TARGET 10.3
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.9.sdk
/usr/bin/g++-3.3 -o /PARADIGMA/Developer_2/kernel/xcode/build/Debug\ (Native)/libvkernel_ppc_debug.dylib -L/PARADIGMA/Developer_2/kernel/xcode/build/Debug\ (Native) -L/usr/local/lib/vcomponents -L/PARADIGMA/Developer_2/kernel/xcode/../../priv_libs/xcode -L/PARADIGMA/Developer_2/kernel/xcode/../../Project_Third_Party/EXPAT/xcode/build/Release\ (Universal) -L/PARADIGMA/Developer_2/kernel/xcode/../../Project_Third_Party/paintlib/xcode/build/Release\ (Universal) -L/PARADIGMA/Developer_2/kernel/xcode/../../Project_Third_Party/ANTLR/xcode/build/Release\ (Universal) -L/PARADIGMA/Developer_2/kernel/xcode/../../priv_libs/xcode -L/PARADIGMA/Developer_2/kernel/xcode/../../Project_Third_Party/EXPAT/xcode/build/Release\ (Universal) -L/usr/local/lib/vcomponents -L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/darwin/3.3 -F/PARADIGMA/Developer_2/kernel/xcode/build/Debug\ (Native) -F/PARADIGMA/Developer_2/kernel/xcode/v1 -filelist /PARADIGMA/Developer_2/kernel/xcode/build/kernel_2.build/Debug\ (Native)/kernel_2.dll.build/Objects-normal/ppc/libvkernel_ppc_debug.LinkFileList -framework Carbon -framework VSDK -lpaintlib_universal_release -lantrl_universal_release /PARADIGMA/Developer_2/sources/VKernel/FBL/priv/xcode/build/Debug\ (Native)/libkernel_private_ppc_debug.a -licui18n -licudata -licuio -licuuc -arch ppc -prebind -Wl,-single_module -compatibility_version 2.3 -current_version 2.3 -install_name /usr/local/lib/vcomponents/libvkernel_ppc_debug.dylib -Wl,-Y,1455 -dynamiclib -mmacosx-version-min=10.3
-Wl,-search_paths_first -lexpat_universal_release -lvshared_ppc_debug -lz -Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk
----------------------------------------------------------------------
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden