Thread: undefined: '@data$1' (code) ?
Anyone can point me to the missed stuff that explains the following Link Error ? I've been searching on lists and web without any success... I looked at the files that use 'pqsignal' and 'createPQExpBuffer' but I don't see any relation with this '@data$1' reference. "Link Error : undefined: '@data$1' (code) Referenced from 'pqsignal' in libpq.a Referenced from 'createPQExpBuffer' in libpq.a" ------------------------------------------------------------------------ --- Stéphane Pinel ------------------------------------------------------------------------ ---
Well a quick grep of the sources doesn't throw anything likely up for that. I dare say everyone else is equally baffled. Perhaps if you give more details such as OS, compiler, output of configure stage, version number, command used for compilation and linking [of your program] someone might be able to spot the problem. On Mon, 17 Feb 2003, Stéphane Pinel wrote: > Anyone can point me to the missed stuff that explains > the following Link Error ? I've been searching on lists > and web without any success... > > I looked at the files that use 'pqsignal' and 'createPQExpBuffer' > but I don't see any relation with this '@data$1' reference. > > "Link Error : undefined: '@data$1' (code) > Referenced from 'pqsignal' in libpq.a > Referenced from 'createPQExpBuffer' in libpq.a" > > -- Nigel J. Andrews
Le lundi, 17 fév 2003, à 20:52 Europe/Paris, Nigel J. Andrews a écrit : > > Well a quick grep of the sources doesn't throw anything likely up for > that. I > dare say everyone else is equally baffled. Perhaps if you give more > details > such as OS, compiler, output of configure stage, version number, > command used > for compilation and linking [of your program] someone might be able to > spot the > problem. > Well it was my first time I tried to compile something using libpq with such other issues: I'm using MacOS and CodeWarrior...Things were not so cool for me ;-) Everything is OK now since the issues resulted from CW lib linking stuff, nothing from libpq itself. I'm really sorry for the noise but I was a bit desperate ;-) Stephane