Linker flag -e specification
Linker flag -e specification
- Subject: Linker flag -e specification
- From: TAN MENG YUE <email@hidden>
- Date: Sun, 4 Sep 2005 12:11:13 +1000
Hi,
I am trying to convert the following make sequence into an XCode
project.
I am developing with XCode 2.1.
I don't seems to be able to pass the -e linker flag to the
compiler, I managed the -Wl bits but not the "-e DXEntry"
This is the output from calling the Makefile, which is compiling
the OpenDX plugin fine.
merlion:~/projects/HelloWorld nicholas$ make -n
mdf2c -m RIB.mdf > user.cpp
g++ -no-cpp-precomp -dynamic -Wall -fno-common -fPIC -I/Applications/
Graphics/3Delight-4.5.0/include -I/Applications/Graphics/OpenDX-4.3.2/
OpenDX.app/Contents/dx/include -c user.cpp
g++ -no-cpp-precomp -dynamic -Wall -fno-common -fPIC -I/Applications/
Graphics/3Delight-4.5.0/include -I/Applications/Graphics/OpenDX-4.3.2/
OpenDX.app/Contents/dx/include -c RIB.cpp
g++ -no-cpp-precomp -dynamic -Wall -fno-common -fPIC -I/Applications/
Graphics/3Delight-4.5.0/include -I/Applications/Graphics/OpenDX-4.3.2/
OpenDX.app/Contents/dx/include -c RIBExporter.cpp
g++ -bundle -flat_namespace -bundle_loader /Applications/Graphics/
OpenDX-4.3.2/OpenDX.app/Contents/dx/bin_macos/dxexec -Wl,-
iDXEntry:_DXEntry -e DXEntry user.o RIB.o RIBExporter.o -o RIB -L/
Applications/Graphics/3Delight-4.5.0/lib -L/Applications/Graphics/
OpenDX-4.3.2/OpenDX.app/Contents/dx/lib_macos -l3Delight -lm
Cheers
_______________________________________________
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