[GRASS5] libgrass_I.so: undefined reference to `I__lastcol_'

When building out of CVS on SuSE 9.3, this error came up (?)

Did I miss anything?

/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__lastcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__firstrow_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__firstcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__lastrow_'
collect2: ld returned 1 exit status

same in

/grass6/imagery/i.class
/grass6/imagery/i.cluster
/grass6/imagery/i.gensig
/grass6/imagery/i.gensigset
/grass6/imagery/i.group
/grass6/imagery/i.his.rgb
/grass6/imagery/i.maxlik
/grass6/imagery/i.ortho.photo/menu
/grass6/imagery/i.ortho.photo/photo.2image
/grass6/imagery/i.ortho.photo/photo.2target
/grass6/imagery/i.ortho.photo/photo.camera
/grass6/imagery/i.ortho.photo/photo.elev
/grass6/imagery/i.ortho.photo/photo.init
/grass6/imagery/i.ortho.photo/photo.rectify
/grass6/imagery/i.ortho.photo/photo.target
/grass6/imagery/i.points
/grass6/imagery/i.rectify
/grass6/imagery/i.rgb.his
/grass6/imagery/i.smap/shapiro
/grass6/imagery/i.target
/grass6/imagery/i.vpoints
/grass6/ps/ps.map
/grass6/raster/r.in.gdal

Mit freundlichen Grüßen / With kindest regards

Stefan Paulick

http://www.urbeli.com
mailto://stefan.paulick@urbeli.com
/*----------------------*/

On Thu, 2005-08-18 at 11:06 +0200, Paulick Consult wrote:

When building out of CVS on SuSE 9.3, this error came up (?)

Did I miss anything?

Just my antics. :slight_smile:

/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to
`I__lastcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to
`I__firstrow_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to
`I__firstcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to
`I__lastrow_'
collect2: ld returned 1 exit status

I reverted set_window.c in lib/imagery, so it should be fixed. I could
have sworn I saw the variables defined elsewhere and made them extern.

Either way, it's not the best place to define them...

--
Brad Douglas <rez@touchofmadness.com>

Hi Brad,

thank you very much! Now it runs again as usual... ;-))

/Stefan

Brad Douglas writes:

On Thu, 2005-08-18 at 11:06 +0200, Paulick Consult wrote:

When building out of CVS on SuSE 9.3, this error came up (?)

Did I miss anything?

Just my antics. :slight_smile:

/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__lastcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__firstrow_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__firstcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__lastrow_'
collect2: ld returned 1 exit status

I reverted set_window.c in lib/imagery, so it should be fixed. I could
have sworn I saw the variables defined elsewhere and made them extern.

Either way, it's not the best place to define them...

--
Brad Douglas <rez@touchofmadness.com>

Brad Douglas writes:

On Thu, 2005-08-18 at 11:06 +0200, Paulick Consult wrote:

When building out of CVS on SuSE 9.3, this error came up (?)

Did I miss anything?

Just my antics. :slight_smile:

/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__lastcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__firstrow_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__firstcol_'
/grass6/dist.i686-pc-linux-gnu/lib/libgrass_I.so: undefined reference to `I__lastrow_'
collect2: ld returned 1 exit status

I reverted set_window.c in lib/imagery, so it should be fixed. I could
have sworn I saw the variables defined elsewhere and made them extern.

Either way, it's not the best place to define them...

--
Brad Douglas <rez@touchofmadness.com>

Mit freundlichen Gr��en / With kindest regards

Stefan Paulick

http://www.urbeli.com
mailto://stefan.paulick@urbeli.com
/*----------------------*/