Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
gcc-3.0 Success!
- X-seq: zsh-workers 15049
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: gcc-3.0 Success!
- Date: 22 Jun 2001 20:37:51 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: EtherSoft, Inc
- Sender: ethersoft@xxxxxxx
My problem with 3.0 and zsh was with dynamic linking, as Bart, Andrej
and I had suspected. The problem is that I installed gcc to
/usr/local/gcc-3.0 and did not update ldconfig.so because I'm still
verifying the 3.0 compiler. Since gcc-3.0 uses a shared libgcc when
you link dynamically, the configure tests would fail when dynamic
linking was specified because libgcc_s.so couldn't be found.
Running my configure/build/test/install script with
LD_RUN_PATH=/usr/local/gcc-3.0/lib made everything work hunky dory.
- vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author