RE: create function: fails with error 1126

2001-12-20 Thread Tim Wuyts
Eureka! -rdynamic is considered an invalid option for gcc ( a quick browse through newsgroup history learns that it *probably* is no longer supported as of gcc-2.95.3, since it's use was never very clear nor documented) however, Sinisa's post got me to try this: ln -s /usr/local/mysql/lib/mysql/

RE: create function: fails with error 1126

2001-12-20 Thread Tim Wuyts
Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 17:03 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: create function: fails with error 1126 > > > Tim Wuyts writes: > > All, > > > > I'm trying to use the UDF

create function: fails with error 1126

2001-12-18 Thread Tim Wuyts
"" -DHAVE_CONFIG_H -I/usr/local/src/mysql-3.23.46/include -fno-implicit-te mplates -fno-exceptions -fno-rtti -o udf_example0.so udf_example.cc udf_example.so exists in /usr/lib I've seen a few posts on the net with a similar description of the problem, but never a solution :-( does