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: Exporting new libgomp functions


Amittai Aviram <amittai.aviram@yale.edu> writes:

> I just tried a further experiment.  One of my source code files is
> called domp_team.c, and it defines, among others,
> domp_get_num_threads, which is one of the names I had listed in the
> OMP_1.0 block in libgomp.map under "global."  I copied the entire
> contents of domp_team.c and inserted it at the bottom of the standard
> libgomp/team.c, took domp_team.c out of my Makefile.am, recreated my
> Makefile.in (as described in my last message), reconfigured, and
> rebuilt.  _Still_, if I go to my the directory holding libgomp.so and
> enter
>
> $ readelf -s libgomp.so | grep "domp_"
>
> then the response is emptyânone found.

I'm sorry, I do not know what could cause this.  It seems like there
must be a simple mistake happening somewhere.

Ian


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