Hello, I am trying to build an application that was coded and built prior to my showing up on the scene. No one knows anything about this code other than "it used to build"...
Murphy - being alive and well came along and there is a code change that needs to get built. The build uses MAKE, in conjunction with a series of .mk files to compile and build. I get an ELFCLASS64 error, which I have researched and verified that I indeed have a 32 - 64 bit conflict which ld is choking on...the ld_run_path includes a directory that has 32 bit .so files in it. My question is this: in order to use the 64 bit FOO.o that currently exists with the makefiles, do I set the 64 bit forcing in the FOO.mk, as an environmental variable change or what? I know this is somewhat vague, but I am confident that with a little guidance, I'll get the thing to work. Thanks in advance, Joe This message posted from opensolaris.org