Sponsored Content
Full Discussion: libcvd install problem
Top Forums Programming libcvd install problem Post 302673889 by Corona688 on Wednesday 18th of July 2012 01:55:05 PM
Old 07-18-2012
It's telling you the error:

Code:
/home/opie/workspace/libcvd/cvd_src/SSE2/half_sample.cc:41: multiple definition of `CVD::halfSample(CVD::BasicImage<unsigned char> const&, CVD::BasicImage<unsigned char>&)'
cvd_src/MMX/half_sample.o:/home/opie/workspace/libcvd/cvd_src/MMX/half_sample.cc:14: first defined here
collect2: ld returned 1 exit status

If I had to guess, it's because someone included a .c file instead of an .h file, or someone was silly enough to define the function inside a header itself without inlining it, but without the code I really can't say.

Do you really need to compile from scratch here? Your distribution doesn't offer this as a binary?
This User Gave Thanks to Corona688 For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris install problem

I am trying to install Solaris 2.8 on an Ultra 5 with Openboot 3.11 from the install cd. I type in boot cdrom, and I get the error: Boot device: /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f File and args : /platform/sun4u/kernel/genunix. Elf32 read error. I looked up the error, and it said to reset the boot... (2 Replies)
Discussion started by: jeremiebarber
2 Replies

2. Solaris

Install problem Solaris 10.1 6/06

Hi all! I'm trying to install Solaris 10.1 6/06 and got a problem under the install,after the first Grub screen the screen went black and all letters are seen as dots, i have installed Solaris 10 earlier and that goes without any problem. Are there any settings i can do to Grub under the first... (2 Replies)
Discussion started by: larsgk
2 Replies

3. AIX

Install Sophos Problem

Dear all, when i try to install sophos to my AIX server, it display the error "/opt/IBM/ITM/bin/unix is not a directory" ( the detail screen is attached). is i need to create that directory manually or there is other situation in here? Thanks Rick Wong (2 Replies)
Discussion started by: rickhlwong
2 Replies

4. Solaris

problem on install

I install seems corrupt, I feel the kernel is corrupt and would like to set the kernel to the default settings(i heard this will fix the problem) anyone know how to do this? (1 Reply)
Discussion started by: csaunders
1 Replies

5. UNIX for Dummies Questions & Answers

RPM install problem

I'm trying to install mysql on a server, but I keep getting an error. Can anyone offer any help? Below I've listed a bunch of info that you might find helpful. Here are the commands I'm using. $ ls MySQL-client-community-5.1.35-0.rhel3.i386.rpm... (2 Replies)
Discussion started by: wsetchell
2 Replies

6. Ubuntu

problem in install rcsslogplayer-15.0.0

hello my OS is ubuntu 11.10 (64 bit) When the command. / Configure for rcsslogplayer-15.0.0 I get an error message. I left a message at the below: mehran@mehran-Rev-1-0:~/rcsslogplayer-15.0.0$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build... (0 Replies)
Discussion started by: me64
0 Replies

7. Windows & DOS: Issues & Discussions

Qt windows 10 install problem?

qt windows 10 install problem? (0 Replies)
Discussion started by: kaja
0 Replies

8. Solaris

Solaris install problem

Hi does someone have a solaris 10 install problem on a sunfire v880? it keeps hanging (8 Replies)
Discussion started by: simplextibi
8 Replies
MTNOPT(1)							     monotone								 MTNOPT(1)

NAME
mtnopt - generate shell variables from monotone workspace options SYNOPSIS
mtnopt [-s|-c|-v] [-d dir] [-k keys] mtnopt -h DESCRIPTION
mtnopt prints shell variable assignments for each value in the file of monotone workspace options, _MTN/options, in the current directory. For instance, if _MTN/options contained this text: database "/home/user/src/monotone.mtn" branch "net.venge.monotone" keydir "/home/user/.monotone/keys" mtnopt would print: MTN_database="/home/user/src/monotone.mtn"; MTN_branch="net.venge.monotone"; MTN_keydir="/home/user/.monotone/keys"; By default, mtnopt attempts to guess appropriate syntax from the value of the SHELL environment variable. This can be overridden with the -s and -c command-line options. OPTIONS
-s Print variable assignments in sh(1) syntax. -c Print variable assignments in csh(1) syntax. -v Print only the values, with no indication of the corresponding option keys. -d directory Look for _MTN/options in directory, rather than in the current directory. -k keys Print assignments for only those options that match the egrep(1) regular expression keys. -h Print a help message and exit. BUGS
mtnopt only looks in the current directory for the _MTN directory, so it will fail in a subdirectory of a workspace. mtnopt should be aware of the set of possible options, rather than blindly printing whatever is in _MTN/options. The behavior when there is no _MTN/options file to be found is less than helpful. SEE ALSO
mtn(1), egrep(1), sh(1), csh(1) monotone 2011-02-22 MTNOPT(1)
All times are GMT -4. The time now is 06:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy