This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Static library for gcc compiling


Meng-Hsueh Chiang wrote:
Thank you very much Andy.
The library problem is now solved.
I checked the symbolic link to libdl.so.1, and it is fine.
From the test using your small c code c_link_test, it suggested something
fundamental causing the difference between your and my results, so I checked
my initial environment setting and found this line below in my .cshrc:
setenv LD_OPTIONS	-Bstatic
Gees. Remove it and it goes.

Don't ya just hate it when that happens :) Glad you got it going.


Andy



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]