[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-readline] gcc: -compatibility_version only allowed with -dynamiclib
From: |
Lysander David |
Subject: |
[Bug-readline] gcc: -compatibility_version only allowed with -dynamiclib on mac os X |
Date: |
Wed, 31 Dec 2008 10:37:50 -0800 (PST) |
Hi,
Version Number: readline-5.2
Release Status: release
Machine: macbook pro
OS: Darwin 9.6.0
Description: compilation fails with error: gcc:
-compatibility_version only allowed with -dynamiclib
Recipe: attempt to make
Fix: If support/shobj-conf is modified according to
this patch:
27a28
> echo $0 $@
145c146,147
< darwin8*)
---
> darwin[89]*)
>
it will build successfully.
Thanks,
Lysander
config.h
Description: 78850410-config.h
shobj-conf.pat
Description: 2963950190-shobj-conf.pat
- [Bug-readline] gcc: -compatibility_version only allowed with -dynamiclib on mac os X,
Lysander David <=