Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makesetup fails to tolerate valid linker options #43056

Closed
jblaine mannequin opened this issue Mar 20, 2006 · 2 comments
Closed

makesetup fails to tolerate valid linker options #43056

jblaine mannequin opened this issue Mar 20, 2006 · 2 comments
Labels
build The build process and cross-build

Comments

@jblaine
Copy link
Mannequin

jblaine mannequin commented Mar 20, 2006

BPO 1454227
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2006-03-31.15:43:59.000>
created_at = <Date 2006-03-20.05:11:58.000>
labels = ['build']
title = 'makesetup fails to tolerate valid linker options'
updated_at = <Date 2006-03-31.15:43:59.000>
user = 'https://bugs.python.org/jblaine'

bugs.python.org fields:

activity = <Date 2006-03-31.15:43:59.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2006-03-20.05:11:58.000>
creator = 'jblaine'
dependencies = []
files = []
hgrepos = []
issue_num = 1454227
keywords = []
message_count = 2.0
messages = ['27828', '27829']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'jblaine']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1454227'
versions = ['Python 2.4']

@jblaine
Copy link
Mannequin Author

jblaine mannequin commented Mar 20, 2006

Using something like the following (in Setup.local)
will generate 'bad word' when makesetup runs:

-L/whatever -Xlinker -rpath /whatever

The '/whatever' after -rpath is the bad word, yet it is
completely valid syntax.

I have to edit makesetup to get it to tolerate library
directories and add them to $libs.

@jblaine jblaine mannequin closed this as completed Mar 20, 2006
@jblaine jblaine mannequin added the build The build process and cross-build label Mar 20, 2006
@jblaine jblaine mannequin closed this as completed Mar 20, 2006
@jblaine jblaine mannequin added the build The build process and cross-build label Mar 20, 2006
@birkenfeld
Copy link
Member

Logged In: YES
user_id=849994

I don't get such a warning with the SVN trunk.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

1 participant