• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Linker flag -e specification
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: embedding a framework in a framework
  • Next by Date: Debug/Release Library Matching
  • Previous by thread: Re: API search no longer works after an update?
  • Next by thread: Debug/Release Library Matching
  • Index(es):
    • Date
    • Thread