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

fix for two errors fPIC and dynamic plugin paremeter #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mahrton
Copy link

@mahrton mahrton commented Aug 20, 2013

1, fPIC was required in order to make the compilation work on my computer. It might be because it's a 64 bit system and as I understand http://stackoverflow.com/questions/5311515/gcc-fpic-option should do no harm, it makes the program code work memory address independently.
2, Included -DMYSQL_DYNAMIC_PLUGIN gcc paremeter as it has been pointed out by Roland Bouman on http://dev.mysql.com/tech-resources/articles/mysql_i_s_plugins_part1-2.html (to make the "magic" work).

1, fPIC was required in order to make the compilation work on my computer. It might be because it's a 64 bit system and as I understand http://stackoverflow.com/questions/5311515/gcc-fpic-option should do no harm, it makes the program code work memory address independently.
2, Included -DMYSQL_DYNAMIC_PLUGIN gcc paremeter as it has been pointed out by Roland Bouman on http://dev.mysql.com/tech-resources/articles/mysql_i_s_plugins_part1-2.html (to make the "magic" work).
@LeHibou
Copy link

LeHibou commented Sep 1, 2013

You deserve a big friendly hug.

This option is absolutely hidden from the human world.

Good catch :)

@mahrton
Copy link
Author

mahrton commented Sep 2, 2013

:) thanks dude

On 1 September 2013 20:40, LeHibou [email protected] wrote:

You deserve a big friendly hug.

This option is absolutely hidden from the human world.

Good catch :)


Reply to this email directly or view it on GitHubhttps://github.com//pull/2#issuecomment-23631569
.

@casperklein
Copy link

Thanks!!

@Spetnik
Copy link

Spetnik commented Aug 8, 2017

Is this package still being maintained? This should have been merged a very long time ago...

@mahrton
Copy link
Author

mahrton commented Aug 16, 2017

@Spetnik yeah, about 4 years ago. I don't even know the status.

Hi @jasny, do you have an objection why this shouldn't be merged? I believe you are the original author of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants